Search Results for

    Show / Hide Table of Contents

    Class TirePropertyAdvancedParameters

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TirePropertyAdvancedParameters
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 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

    DistributedContact

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

    FrictionFunction

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

    FrictionProfile

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

    FrictionSurfaceFile

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  FrictionSurfaceProfile")]
    public string FrictionSurfaceFile { get; set; }
    Property Value
    Type Description
    System.String

    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
    System.Boolean

    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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX