ViewStyleBaseBuilder Class¶
-
class
NXOpen.Drawings.ViewStyleBaseBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents the BASE tab on the View Style Dialog (Drawings.
ViewStyleBaseBuilder)
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| Arrangement | Returns the arrangement on the BASE tab of the View Style Dialog |
| ArrangementName | Returns or sets the arrangement name on the BASE tab of the View Style Dialog |
| FacetedRepresentation | Returns or sets the faceted representation toggle on the BASE tab of the View Style Dialog |
| InheritClippingBoundary | Returns or sets the inherit clipping boundary toggle on the BASE tab of the View Style Dialog |
| Part | Returns or sets the part on the BASE tab of the View Style Dialog |
| PartName | Returns or sets the part name on the BASE tab of the View Style Dialog |
| Tag | Returns the Tag for this object. |
| TransferAnnotation | Returns or sets the transfer annotation toggle on the BASE 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¶
Arrangement¶
-
ViewStyleBaseBuilder.Arrangement¶ Returns the arrangement on the BASE tab of the View Style Dialog
-------------------------------------Getter Method
Signature
ArrangementReturns: Returns the arrangement that is on the base sub-builder Return type: NXOpen.Assemblies.ArrangementsBuilderNew in version NX6.0.0.
License requirements: None.
ArrangementName¶
-
ViewStyleBaseBuilder.ArrangementName¶ Returns or sets the arrangement name on the BASE tab of the View Style Dialog
-------------------------------------Getter Method
Signature
ArrangementNameReturns: Returns the arrangement name that is on the base sub-builder Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ArrangementNameParameters: arrangementName (str) – Sets a new arrangement name on the base sub-builder New in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
FacetedRepresentation¶
-
ViewStyleBaseBuilder.FacetedRepresentation¶ Returns or sets the faceted representation toggle on the BASE tab of the View Style Dialog
-------------------------------------Getter Method
Signature
FacetedRepresentationReturns: Returns the faceted representation toggle value that is on the base sub-builder Return type: bool New in version NX6.0.0.
Deprecated since version NX8.5.1: Use
Drawings.ViewStyleGeneralBuilder.ViewRepresentation()instead.License requirements: None.
-------------------------------------Setter Method
Signature
FacetedRepresentationParameters: facetedRepresentationToggle (bool) – Sets a new faceted representation toggle value on the base sub-builder New in version NX6.0.0.
Deprecated since version NX8.5.1: Use
Drawings.ViewStyleGeneralBuilder.ViewRepresentation()instead.License requirements: drafting (“DRAFTING”)
InheritClippingBoundary¶
-
ViewStyleBaseBuilder.InheritClippingBoundary¶ Returns or sets the inherit clipping boundary toggle on the BASE tab of the View Style Dialog
-------------------------------------Getter Method
Signature
InheritClippingBoundaryReturns: Returns the inherit clipping boundary toggle value that is on the base sub-builder Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
InheritClippingBoundaryParameters: inheritClippingBoundaryToggle (bool) – Sets a new inherit clipping boundary toggle value on the base sub-builder New in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
Part¶
-
ViewStyleBaseBuilder.Part¶ Returns or sets the part on the BASE tab of the View Style Dialog
-------------------------------------Getter Method
Signature
PartReturns: Returns the part that is on the base sub-builder Return type: NXOpen.PartNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PartParameters: part ( NXOpen.Part) – Sets a new part on the base sub-builderNew in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
PartName¶
-
ViewStyleBaseBuilder.PartName¶ Returns or sets the part name on the BASE tab of the View Style Dialog
-------------------------------------Getter Method
Signature
PartNameReturns: Returns the part name that is on the base sub-builder Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PartNameParameters: partName (str) – Sets a new part name on the base sub-builder New in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
TransferAnnotation¶
-
ViewStyleBaseBuilder.TransferAnnotation¶ Returns or sets the transfer annotation toggle on the BASE tab of the View Style Dialog
-------------------------------------Getter Method
Signature
TransferAnnotationReturns: Returns the transfer annotation toggle value that is on the base sub-builder Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TransferAnnotationParameters: transferAnnotationToggle (bool) – Sets a new transfer annotation toggle value on the base sub-builder New in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
Method Detail¶
Validate¶
-
ViewStyleBaseBuilder.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.