Search Results for

    Show / Hide Table of Contents

    Class TirePropertyHighOrderParameters

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TirePropertyHighOrderParameters
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    LateralStiffness

    Declaration
    public Expression LateralStiffness { get; }
    Property Value
    Type Description
    Expression

    LongDamping

    Declaration
    public Expression LongDamping { get; }
    Property Value
    Type Description
    Expression

    LongStiffness

    Declaration
    public Expression LongStiffness { get; }
    Property Value
    Type Description
    Expression

    LongitudinalEffects

    Declaration
    public bool LongitudinalEffects { get; set; }
    Property Value
    Type Description
    bool

    RollMoment

    Declaration
    public bool RollMoment { get; set; }
    Property Value
    Type Description
    bool

    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
    bool

    VerticalStiffnessTransVelocity

    Declaration
    public Expression VerticalStiffnessTransVelocity { get; }
    Property Value
    Type Description
    Expression

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX