Class BaseDataWheelBuilder
Inheritance
BaseDataWheelBuilder
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
Camber
Declaration
public double Camber { get; set; }
Property Value
CoordinateX
Declaration
public double CoordinateX { get; set; }
Property Value
CoordinateY
Declaration
public double CoordinateY { get; set; }
Property Value
CoordinateZ
Declaration
public double CoordinateZ { get; set; }
Property Value
Diameter
Declaration
public double Diameter { get; set; }
Property Value
FlangeDiameter
Declaration
public double FlangeDiameter { get; set; }
Property Value
FlangeWidth
Declaration
public double FlangeWidth { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PositionDefinition
Declaration
public BaseDataWheelBuilder.PositionDefinitionOptions PositionDefinition { get; set; }
Property Value
RimOffset
Declaration
public double RimOffset { get; set; }
Property Value
ShowSurface
Declaration
public bool ShowSurface { get; set; }
Property Value
ShowWireframe
Declaration
public bool ShowWireframe { get; set; }
Property Value
StaticRadius
Declaration
public double StaticRadius { get; set; }
Property Value
Toe
Declaration
public double Toe { get; set; }
Property Value
Track
Declaration
public double Track { get; }
Property Value
WheelTabIsEdit
Declaration
public bool WheelTabIsEdit { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink