MotionProfileCollection Class¶
-
class
NXOpen.Mechatronics.MotionProfileCollection¶ Bases:
objectRepresents a collection of Motion Profile.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateMotionProfileBuilder | Creates a NXOpen.Mechatronics.MotionProfileBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.MotionProfile with the given name. |
Method Detail¶
CreateMotionProfileBuilder¶
-
MotionProfileCollection.CreateMotionProfileBuilder¶ Creates a
NXOpen.Mechatronics.MotionProfileBuilder.Signature
CreateMotionProfileBuilder(functionTable)Parameters: functionTable ( NXOpen.Mechatronics.MotionProfile) –NXOpen.Mechatronics.MotionProfileto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.MotionProfileBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
MotionProfileCollection.FindObject¶ Finds the
NXOpen.Mechatronics.MotionProfilewith 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.Mechatronics.MotionProfile.Returns: NXOpen.Mechatronics.MotionProfilewith this name.Return type: NXOpen.Mechatronics.MotionProfileNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)