Search Results for

    Show / Hide Table of Contents

    Class TirePropertyAdvancedParameters

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TirePropertyAdvancedParameters
    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 TirePropertyAdvancedParameters : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    TirePropertyAdvancedParameters()

    Declaration
    protected TirePropertyAdvancedParameters()

    Properties

    AligningMomentArm

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

    ConeIndex

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

    ContactAreaFunction

    Declaration
    public MotionFunction ContactAreaFunction { get; set; }
    Property Value
    Type Description
    MotionFunction

    ContactAreaProfile

    Declaration
    public SelectFieldData ContactAreaProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    ContactAreaType

    Declaration
    public TirePropertyAdvancedParameters.ContactType ContactAreaType { get; set; }
    Property Value
    Type Description
    TirePropertyAdvancedParameters.ContactType

    CustomizedSolverCurveType

    Declaration
    public TirePropertyAdvancedParameters.CustomizedSolverType CustomizedSolverCurveType { get; set; }
    Property Value
    Type Description
    TirePropertyAdvancedParameters.CustomizedSolverType

    CustomizedSolverFunction

    Declaration
    public MotionFunction CustomizedSolverFunction { get; set; }
    Property Value
    Type Description
    MotionFunction

    CustomizedSolverProfile2D

    Declaration
    public SelectFieldData CustomizedSolverProfile2D { get; }
    Property Value
    Type Description
    SelectFieldData

    CustomizedSolverProfile3D

    Declaration
    public SelectFieldData CustomizedSolverProfile3D { get; }
    Property Value
    Type Description
    SelectFieldData

    DistributedContact

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

    FrictionFunction

    Declaration
    public MotionFunction FrictionFunction { get; set; }
    Property Value
    Type Description
    MotionFunction

    FrictionProfile

    Declaration
    public SelectFieldData FrictionProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    FrictionSurfaceProfile

    Declaration
    public SelectFieldData FrictionSurfaceProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    FrictionType

    Declaration
    public TirePropertyAdvancedParameters.FrictType FrictionType { get; set; }
    Property Value
    Type Description
    TirePropertyAdvancedParameters.FrictType

    NumDivisions

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

    RelaxationLength

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

    RollingRadiusType

    Declaration
    public TirePropertyAdvancedParameters.RollingType RollingRadiusType { get; set; }
    Property Value
    Type Description
    TirePropertyAdvancedParameters.RollingType

    RollingRadiusValue

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

    SectionHeight

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

    SectionWidth

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

    StaticHold

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

    SurfaceType

    Declaration
    public TirePropertyAdvancedParameters.SurfType SurfaceType { get; set; }
    Property Value
    Type Description
    TirePropertyAdvancedParameters.SurfType

    TransDampingDeflection

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

    UseUtilityCurve

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

    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