MechatronicsCollection Class¶
-
class
NXOpen.Motion.MechatronicsCollection¶ Bases:
objectRepresents a collection of Mechatronics
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateMechatronicsBuilder | Creates a Motion.MechatronicsBuilder |
| FindObject | Finds the NXOpen.Motion.Mechatronics with the given name. |
Method Detail¶
CreateMechatronicsBuilder¶
-
MechatronicsCollection.CreateMechatronicsBuilder¶ Creates a
Motion.MechatronicsBuilderSignature
CreateMechatronicsBuilder(mechatronics)Parameters: mechatronics ( NXOpen.Motion.Mechatronics) –Returns: Return type: NXOpen.Motion.MechatronicsBuilderNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
MechatronicsCollection.FindObject¶ Finds the
NXOpen.Motion.Mechatronicswith the given name.An exception will be thrown if no object can be found with given name.
Signature
FindObject(name)Parameters: name (str) – Returns: Return type: NXOpen.Motion.MechatronicsNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)