TirePropertyNonInertialCollection Class¶
-
class
NXOpen.Motion.TirePropertyNonInertialCollection¶ Bases:
objectRepresents a collection of Motion Non-inertial Tire Property elements
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateTirePropertyNonInertialBuilder | Return NXOpen.Motion.TirePropertyNonInertialBuilder object |
| FindObject | Finds the NXOpen.Motion.TirePropertyNonInertial with the given name. |
Method Detail¶
CreateTirePropertyNonInertialBuilder¶
-
TirePropertyNonInertialCollection.CreateTirePropertyNonInertialBuilder¶ Return
NXOpen.Motion.TirePropertyNonInertialBuilderobjectSignature
CreateTirePropertyNonInertialBuilder(tireProperty)Parameters: tireProperty ( NXOpen.Motion.TirePropertyNonInertial) –NXOpen.Motion.TirePropertyNonInertialto be edited, if None then create a new oneReturns: TirePropertyNonInertialBuilder object Return type: NXOpen.Motion.TirePropertyNonInertialBuilderNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
TirePropertyNonInertialCollection.FindObject¶ Finds the
NXOpen.Motion.TirePropertyNonInertialwith 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.TirePropertyNonInertialReturns: NXOpen.Motion.TirePropertyNonInertialwith this nameReturn type: NXOpen.Motion.TirePropertyNonInertialNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)