TirePropertyCdBuilder Class

class NXOpen.Motion.TirePropertyCdBuilder

Bases: NXOpen.Motion.TirePropertyBuilder

Represents a Motion.TirePropertyCd builder

To create a new instance of this class, use NXOpen.Motion.TirePropertyCdCollection.CreateTirePropertyCdBuilder()

Default values.

Property Value
AmbientTempTypeSelection TireParameterFile
AmbientTempValue.Value 0.0 (millimeters part), 0.0 (inches part)
ContactLengthWidth 0
ContactPointGlobal 0
ContactPointRoadRef 1
CorrectorIter.Value 0 (millimeters part), 0 (inches part)
EnergyLoss 0
Inclination 1
InflationPressureTypeSelection TireParameterFile
InflationPressureValue.Value 0.0 (millimeters part), 0.0 (inches part)
ModelTypeSelection Cdt30
RimRoadGlobal 1
RimRoadTydexW 1
RimTydexCH 1
RoadGlobal 0
SolverResults 0
StaticHold 1
StaticRadius.Value 0.1 (millimeters part), 0 (inches part)
StaticVerticalStiffness.Value 0.0 (millimeters part), 0.0 (inches part)
TimeStatistics 0
WheelGlobal 0
WheelRoadRef 0

New in version NX11.0.0.

Properties

Property Description
AmbientTempFunction Returns or sets the ambient temp function
AmbientTempTypeSelection Returns or sets the ambient temp type selection
AmbientTempValue Returns the ambient temp value
ContactLengthWidth Returns or sets the contact length width
ContactPointGlobal Returns or sets the contact point global
ContactPointRoadRef Returns or sets the contact point road ref
CorrectorIter Returns the corrector iter
EnergyLoss Returns or sets the energy loss
Inclination Returns or sets the inclination
InflationPressureFunction Returns or sets the inflation pressure function
InflationPressureTypeSelection Returns or sets the inflation pressure type selection
InflationPressureValue Returns the inflation value
ModelTypeSelection Returns or sets the model type selection
Name Returns or sets the name
PrimaryParamFile Returns or sets the primary param file
RimRoadGlobal Returns or sets the rim road global
RimRoadTydexW Returns or sets the rim road tydex w
RimTydexCH Returns or sets the rim tydex ch
RoadGlobal Returns or sets the road global
SolverResults Returns or sets the solver results
StaticHold Returns or sets the static hold
StaticRadius Returns the static radius
StaticVerticalStiffness Returns the static vertical stiffness
Tag Returns the Tag for this object.
TimeStatistics Returns or sets the time statistics
TireControlFile Returns or sets the tire control file
WheelGlobal Returns or sets the wheel global
WheelRoadRef Returns or sets the wheel road ref

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

AmbientTempFunction

TirePropertyCdBuilder.AmbientTempFunction

Returns or sets the ambient temp function

-------------------------------------

Getter Method

Signature AmbientTempFunction()

Returns:
Return type:NXOpen.Motion.MotionFunction

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AmbientTempFunction(ambientTempFunction)

Parameters:ambientTempFunction (NXOpen.Motion.MotionFunction) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

AmbientTempTypeSelection

TirePropertyCdBuilder.AmbientTempTypeSelection

Returns or sets the ambient temp type selection

-------------------------------------

Getter Method

Signature AmbientTempTypeSelection()

Returns:
Return type:NXOpen.Motion.TirePropertyCdBuilderAmbientTempType

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AmbientTempTypeSelection(ambientTempTypeSelection)

Parameters:ambientTempTypeSelection (NXOpen.Motion.TirePropertyCdBuilderAmbientTempType) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

AmbientTempValue

TirePropertyCdBuilder.AmbientTempValue

Returns the ambient temp value

-------------------------------------

Getter Method

Signature AmbientTempValue()

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: None.

ContactLengthWidth

TirePropertyCdBuilder.ContactLengthWidth

Returns or sets the contact length width

-------------------------------------

Getter Method

Signature ContactLengthWidth()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ContactLengthWidth(contactLengthWidth)

Parameters:contactLengthWidth (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

ContactPointGlobal

TirePropertyCdBuilder.ContactPointGlobal

Returns or sets the contact point global

-------------------------------------

Getter Method

Signature ContactPointGlobal()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ContactPointGlobal(contactPointGlobal)

Parameters:contactPointGlobal (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

ContactPointRoadRef

TirePropertyCdBuilder.ContactPointRoadRef

Returns or sets the contact point road ref

-------------------------------------

Getter Method

Signature ContactPointRoadRef()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ContactPointRoadRef(contactPointRoadRef)

Parameters:contactPointRoadRef (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

CorrectorIter

TirePropertyCdBuilder.CorrectorIter

Returns the corrector iter

-------------------------------------

Getter Method

Signature CorrectorIter()

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: None.

EnergyLoss

TirePropertyCdBuilder.EnergyLoss

Returns or sets the energy loss

-------------------------------------

Getter Method

Signature EnergyLoss()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EnergyLoss(energyLoss)

Parameters:energyLoss (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

Inclination

TirePropertyCdBuilder.Inclination

Returns or sets the inclination

-------------------------------------

Getter Method

Signature Inclination()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Inclination(inclination)

Parameters:inclination (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

InflationPressureFunction

TirePropertyCdBuilder.InflationPressureFunction

Returns or sets the inflation pressure function

-------------------------------------

Getter Method

Signature InflationPressureFunction()

Returns:
Return type:NXOpen.Motion.MotionFunction

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature InflationPressureFunction(inflationPressureFunction)

Parameters:inflationPressureFunction (NXOpen.Motion.MotionFunction) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

InflationPressureTypeSelection

TirePropertyCdBuilder.InflationPressureTypeSelection

Returns or sets the inflation pressure type selection

-------------------------------------

Getter Method

Signature InflationPressureTypeSelection()

Returns:
Return type:NXOpen.Motion.TirePropertyCdBuilderInflationPressureType

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature InflationPressureTypeSelection(inflationPressureTypeSelection)

Parameters:inflationPressureTypeSelection (NXOpen.Motion.TirePropertyCdBuilderInflationPressureType) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

InflationPressureValue

TirePropertyCdBuilder.InflationPressureValue

Returns the inflation value

-------------------------------------

Getter Method

Signature InflationPressureValue()

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: None.

ModelTypeSelection

TirePropertyCdBuilder.ModelTypeSelection

Returns or sets the model type selection

-------------------------------------

Getter Method

Signature ModelTypeSelection()

Returns:
Return type:NXOpen.Motion.TirePropertyCdBuilderModelType

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ModelTypeSelection(modelTypeSelection)

Parameters:modelTypeSelection (NXOpen.Motion.TirePropertyCdBuilderModelType) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

Name

TirePropertyCdBuilder.Name

Returns or sets the name

-------------------------------------

Getter Method

Signature Name()

Returns:
Return type:str

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Name(name)

Parameters:name (str) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

PrimaryParamFile

TirePropertyCdBuilder.PrimaryParamFile

Returns or sets the primary param file

-------------------------------------

Getter Method

Signature PrimaryParamFile()

Returns:
Return type:str

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PrimaryParamFile(filename)

Parameters:filename (str) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

RimRoadGlobal

TirePropertyCdBuilder.RimRoadGlobal

Returns or sets the rim road global

-------------------------------------

Getter Method

Signature RimRoadGlobal()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RimRoadGlobal(rimRoadGlobal)

Parameters:rimRoadGlobal (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

RimRoadTydexW

TirePropertyCdBuilder.RimRoadTydexW

Returns or sets the rim road tydex w

-------------------------------------

Getter Method

Signature RimRoadTydexW()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RimRoadTydexW(rimRoadTydexW)

Parameters:rimRoadTydexW (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

RimTydexCH

TirePropertyCdBuilder.RimTydexCH

Returns or sets the rim tydex ch

-------------------------------------

Getter Method

Signature RimTydexCH()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RimTydexCH(rimTydexCH)

Parameters:rimTydexCH (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

RoadGlobal

TirePropertyCdBuilder.RoadGlobal

Returns or sets the road global

-------------------------------------

Getter Method

Signature RoadGlobal()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RoadGlobal(roadGlobal)

Parameters:roadGlobal (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

SolverResults

TirePropertyCdBuilder.SolverResults

Returns or sets the solver results

-------------------------------------

Getter Method

Signature SolverResults()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SolverResults(solverResults)

Parameters:solverResults (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

StaticHold

TirePropertyCdBuilder.StaticHold

Returns or sets the static hold

-------------------------------------

Getter Method

Signature StaticHold()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StaticHold(staticHold)

Parameters:staticHold (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

StaticRadius

TirePropertyCdBuilder.StaticRadius

Returns the static radius

-------------------------------------

Getter Method

Signature StaticRadius()

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: None.

StaticVerticalStiffness

TirePropertyCdBuilder.StaticVerticalStiffness

Returns the static vertical stiffness

-------------------------------------

Getter Method

Signature StaticVerticalStiffness()

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: None.

TimeStatistics

TirePropertyCdBuilder.TimeStatistics

Returns or sets the time statistics

-------------------------------------

Getter Method

Signature TimeStatistics()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TimeStatistics(timeStatistics)

Parameters:timeStatistics (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

TireControlFile

TirePropertyCdBuilder.TireControlFile

Returns or sets the tire control file

-------------------------------------

Getter Method

Signature TireControlFile()

Returns:
Return type:str

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TireControlFile(filename)

Parameters:filename (str) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

WheelGlobal

TirePropertyCdBuilder.WheelGlobal

Returns or sets the wheel global

-------------------------------------

Getter Method

Signature WheelGlobal()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature WheelGlobal(wheelGlobal)

Parameters:wheelGlobal (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

WheelRoadRef

TirePropertyCdBuilder.WheelRoadRef

Returns or sets the wheel road ref

-------------------------------------

Getter Method

Signature WheelRoadRef()

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature WheelRoadRef(wheelRoadRef)

Parameters:wheelRoadRef (bool) –

New in version NX11.0.0.

License requirements: mechanisms (“MECHANISMS”)

Method Detail

Validate

TirePropertyCdBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.