Search Results for

    Show / Hide Table of Contents

    Class TireBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionBuilder
    TireBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    MotionBuilder.DisplayScale
    MotionBuilder.GroupName
    MotionBuilder.GroupType
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 TireBuilder : MotionBuilder, IMessageSink, IComponentBuilder

    Constructors

    TireBuilder()

    Declaration
    protected TireBuilder()

    Properties

    BodyLink

    Declaration
    public SelectLink BodyLink { get; }
    Property Value
    Type Description
    SelectLink

    BodyPoint

    Declaration
    public Point BodyPoint { get; set; }
    Property Value
    Type Description
    Point

    BodyVector

    Declaration
    public Direction BodyVector { get; set; }
    Property Value
    Type Description
    Direction

    CarrierCsys

    Declaration
    public CoordinateSystem CarrierCsys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    CarrierLink

    Declaration
    public SelectLink CarrierLink { get; }
    Property Value
    Type Description
    SelectLink

    CarrierPoint

    Declaration
    public Point CarrierPoint { get; set; }
    Property Value
    Type Description
    Point

    ChassisCsys

    Declaration
    public CoordinateSystem ChassisCsys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    ChassisLink

    Declaration
    public SelectLink ChassisLink { get; }
    Property Value
    Type Description
    SelectLink

    ChassisPoint

    Declaration
    public Point ChassisPoint { get; set; }
    Property Value
    Type Description
    Point

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    PropertyBasic

    Declaration
    public SelectTirePropertyBasic PropertyBasic { get; }
    Property Value
    Type Description
    SelectTirePropertyBasic

    PropertyCd

    Declaration
    public SelectTirePropertyCd PropertyCd { get; }
    Property Value
    Type Description
    SelectTirePropertyCd

    PropertyFTire

    Declaration
    public SelectTirePropertyFt PropertyFTire { get; }
    Property Value
    Type Description
    SelectTirePropertyFt

    PropertyMotorcycle

    Declaration
    public SelectTirePropertyMotorcycle PropertyMotorcycle { get; }
    Property Value
    Type Description
    SelectTirePropertyMotorcycle

    PropertyNonInertial

    Declaration
    public SelectTirePropertyNonInertial PropertyNonInertial { get; }
    Property Value
    Type Description
    SelectTirePropertyNonInertial

    PropertyTno

    Declaration
    public SelectTirePropertyTno PropertyTno { get; }
    Property Value
    Type Description
    SelectTirePropertyTno

    Road

    Declaration
    public SelectRoad Road { get; }
    Property Value
    Type Description
    SelectRoad

    TireType

    Declaration
    public TireBuilder.Type TireType { get; set; }
    Property Value
    Type Description
    TireBuilder.Type

    Implements

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