BendTableSettingsBuilder Class

class NXOpen.Annotations.BendTableSettingsBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Annotations.BendTableSettingsBuilder

New in version NX9.0.0.

Properties

Property Description
AutomaticUpdate Returns or sets the automatic update option
SortColumn Returns or sets the column that is used to sort the bend table
SortOnUpdate Returns or sets the sort on update option
Tag Returns the Tag for this object.

Methods

Method Description
GetColumnOrder Returns the order of the columns in the bend table
SetColumnOrder Sets the order of the columns in the bend table
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

BendTableSettingsBuilderColumnType Enumeration This enum represents the type of the column in the bend table

Property Detail

AutomaticUpdate

BendTableSettingsBuilder.AutomaticUpdate

Returns or sets the automatic update option

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

Getter Method

Signature AutomaticUpdate

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

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

Setter Method

Signature AutomaticUpdate

Parameters:automaticUpdate (bool) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

SortColumn

BendTableSettingsBuilder.SortColumn

Returns or sets the column that is used to sort the bend table

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

Getter Method

Signature SortColumn

Returns:
Return type:NXOpen.Annotations.BendTableSettingsBuilderColumnType

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

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

Setter Method

Signature SortColumn

Parameters:sortColumn (NXOpen.Annotations.BendTableSettingsBuilderColumnType) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

SortOnUpdate

BendTableSettingsBuilder.SortOnUpdate

Returns or sets the sort on update option

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

Getter Method

Signature SortOnUpdate

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

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

Setter Method

Signature SortOnUpdate

Parameters:sortOnUpdate (bool) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

GetColumnOrder

BendTableSettingsBuilder.GetColumnOrder

Returns the order of the columns in the bend table

Signature GetColumnOrder()

Returns:
Return type:list of NXOpen.Annotations.BendTableSettingsBuilderColumnType

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

SetColumnOrder

BendTableSettingsBuilder.SetColumnOrder

Sets the order of the columns in the bend table

Signature SetColumnOrder(columnOrder)

Parameters:columnOrder (list of NXOpen.Annotations.BendTableSettingsBuilderColumnType) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

Validate

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