LinearLimitJointCollection Class¶
-
class
NXOpen.Mechatronics.LinearLimitJointCollection¶ Bases:
objectRepresents a collection of Linear Limit Joint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateLinearLimitJointBuilder | Creates a NXOpen.Mechatronics.LinearLimitJointBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.LinearLimitJoint with the given name. |
Method Detail¶
CreateLinearLimitJointBuilder¶
-
LinearLimitJointCollection.CreateLinearLimitJointBuilder¶ Creates a
NXOpen.Mechatronics.LinearLimitJointBuilder.Signature
CreateLinearLimitJointBuilder(linearLimit)Parameters: linearLimit ( NXOpen.Mechatronics.LinearLimitJoint) –NXOpen.Mechatronics.LinearLimitJointto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.LinearLimitJointBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
LinearLimitJointCollection.FindObject¶ Finds the
NXOpen.Mechatronics.LinearLimitJointwith 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.LinearLimitJoint.Returns: NXOpen.Mechatronics.LinearLimitJointwith this name.Return type: NXOpen.Mechatronics.LinearLimitJointNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)