TirePropertyTnoCollection Class

class NXOpen.Motion.TirePropertyTnoCollection

Bases: object

Represents a collection of Motion Tno Tire Property elements

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

New in version NX11.0.0.

Methods

Method Description
CreateTirePropertyTnoBuilder Return NXOpen.Motion.TirePropertyTnoBuilder object
FindObject Finds the NXOpen.Motion.TirePropertyTno with the given name.

Method Detail

CreateTirePropertyTnoBuilder

TirePropertyTnoCollection.CreateTirePropertyTnoBuilder

Return NXOpen.Motion.TirePropertyTnoBuilder object

Signature CreateTirePropertyTnoBuilder(tireProperty)

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

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

TirePropertyTnoCollection.FindObject

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

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)