Class TireBuilder
Inheritance
System.Object
System.MarshalByRefObject
TireBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class TireBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
TireBuilder()
Declaration
Properties
BodyLink
Declaration
public SelectLink BodyLink { get; }
Property Value
BodyPoint
Declaration
public Point BodyPoint { get; set; }
Property Value
BodyVector
Declaration
public Direction BodyVector { get; set; }
Property Value
CarrierCsys
Declaration
public CoordinateSystem CarrierCsys { get; set; }
Property Value
CarrierLink
Declaration
public SelectLink CarrierLink { get; }
Property Value
CarrierPoint
Declaration
public Point CarrierPoint { get; set; }
Property Value
ChassisCsys
Declaration
public CoordinateSystem ChassisCsys { get; set; }
Property Value
ChassisLink
Declaration
public SelectLink ChassisLink { get; }
Property Value
ChassisPoint
Declaration
public Point ChassisPoint { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PropertyBasic
Declaration
public SelectTirePropertyBasic PropertyBasic { get; }
Property Value
PropertyCd
Declaration
public SelectTirePropertyCd PropertyCd { get; }
Property Value
PropertyFTire
Declaration
public SelectTirePropertyFt PropertyFTire { get; }
Property Value
PropertyMotorcycle
Declaration
public SelectTirePropertyMotorcycle PropertyMotorcycle { get; }
Property Value
PropertyNonInertial
Declaration
public SelectTirePropertyNonInertial PropertyNonInertial { get; }
Property Value
PropertyTno
Declaration
public SelectTirePropertyTno PropertyTno { get; }
Property Value
Road
Declaration
public SelectRoad Road { get; }
Property Value
TireType
Declaration
public TireBuilder.Type TireType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink