ViewStyleDetailBuilder Class¶
-
class
NXOpen.Drawings.ViewStyleDetailBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents the DETAIL tab on the View Style Dialog (Drawings.
ViewStyleDetailBuilder)
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| Align | Returns or sets the align toggle on the DETAIL tab of the View Style Dialog |
| Circular | Returns or sets the circular toggle on the DETAIL tab of the View Style Dialog |
| ClipViewBoundary | Returns or sets the clip boundary toggle on the DETAIL tab of the View Style Dialog |
| CreateIndependentDetailView | Returns or sets the create independent detail view toggle on the DETAIL tab of the View Style Dialog |
| Offset | Returns or sets the offset toggle on the DETAIL tab of the View Style Dialog |
| Orient | Returns or sets the orient toggle on the DETAIL tab of the View Style Dialog |
| Scale | Returns or sets the scale toggle on the DETAIL tab of the View Style Dialog |
| Sheet | Returns or sets the sheet toggle on the DETAIL tab of the View Style Dialog |
| Tag | Returns the Tag for this object. |
| ViewBoundaryColor | Returns or sets the view boundary color on the DETAIL tab of the View Style Dialog |
| ViewBoundaryFont | Returns or sets the view boundary font on the DETAIL tab of the View Style Dialog |
| ViewBoundaryWidth | Returns or sets the view boundary width on the DETAIL tab of the View Style Dialog |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
Align¶
-
ViewStyleDetailBuilder.Align¶ Returns or sets the align toggle on the DETAIL tab of the View Style Dialog
-------------------------------------Getter Method
Signature
AlignReturns: Returns the align toggle value that is on the detail sub-builder Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AlignParameters: alignToggle (bool) – Sets a new align toggle value on the detail sub-builder New in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
Circular¶
-
ViewStyleDetailBuilder.Circular¶ Returns or sets the circular toggle on the DETAIL tab of the View Style Dialog
-------------------------------------Getter Method
Signature
CircularReturns: Returns the circular toggle value that is on the detail sub-builder Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CircularParameters: circularToggle (bool) – Sets a new circular toggle value on the detail sub-builder New in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
ClipViewBoundary¶
-
ViewStyleDetailBuilder.ClipViewBoundary¶ Returns or sets the clip boundary toggle on the DETAIL tab of the View Style Dialog
-------------------------------------Getter Method
Signature
ClipViewBoundaryReturns: Returns the clip boundary toggle value on the detail sub-builder Return type: bool New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ClipViewBoundaryParameters: clipViewBoundaryToggle (bool) – Sets the clip boundary toggle value on the detail sub-builder New in version NX11.0.1.
License requirements: drafting (“DRAFTING”)
CreateIndependentDetailView¶
-
ViewStyleDetailBuilder.CreateIndependentDetailView¶ Returns or sets the create independent detail view toggle on the DETAIL tab of the View Style Dialog
-------------------------------------Getter Method
Signature
CreateIndependentDetailViewReturns: Returns the create independent detail view toggle value that is on the detail sub-builder Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateIndependentDetailViewParameters: createIndependentDetailViewToggle (bool) – Sets a create independent detail view toggle value on the detail sub-builder New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
Offset¶
-
ViewStyleDetailBuilder.Offset¶ Returns or sets the offset toggle on the DETAIL tab of the View Style Dialog
-------------------------------------Getter Method
Signature
OffsetReturns: Returns the offset toggle value that is on the detail sub-builder Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetParameters: offsetToggle (bool) – Sets a new offset toggle value on the detail sub-builder New in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
Orient¶
-
ViewStyleDetailBuilder.Orient¶ Returns or sets the orient toggle on the DETAIL tab of the View Style Dialog
-------------------------------------Getter Method
Signature
OrientReturns: Returns the orient toggle value that is on the detail sub-builder Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OrientParameters: orientToggle (bool) – Sets a new orient toggle value on the detail sub-builder New in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
Scale¶
-
ViewStyleDetailBuilder.Scale¶ Returns or sets the scale toggle on the DETAIL tab of the View Style Dialog
-------------------------------------Getter Method
Signature
ScaleReturns: Returns the scale toggle value that is on the detail sub-builder Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ScaleParameters: scaleToggle (bool) – Sets a new scale toggle value on the detail sub-builder New in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
Sheet¶
-
ViewStyleDetailBuilder.Sheet¶ Returns or sets the sheet toggle on the DETAIL tab of the View Style Dialog
-------------------------------------Getter Method
Signature
SheetReturns: Returns the sheet toggle value that is on the detail sub-builder Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SheetParameters: sheetToggle (bool) – Sets a new sheet toggle value on the detail sub-builder New in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
ViewBoundaryColor¶
-
ViewStyleDetailBuilder.ViewBoundaryColor¶ Returns or sets the view boundary color on the DETAIL tab of the View Style Dialog
-------------------------------------Getter Method
Signature
ViewBoundaryColorReturns: Returns boundary color that is on the detail sub-builder Return type: Id New in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ViewBoundaryColorParameters: color (Id) – Sets the boundary color on the detail sub-builder New in version NX6.0.2.
License requirements: drafting (“DRAFTING”)
ViewBoundaryFont¶
-
ViewStyleDetailBuilder.ViewBoundaryFont¶ Returns or sets the view boundary font on the DETAIL tab of the View Style Dialog
-------------------------------------Getter Method
Signature
ViewBoundaryFontReturns: Returns boundary font that is on the detail sub-builder Return type: NXOpen.Preferences.FontNew in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ViewBoundaryFontParameters: font ( NXOpen.Preferences.Font) – Sets the boundary font on the detail sub-builderNew in version NX6.0.2.
License requirements: drafting (“DRAFTING”)
ViewBoundaryWidth¶
-
ViewStyleDetailBuilder.ViewBoundaryWidth¶ Returns or sets the view boundary width on the DETAIL tab of the View Style Dialog
-------------------------------------Getter Method
Signature
ViewBoundaryWidthReturns: Returns boundary width that is on the detail sub-builder Return type: NXOpen.Preferences.WidthNew in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ViewBoundaryWidthParameters: width ( NXOpen.Preferences.Width) – Sets the boundary width on the detail sub-builderNew in version NX6.0.2.
License requirements: drafting (“DRAFTING”)
Method Detail¶
Validate¶
-
ViewStyleDetailBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.