TirePropertyNonInertialCollection Class

class NXOpen.Motion.TirePropertyNonInertialCollection

Bases: object

Represents a collection of Motion Non-inertial Tire Property elements

To obtain an instance of this class, refer to NXOpen.Motion.MotionManager

New in version NX11.0.0.

Method Detail

CreateTirePropertyNonInertialBuilder

TirePropertyNonInertialCollection.CreateTirePropertyNonInertialBuilder

Return NXOpen.Motion.TirePropertyNonInertialBuilder object

Signature CreateTirePropertyNonInertialBuilder(tireProperty)

Parameters:tireProperty (NXOpen.Motion.TirePropertyNonInertial) – NXOpen.Motion.TirePropertyNonInertial to be edited, if None then create a new one
Returns:TirePropertyNonInertialBuilder object
Return type:NXOpen.Motion.TirePropertyNonInertialBuilder

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

TirePropertyNonInertialCollection.FindObject

Finds the NXOpen.Motion.TirePropertyNonInertial with 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.TirePropertyNonInertial
Returns:NXOpen.Motion.TirePropertyNonInertial with this name
Return type:NXOpen.Motion.TirePropertyNonInertial

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)