ViewStyleSectionConstraintsBuilder Class

class NXOpen.Drawings.ViewStyleSectionConstraintsBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the SECTION CONSTRAINTS tab on the View Style Dialog (Drawings.

ViewStyleSectionConstraintsBuilder)

New in version NX6.0.0.

Properties

Property Description
Align Returns or sets the align toggle on the SECTION CONSTRAINTS tab of the View Style Dialog
Offset Returns or sets the offset toggle on the SECTION CONSTRAINTS tab of the View Style Dialog
Orient Returns or sets the orient toggle on the SECTION CONSTRAINTS tab of the View Style Dialog
Scale Returns or sets the scale toggle on the SECTION CONSTRAINTS tab of the View Style Dialog
Sheet Returns or sets the sheet toggle on the SECTION CONSTRAINTS 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

Align

ViewStyleSectionConstraintsBuilder.Align

Returns or sets the align toggle on the SECTION CONSTRAINTS tab of the View Style Dialog

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

Getter Method

Signature Align

Returns:Returns the align toggle value that is on the section constraints sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Align

Parameters:alignToggle (bool) – Sets a new align toggle value on the section constraints sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Offset

ViewStyleSectionConstraintsBuilder.Offset

Returns or sets the offset toggle on the SECTION CONSTRAINTS tab of the View Style Dialog

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

Getter Method

Signature Offset

Returns:Returns the offset toggle value that is on the section constraints sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Offset

Parameters:offsetToggle (bool) – Sets a new offset toggle value on the section constraints sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Orient

ViewStyleSectionConstraintsBuilder.Orient

Returns or sets the orient toggle on the SECTION CONSTRAINTS tab of the View Style Dialog

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

Getter Method

Signature Orient

Returns:Returns the orient toggle value that is on the section constraints sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Orient

Parameters:orientToggle (bool) – Sets a new orient toggle value on the section constraints sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Scale

ViewStyleSectionConstraintsBuilder.Scale

Returns or sets the scale toggle on the SECTION CONSTRAINTS tab of the View Style Dialog

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

Getter Method

Signature Scale

Returns:Returns the scale toggle value that is on the section constraints sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Scale

Parameters:scaleToggle (bool) – Sets a new scale toggle value on the section constraints sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Sheet

ViewStyleSectionConstraintsBuilder.Sheet

Returns or sets the sheet toggle on the SECTION CONSTRAINTS tab of the View Style Dialog

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

Getter Method

Signature Sheet

Returns:Returns the sheet toggle value that is on the section constraints sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Sheet

Parameters:sheetToggle (bool) – Sets a new sheet toggle value on the section constraints sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

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