TirePropertyMotorcycleCollection Class¶
-
class
NXOpen.Motion.TirePropertyMotorcycleCollection¶ Bases:
objectRepresents a collection of Motion Motorcycle Tire Property elements
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateTirePropertyMotorcycleBuilder | Return NXOpen.Motion.TirePropertyMotorcycleBuilder object |
| FindObject | Finds the NXOpen.Motion.TirePropertyMotorcycle with the given name. |
Method Detail¶
CreateTirePropertyMotorcycleBuilder¶
-
TirePropertyMotorcycleCollection.CreateTirePropertyMotorcycleBuilder¶ Return
NXOpen.Motion.TirePropertyMotorcycleBuilderobjectSignature
CreateTirePropertyMotorcycleBuilder(tireProperty)Parameters: tireProperty ( NXOpen.Motion.TirePropertyMotorcycle) –NXOpen.Motion.TirePropertyMotorcycleto be edited, if None then create a new oneReturns: TirePropertyMotorcycleBuilder object Return type: NXOpen.Motion.TirePropertyMotorcycleBuilderNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
TirePropertyMotorcycleCollection.FindObject¶ Finds the
NXOpen.Motion.TirePropertyMotorcyclewith 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.Motion.TirePropertyMotorcycleReturns: NXOpen.Motion.TirePropertyMotorcyclewith this nameReturn type: NXOpen.Motion.TirePropertyMotorcycleNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)