Search Results for

    Show / Hide Table of Contents

    Class GroundClearanceBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    GroundClearanceBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    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
    System.Boolean

    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
    System.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
    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
    Type Description
    GroundClearanceBuilder.SurfaceLengthType

    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
    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