StandardSectionBuilder Class¶
-
class
NXOpen.Motion.StandardSectionBuilder¶ Bases:
NXOpen.Motion.BaseSectionBuilderRepresents 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
Dim1Returns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
Dim2¶
-
StandardSectionBuilder.Dim2¶ Returns the Dim2
-------------------------------------Getter Method
Signature
Dim2Returns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
Dim3¶
-
StandardSectionBuilder.Dim3¶ Returns the Dim3
-------------------------------------Getter Method
Signature
Dim3Returns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
Dim4¶
-
StandardSectionBuilder.Dim4¶ Returns the Dim4
-------------------------------------Getter Method
Signature
Dim4Returns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
Dim5¶
-
StandardSectionBuilder.Dim5¶ Returns the Dim5
-------------------------------------Getter Method
Signature
Dim5Returns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
Dim6¶
-
StandardSectionBuilder.Dim6¶ Returns the Dim6
-------------------------------------Getter Method
Signature
Dim6Returns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
SectionType¶
-
StandardSectionBuilder.SectionType¶ Returns or sets the section type
-------------------------------------Getter Method
Signature
SectionTypeReturns: Return type: NXOpen.Motion.StandardSectionBuilderStandardSectionTypeNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
-------------------------------------Setter Method
Signature
SectionTypeParameters: 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.