TirePropertyCdBuilderAmbientTempType Enumeration

NXOpen.Motion.TirePropertyCdBuilder.AmbientTempType is an alias for NXOpen.Motion.TirePropertyCdBuilderAmbientTempType

class NXOpen.Motion.TirePropertyCdBuilderAmbientTempType

Bases: object

The Ambient Temp type. Specifies how the ambient temperature will be defined. If TireParameterFile is selected, then the ambient temperature is set in the selected tire parameter file. If Constant is set, then the ambient temperature is defined in the CD Tire dialog. If Variable is selected, then the ambient temperature is defined by a curve. The pressure curve defines ambient temperature 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.