Class TirePropertyCdBuilder
Inheritance
TirePropertyCdBuilder
Assembly: NXOpen.dll
Syntax
public class TirePropertyCdBuilder : TirePropertyBuilder, IMessageSink, IComponentBuilder, IExternalFileReferencer
Constructors
TirePropertyCdBuilder()
Declaration
protected TirePropertyCdBuilder()
Properties
AmbientTempFunction
Declaration
public MotionFunction AmbientTempFunction { get; set; }
Property Value
AmbientTempProfile
Declaration
public SelectFieldData AmbientTempProfile { get; }
Property Value
AmbientTempTypeSelection
Declaration
public TirePropertyCdBuilder.AmbientTempType AmbientTempTypeSelection { get; set; }
Property Value
AmbientTempValue
Declaration
public Expression AmbientTempValue { get; }
Property Value
Declaration
public bool ContactKinematics { get; set; }
Property Value
Declaration
public bool ContactLengthWidth { get; set; }
Property Value
Declaration
public bool ContactPointGlobal { get; set; }
Property Value
Declaration
public bool ContactPointRoadRef { get; set; }
Property Value
CorrectorIter
Declaration
public Expression CorrectorIter { get; }
Property Value
EnergyLossOfSpecificEntities
Declaration
public bool EnergyLossOfSpecificEntities { get; set; }
Property Value
EnergyLossPerSegment
Declaration
public bool EnergyLossPerSegment { get; set; }
Property Value
Inclination
Declaration
public bool Inclination { get; set; }
Property Value
InflationPressureFunction
Declaration
public MotionFunction InflationPressureFunction { get; set; }
Property Value
InflationPressureProfile
Declaration
public SelectFieldData InflationPressureProfile { get; }
Property Value
InflationPressureTypeSelection
Declaration
public TirePropertyCdBuilder.InflationPressureType InflationPressureTypeSelection { get; set; }
Property Value
InflationPressureValue
Declaration
public Expression InflationPressureValue { get; }
Property Value
ModelTypeSelection
Declaration
public TirePropertyCdBuilder.ModelType ModelTypeSelection { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
RimRoadGlobal
Declaration
public bool RimRoadGlobal { get; set; }
Property Value
RimRoadTydexW
Declaration
public bool RimRoadTydexW { get; set; }
Property Value
RimTydexCH
Declaration
public bool RimTydexCH { get; set; }
Property Value
RoadGlobal
Declaration
public bool RoadGlobal { get; set; }
Property Value
SolverResults
Declaration
public bool SolverResults { get; set; }
Property Value
StaticHold
Declaration
public bool StaticHold { get; set; }
Property Value
StaticRadius
Declaration
public Expression StaticRadius { get; }
Property Value
StaticVerticalStiffness
Declaration
public Expression StaticVerticalStiffness { get; }
Property Value
TimeStatistics
Declaration
public bool TimeStatistics { get; set; }
Property Value
WearIndicatorPerSegment
Declaration
public bool WearIndicatorPerSegment { get; set; }
Property Value
WheelGlobal
Declaration
public bool WheelGlobal { get; set; }
Property Value
WheelRoadRef
Declaration
public bool WheelRoadRef { get; set; }
Property Value
Methods
EstablishReference(int, Type, string)
Declaration
public ExternalFileReferenceAdapter EstablishReference(int referenceObjectId, ExternalFileReferenceAdapter.Type referenceType, string externalFileSpec)
Parameters
Returns
GetExternalFileDefinitionKey(ExternalFileReferenceAdapter)
Declaration
public string GetExternalFileDefinitionKey(ExternalFileReferenceAdapter adapter)
Parameters
Returns
GetExternalFileReferenceAdapter(int)
Declaration
public ExternalFileReferenceAdapter GetExternalFileReferenceAdapter(int referenceObjectId)
Parameters
Type |
Name |
Description |
int |
referenceObjectId |
|
Returns
SetExternalFileReferenceAdapter(int, ExternalFileReferenceAdapter)
Declaration
public void SetExternalFileReferenceAdapter(int referenceObjectId, ExternalFileReferenceAdapter adapter)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink