TireCollection Class¶
-
class
NXOpen.Motion.TireCollection¶ Bases:
objectRepresents a collection of motion tire elements
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateTireBuilder | Return NXOpen.Motion.TireBuilder object |
| FindObject | Finds the NXOpen.Motion.Tire with the given name. |
Method Detail¶
CreateTireBuilder¶
-
TireCollection.CreateTireBuilder¶ Return
NXOpen.Motion.TireBuilderobjectSignature
CreateTireBuilder(tire)Parameters: tire ( NXOpen.Motion.Tire) –NXOpen.Motion.TireBuilderto be edited, if None then create a new oneReturns: TireBuilder object Return type: NXOpen.Motion.TireBuilderNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
TireCollection.FindObject¶ Finds the
NXOpen.Motion.Tirewith the given name.An exception will be thrown if no object can be found with given name.
Signature
FindObject(name)Parameters: name (str) – the object name Returns: the object pointer Return type: NXOpen.Motion.TireNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)