Class GroundClearanceBuilder
Inheritance
GroundClearanceBuilder
Assembly: NXOpen.dll
Syntax
public class GroundClearanceBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
GroundClearanceBuilder()
Declaration
protected GroundClearanceBuilder()
Properties
DistanceToRoadGeneral
Declaration
public Expression DistanceToRoadGeneral { get; }
Property Value
DistanceToRoadUnderAxle
Declaration
public Expression DistanceToRoadUnderAxle { get; }
Property Value
ExtendSurface
Declaration
public bool ExtendSurface { get; set; }
Property Value
ExtensionFactor
Declaration
public Expression ExtensionFactor { get; }
Property Value
FrontUnderAxleFace
Declaration
public ScCollector FrontUnderAxleFace { get; }
Property Value
GeneralClearanceFace
Declaration
public ScCollector GeneralClearanceFace { get; }
Property Value
Loading
Declaration
public string Loading { get; set; }
Property Value
Position
Declaration
public GroundClearanceBuilder.PositionType Position { get; set; }
Property Value
RearUnderAxleFace
Declaration
public ScCollector RearUnderAxleFace { get; }
Property Value
RequirementsControl
Declaration
public GroundClearanceBuilder.RequirementControls RequirementsControl { get; set; }
Property Value
SectionCurve
Declaration
public GroundClearanceBuilder.SectionCurveType SectionCurve { get; set; }
Property Value
ShowDistanceMeasurement
Declaration
public bool ShowDistanceMeasurement { get; set; }
Property Value
Standard
Declaration
public string Standard { get; set; }
Property Value
SurfaceLength
Declaration
public GroundClearanceBuilder.SurfaceLengthType SurfaceLength { get; set; }
Property Value
UseGeneralSurface
Declaration
public bool UseGeneralSurface { get; set; }
Property Value
UseUnderAxleSurface
Declaration
public bool UseUnderAxleSurface { get; set; }
Property Value
Visualization
Declaration
public GroundClearanceBuilder.VisualizationTypes Visualization { get; set; }
Property Value
WheelSize
Declaration
public GroundClearanceBuilder.WheelType WheelSize { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink