CutSheetBuilder Class

class NXOpen.Annotations.CutSheetBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Builder for Formboard cut sheet functionality used in formboard.

This class queries and sets settings specific to formboard cut sheet.

New in version NX9.0.0.

Properties

Property Description
AutoUpdate Returns or sets the options specifies whether annotation automatically updates.
FlattenHierarchy Returns or sets the options specifies whether to flatten hierarchy.
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

AutoUpdate

CutSheetBuilder.AutoUpdate

Returns or sets the options specifies whether annotation automatically updates.

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

Getter Method

Signature AutoUpdate

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature AutoUpdate

Parameters:autoUpdate (bool) –

New in version NX9.0.0.

License requirements: routing_harness (“Routing Harness”)

FlattenHierarchy

CutSheetBuilder.FlattenHierarchy

Returns or sets the options specifies whether to flatten hierarchy.

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

Getter Method

Signature FlattenHierarchy

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature FlattenHierarchy

Parameters:flattenHierarchy (bool) –

New in version NX9.0.0.

License requirements: routing_harness (“Routing Harness”)

Method Detail

Validate

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