ViewStyleOrientationBuilder Class

class NXOpen.Drawings.ViewStyleOrientationBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the ORIENTATION tab on the View Style Dialog (Drawings.

ViewStyleOrientationBuilder)

New in version NX6.0.0.

Properties

Property Description
HingeLine Returns the view hinge line definition on the ORIENTATION tab of the View Style Dialog
Ovt Returns the view orientation definition on the ORIENTATION tab of the View Style Dialog
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

HingeLine

ViewStyleOrientationBuilder.HingeLine

Returns the view hinge line definition on the ORIENTATION tab of the View Style Dialog

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

Getter Method

Signature HingeLine

Returns:Returns the view hinge line definition that is on the style orientation sub-builder
Return type:NXOpen.Drawings.HingeLineBuilder

New in version NX6.0.0.

License requirements: None.

Ovt

ViewStyleOrientationBuilder.Ovt

Returns the view orientation definition on the ORIENTATION tab of the View Style Dialog

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

Getter Method

Signature Ovt

Returns:Returns the view orientation definition that is on the style orientation sub-builder
Return type:NXOpen.Drawings.OvtBuilder

New in version NX6.0.0.

License requirements: None.

Method Detail

Validate

ViewStyleOrientationBuilder.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.