PlanarJointCollection Class¶
-
class
NXOpen.Mechatronics.PlanarJointCollection¶ Bases:
objectRepresents a collection of Planar Joint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreatePlanarJointBuilder | Creates a NXOpen.Mechatronics.PlanarJointBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.PlanarJoint with the given name. |
Method Detail¶
CreatePlanarJointBuilder¶
-
PlanarJointCollection.CreatePlanarJointBuilder¶ Creates a
NXOpen.Mechatronics.PlanarJointBuilder.Signature
CreatePlanarJointBuilder(cylinJoint)Parameters: cylinJoint ( NXOpen.Mechatronics.PlanarJoint) –NXOpen.Mechatronics.PlanarJointto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.PlanarJointBuilderNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
PlanarJointCollection.FindObject¶ Finds the
NXOpen.Mechatronics.PlanarJointwith 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.PlanarJoint.Returns: NXOpen.Mechatronics.PlanarJointwith this name.Return type: NXOpen.Mechatronics.PlanarJointNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)