Search Results for

    Show / Hide Table of Contents

    Class GroundClearanceBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    GroundClearanceBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features.VehicleDesign
    Assembly: NXOpen.dll
    Syntax
    public class GroundClearanceBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    GroundClearanceBuilder()

    Declaration
    protected GroundClearanceBuilder()

    Properties

    DistanceToRoadGeneral

    Declaration
    public Expression DistanceToRoadGeneral { get; }
    Property Value
    Type Description
    Expression

    DistanceToRoadUnderAxle

    Declaration
    public Expression DistanceToRoadUnderAxle { get; }
    Property Value
    Type Description
    Expression

    ExtendSurface

    Declaration
    public bool ExtendSurface { get; set; }
    Property Value
    Type Description
    bool

    ExtensionFactor

    Declaration
    public Expression ExtensionFactor { get; }
    Property Value
    Type Description
    Expression

    FrontUnderAxleFace

    Declaration
    public ScCollector FrontUnderAxleFace { get; }
    Property Value
    Type Description
    ScCollector

    GeneralClearanceFace

    Declaration
    public ScCollector GeneralClearanceFace { get; }
    Property Value
    Type Description
    ScCollector

    Loading

    Declaration
    public string Loading { get; set; }
    Property Value
    Type Description
    string

    Position

    Declaration
    public GroundClearanceBuilder.PositionType Position { get; set; }
    Property Value
    Type Description
    GroundClearanceBuilder.PositionType

    RearUnderAxleFace

    Declaration
    public ScCollector RearUnderAxleFace { get; }
    Property Value
    Type Description
    ScCollector

    RequirementsControl

    Declaration
    public GroundClearanceBuilder.RequirementControls RequirementsControl { get; set; }
    Property Value
    Type Description
    GroundClearanceBuilder.RequirementControls

    SectionCurve

    Declaration
    public GroundClearanceBuilder.SectionCurveType SectionCurve { get; set; }
    Property Value
    Type Description
    GroundClearanceBuilder.SectionCurveType

    ShowDistanceMeasurement

    Declaration
    public bool ShowDistanceMeasurement { get; set; }
    Property Value
    Type Description
    bool

    Standard

    Declaration
    public string Standard { get; set; }
    Property Value
    Type Description
    string

    SurfaceLength

    Declaration
    public GroundClearanceBuilder.SurfaceLengthType SurfaceLength { get; set; }
    Property Value
    Type Description
    GroundClearanceBuilder.SurfaceLengthType

    UseGeneralSurface

    Declaration
    public bool UseGeneralSurface { get; set; }
    Property Value
    Type Description
    bool

    UseUnderAxleSurface

    Declaration
    public bool UseUnderAxleSurface { get; set; }
    Property Value
    Type Description
    bool

    Visualization

    Declaration
    public GroundClearanceBuilder.VisualizationTypes Visualization { get; set; }
    Property Value
    Type Description
    GroundClearanceBuilder.VisualizationTypes

    WheelSize

    Declaration
    public GroundClearanceBuilder.WheelType WheelSize { get; set; }
    Property Value
    Type Description
    GroundClearanceBuilder.WheelType

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX