Class BaseDataWheelBuilder
Inheritance
System.Object
System.MarshalByRefObject
BaseDataWheelBuilder
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 BaseDataWheelBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BaseDataWheelBuilder()
Declaration
protected BaseDataWheelBuilder()
Properties
BogieWheelbase
Declaration
public double BogieWheelbase { get; set; }
Property Value
Type |
Description |
System.Double |
|
Camber
Declaration
public double Camber { get; set; }
Property Value
Type |
Description |
System.Double |
|
CoordinateX
Declaration
public double CoordinateX { get; set; }
Property Value
Type |
Description |
System.Double |
|
CoordinateY
Declaration
public double CoordinateY { get; set; }
Property Value
Type |
Description |
System.Double |
|
CoordinateZ
Declaration
public double CoordinateZ { get; set; }
Property Value
Type |
Description |
System.Double |
|
Diameter
Declaration
public double Diameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
FlangeDiameter
Declaration
public double FlangeDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
FlangeWidth
Declaration
public double FlangeWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PositionDefinition
Declaration
public BaseDataWheelBuilder.PositionDefinitionOptions PositionDefinition { get; set; }
Property Value
RimOffset
Declaration
public double RimOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShowSurface
Declaration
public bool ShowSurface { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowWireframe
Declaration
public bool ShowWireframe { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StaticRadius
Declaration
public double StaticRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
Toe
Declaration
public double Toe { get; set; }
Property Value
Type |
Description |
System.Double |
|
Track
Declaration
public double Track { get; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink