StandardSectionBuilder Class

class NXOpen.Motion.StandardSectionBuilder

Bases: NXOpen.Motion.BaseSectionBuilder

Represents a Motion.StandardSectionBuilder.

To create a new instance of this class, use NXOpen.Motion.BaseSectionCollection.CreateStandardSectionBuilder()

New in version NX12.0.0.

Properties

Property Description
Dim1 Returns the Dim1
Dim2 Returns the Dim2
Dim3 Returns the Dim3
Dim4 Returns the Dim4
Dim5 Returns the Dim5
Dim6 Returns the Dim6
DisplayScale Returns or sets the icon display scale
GroupName Returns or sets the group name
GroupType Returns or sets the group type
Name Returns or sets the name of the base section object
SectionType Returns or sets the section type
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

StandardSectionBuilderStandardSectionType Enumeration the standard section type

Property Detail

Dim1

StandardSectionBuilder.Dim1

Returns the Dim1

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

Getter Method

Signature Dim1

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

Dim2

StandardSectionBuilder.Dim2

Returns the Dim2

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

Getter Method

Signature Dim2

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

Dim3

StandardSectionBuilder.Dim3

Returns the Dim3

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

Getter Method

Signature Dim3

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

Dim4

StandardSectionBuilder.Dim4

Returns the Dim4

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

Getter Method

Signature Dim4

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

Dim5

StandardSectionBuilder.Dim5

Returns the Dim5

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

Getter Method

Signature Dim5

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

Dim6

StandardSectionBuilder.Dim6

Returns the Dim6

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

Getter Method

Signature Dim6

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

SectionType

StandardSectionBuilder.SectionType

Returns or sets the section type

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

Getter Method

Signature SectionType

Returns:
Return type:NXOpen.Motion.StandardSectionBuilderStandardSectionType

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

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

Setter Method

Signature SectionType

Parameters:type (NXOpen.Motion.StandardSectionBuilderStandardSectionType) –

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

Method Detail

Validate

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