ViewStyleBaseBuilder Class

class NXOpen.Drawings.ViewStyleBaseBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents 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 Arrangement

Returns:Returns the arrangement that is on the base sub-builder
Return type:NXOpen.Assemblies.ArrangementsBuilder

New 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 ArrangementName

Returns: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 ArrangementName

Parameters: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 FacetedRepresentation

Returns: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 FacetedRepresentation

Parameters: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 InheritClippingBoundary

Returns: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 InheritClippingBoundary

Parameters: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 Part

Returns:Returns the part that is on the base sub-builder
Return type:NXOpen.Part

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Part

Parameters:part (NXOpen.Part) – Sets a new part on the base sub-builder

New 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 PartName

Returns: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 PartName

Parameters: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 TransferAnnotation

Returns: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 TransferAnnotation

Parameters: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.