Search Results for

    Show / Hide Table of Contents

    Class StaticCurbBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    StaticCurbBuilder
    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 StaticCurbBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    StaticCurbBuilder()

    Declaration
    protected StaticCurbBuilder()

    Properties

    FrontAngle

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

    FrontLoading

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

    FrontMeasuredFaces

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

    FrontOffset

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

    Position

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

    RearAngle

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

    RearLoading

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

    RearMeasuredFaces

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

    RearOffset

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

    RequirementsControl

    Declaration
    public StaticCurbBuilder.RequirementsControlType RequirementsControl { get; set; }
    Property Value
    Type Description
    StaticCurbBuilder.RequirementsControlType

    ShowDistanceMeasurement

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

    Standard

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

    Visualization

    Declaration
    public StaticCurbBuilder.VisualizationType Visualization { get; set; }
    Property Value
    Type Description
    StaticCurbBuilder.VisualizationType

    Implements

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