Search Results for

    Show / Hide Table of Contents

    Class SlopeBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SlopeBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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 SlopeBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SlopeBuilder()

    Declaration
    protected SlopeBuilder()

    Properties

    FrontAngle

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

    FrontLoading

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

    FrontObjects

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

    Position

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

    RearAngle

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

    RearLoading

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

    RearObjects

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

    RequirementsControl

    Declaration
    public SlopeBuilder.RequirementsControlType RequirementsControl { get; set; }
    Property Value
    Type Description
    SlopeBuilder.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 SlopeBuilder.VisualizationType Visualization { get; set; }
    Property Value
    Type Description
    SlopeBuilder.VisualizationType

    WheelSize

    Declaration
    public SlopeBuilder.WheelSizeType WheelSize { get; set; }
    Property Value
    Type Description
    SlopeBuilder.WheelSizeType

    Implements

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