Class GroundClearanceBuilder
Inheritance
System.Object
System.MarshalByRefObject
GroundClearanceBuilder
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 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
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.String |
|
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
Type |
Description |
System.Boolean |
|
Standard
Declaration
public string Standard { get; set; }
Property Value
Type |
Description |
System.String |
|
SurfaceLength
Declaration
public GroundClearanceBuilder.SurfaceLengthType SurfaceLength { get; set; }
Property Value
UseGeneralSurface
Declaration
public bool UseGeneralSurface { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseUnderAxleSurface
Declaration
public bool UseUnderAxleSurface { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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