Class TirePropertyBasicParameters
Inheritance
System.Object
System.MarshalByRefObject
TirePropertyBasicParameters
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 TirePropertyBasicParameters : TaggedObject, IMessageSink, IComponentBuilder
Constructors
TirePropertyBasicParameters()
Declaration
protected TirePropertyBasicParameters()
Properties
CorneringStiffness
Declaration
public Expression CorneringStiffness { get; }
Property Value
Type | Description |
---|---|
Expression |
CorneringTableFile
Declaration
[Obsolete("Deprecated in NX12.0.1. CorneringTableProfile")]
public string CorneringTableFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CorneringTableProfile
Declaration
public SelectFieldData CorneringTableProfile { get; }
Property Value
Type | Description |
---|---|
SelectFieldData |
FrictionCoefficient
Declaration
public Expression FrictionCoefficient { get; }
Property Value
Type | Description |
---|---|
Expression |
LateralForceType
Declaration
public TirePropertyBasicParameters.CorneringType LateralForceType { get; set; }
Property Value
Type | Description |
---|---|
TirePropertyBasicParameters.CorneringType |
MagicFile
Declaration
public string MagicFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Radius
Declaration
public Expression Radius { get; }
Property Value
Type | Description |
---|---|
Expression |
RollingResistance
Declaration
public Expression RollingResistance { get; }
Property Value
Type | Description |
---|---|
Expression |
VerticalDamping
Declaration
public ExpressionFunctionBuilder VerticalDamping { get; }
Property Value
Type | Description |
---|---|
ExpressionFunctionBuilder |
VerticalStiffness
Declaration
public ExpressionFunctionBuilder VerticalStiffness { get; }
Property Value
Type | Description |
---|---|
ExpressionFunctionBuilder |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink