PathConstraintJointCollection Class¶
-
class
NXOpen.Mechatronics.PathConstraintJointCollection¶ Bases:
objectRepresents a collection of Path Constraint Joint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX10.0.0.
Methods¶
| Method | Description |
|---|---|
| CreatePathConstraintJointBuilder | Creates a NXOpen.Mechatronics.PathConstraintJointBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.PathConstraintJoint with the given name. |
Method Detail¶
CreatePathConstraintJointBuilder¶
-
PathConstraintJointCollection.CreatePathConstraintJointBuilder¶ Creates a
NXOpen.Mechatronics.PathConstraintJointBuilder.Signature
CreatePathConstraintJointBuilder(slide)Parameters: slide ( NXOpen.Mechatronics.PathConstraintJoint) –NXOpen.Mechatronics.PathConstraintJointto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.PathConstraintJointBuilderNew in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
PathConstraintJointCollection.FindObject¶ Finds the
NXOpen.Mechatronics.PathConstraintJointwith 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.PathConstraintJoint.Returns: NXOpen.Mechatronics.PathConstraintJointwith this name.Return type: NXOpen.Mechatronics.PathConstraintJointNew in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)