Search Results for

    Show / Hide Table of Contents

    Class PendulumPlacementBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PendulumPlacementBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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 PendulumPlacementBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PendulumPlacementBuilder()

    Declaration
    protected PendulumPlacementBuilder()

    Properties

    Angle

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

    Color

    Declaration
    public NXColor Color { get; set; }
    Property Value
    Type Description
    NXColor

    Level

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

    Loading

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

    Location

    Declaration
    public PendulumPlacementBuilder.LocationType Location { get; set; }
    Property Value
    Type Description
    PendulumPlacementBuilder.LocationType

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Offset

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

    PendulumProfile

    Declaration
    public PendulumPlacementBuilder.PendulumProfileType PendulumProfile { get; set; }
    Property Value
    Type Description
    PendulumPlacementBuilder.PendulumProfileType

    PositionMethod

    Declaration
    public PendulumPlacementBuilder.PositionMethodType PositionMethod { get; set; }
    Property Value
    Type Description
    PendulumPlacementBuilder.PositionMethodType

    Shift

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

    ShowPendulum

    Declaration
    public bool ShowPendulum { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowPoint

    Declaration
    public bool ShowPoint { get; set; }
    Property Value
    Type Description
    System.Boolean

    Side

    Declaration
    public PendulumPlacementBuilder.SideType Side { get; set; }
    Property Value
    Type Description
    PendulumPlacementBuilder.SideType

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX