BaseSectionCollection Class¶
-
class
NXOpen.Motion.BaseSectionCollection¶ Bases:
objectRepresents a collection of BaseSections
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX12.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateStandardSectionBuilder | Creates a Motion.StandardSectionBuilder |
| CreateUserDefinedSectionBuilder | Creates a Motion.UserDefinedSectionBuilder |
| FindObject | Finds the NXOpen.Motion.BaseSection with the given name. |
Method Detail¶
CreateStandardSectionBuilder¶
-
BaseSectionCollection.CreateStandardSectionBuilder¶ Creates a
Motion.StandardSectionBuilderSignature
CreateStandardSectionBuilder(standardSection)Parameters: standardSection ( NXOpen.Motion.StandardSection) –NXOpen.Motion.StandardSectionto be edited, if None then create a new oneReturns: StandardSectionBuilder object Return type: NXOpen.Motion.StandardSectionBuilderNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
CreateUserDefinedSectionBuilder¶
-
BaseSectionCollection.CreateUserDefinedSectionBuilder¶ Creates a
Motion.UserDefinedSectionBuilderSignature
CreateUserDefinedSectionBuilder(userDefinedSection)Parameters: userDefinedSection ( NXOpen.Motion.UserDefinedSection) –NXOpen.Motion.UserDefinedSectionto be edited, if None then create a new oneReturns: UserDefinedSectionBuilder object Return type: NXOpen.Motion.UserDefinedSectionBuilderNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
BaseSectionCollection.FindObject¶ Finds the
NXOpen.Motion.BaseSectionwith the given name.An exception will be thrown if no object can be found with given name.
Signature
FindObject(name)Parameters: name (str) – The name of the NXOpen.Motion.BaseSectionReturns: NXOpen.Motion.BaseSectionwith this nameReturn type: NXOpen.Motion.BaseSectionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)