TirePropertyCdBuilderInflationPressureType Enumeration

NXOpen.Motion.TirePropertyCdBuilder.InflationPressureType is an alias for NXOpen.Motion.TirePropertyCdBuilderInflationPressureType

class NXOpen.Motion.TirePropertyCdBuilderInflationPressureType

Bases: object

The Inflation Pressure type. Specifies how the tire pressure will be defined. If the TireParameterFile is selected, then the tire pressure is set in the selected tire parameter file. If Constant is set, then the constant pressure is defined in the CD Tire dialog. If Variable is selected, then the pressure is defined by a curve. The pressure curve defines tire pressure as a function of simulation time.

Enum Members

Enum Member Enum Member Description
TireParameterFile
Constant
Function
Profile
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.