Class TirePropertyHighOrderParameters
Inheritance
System.Object
System.MarshalByRefObject
TirePropertyHighOrderParameters
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Motion
Assembly: NXOpen.dll
Syntax
public class TirePropertyHighOrderParameters : TaggedObject, IMessageSink, IComponentBuilder
Constructors
TirePropertyHighOrderParameters()
Declaration
protected TirePropertyHighOrderParameters()
Properties
CarcassMass
Declaration
public Expression CarcassMass { get; }
Property Value
Type | Description |
---|---|
Expression |
LateralDamping
Declaration
public Expression LateralDamping { get; }
Property Value
Type | Description |
---|---|
Expression |
LateralEffects
Declaration
public bool LateralEffects { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LateralStiffness
Declaration
public Expression LateralStiffness { get; }
Property Value
Type | Description |
---|---|
Expression |
LongDamping
Declaration
public Expression LongDamping { get; }
Property Value
Type | Description |
---|---|
Expression |
LongitudinalEffects
Declaration
public bool LongitudinalEffects { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LongStiffness
Declaration
public Expression LongStiffness { get; }
Property Value
Type | Description |
---|---|
Expression |
RollMoment
Declaration
public bool RollMoment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UnloadingVerticalStiffness
Declaration
public MotionFunction UnloadingVerticalStiffness { get; set; }
Property Value
Type | Description |
---|---|
MotionFunction |
UnloadingVerticalStiffnessProfile
Declaration
public SelectFieldData UnloadingVerticalStiffnessProfile { get; }
Property Value
Type | Description |
---|---|
SelectFieldData |
UnloadingVerticalStiffnessType
Declaration
public TirePropertyHighOrderParameters.UnloadingVertStiffType UnloadingVerticalStiffnessType { get; set; }
Property Value
Type | Description |
---|---|
TirePropertyHighOrderParameters.UnloadingVertStiffType |
VerticalCarcassEffects
Declaration
public bool VerticalCarcassEffects { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
VerticalStiffnessTransVelocity
Declaration
public Expression VerticalStiffnessTransVelocity { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink