CylindricalJointCollection Class¶
-
class
NXOpen.Mechatronics.CylindricalJointCollection¶ Bases:
objectRepresents a collection of Cylindrical Joint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateCylindricalJointBuilder | Creates a NXOpen.Mechatronics.CylindricalJointBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.CylindricalJoint with the given name. |
Method Detail¶
CreateCylindricalJointBuilder¶
-
CylindricalJointCollection.CreateCylindricalJointBuilder¶ Creates a
NXOpen.Mechatronics.CylindricalJointBuilder.Signature
CreateCylindricalJointBuilder(cylinJoint)Parameters: cylinJoint ( NXOpen.Mechatronics.CylindricalJoint) –NXOpen.Mechatronics.CylindricalJointto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.CylindricalJointBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
CylindricalJointCollection.FindObject¶ Finds the
NXOpen.Mechatronics.CylindricalJointwith 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.CylindricalJoint.Returns: NXOpen.Mechatronics.CylindricalJointwith this name.Return type: NXOpen.Mechatronics.CylindricalJointNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)