RackPinionCollection Class¶
-
class
NXOpen.Mechatronics.RackPinionCollection¶ Bases:
objectRepresents a collection of RackPinion.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateRackPinionBuilder | Creates a NXOpen.Mechatronics.RackPinionBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.RackPinion with the given name. |
Method Detail¶
CreateRackPinionBuilder¶
-
RackPinionCollection.CreateRackPinionBuilder¶ Creates a
NXOpen.Mechatronics.RackPinionBuilder.Signature
CreateRackPinionBuilder(rackPinion)Parameters: rackPinion ( NXOpen.Mechatronics.RackPinion) –NXOpen.Mechatronics.RackPinionto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.RackPinionBuilderNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
RackPinionCollection.FindObject¶ Finds the
NXOpen.Mechatronics.RackPinionwith 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.RackPinion.Returns: NXOpen.Mechatronics.RackPinionwith this name.Return type: NXOpen.Mechatronics.RackPinionNew in version NX11.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)