Search Results for

    Show / Hide Table of Contents

    Class DefineLifterBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DefineLifterBuilder
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class DefineLifterBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DefineLifterBuilder()

    Declaration
    protected DefineLifterBuilder()

    Properties

    LifterBodies

    Declaration
    public SelectDisplayableObjectList LifterBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    LifterDriveBodies

    Declaration
    public SelectDisplayableObjectList LifterDriveBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    LifterDriveVector

    Declaration
    public Direction LifterDriveVector { get; set; }
    Property Value
    Type Description
    Direction

    LifterName

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

    LifterOnBodies

    Declaration
    public SelectDisplayableObjectList LifterOnBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    LifterOnDriveVector

    Declaration
    public Direction LifterOnDriveVector { get; set; }
    Property Value
    Type Description
    Direction

    LifterOnLifterVector

    Declaration
    public Direction LifterOnLifterVector { get; set; }
    Property Value
    Type Description
    Direction

    LifterOnName

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

    LifterVector

    Declaration
    public Direction LifterVector { get; set; }
    Property Value
    Type Description
    Direction

    MainLifterBodies

    Declaration
    public SelectDisplayableObjectList MainLifterBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    MainLifterDriveBodies

    Declaration
    public SelectDisplayableObjectList MainLifterDriveBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    MainLifterDriveVector

    Declaration
    public Direction MainLifterDriveVector { get; set; }
    Property Value
    Type Description
    Direction

    MainLifterVector

    Declaration
    public Direction MainLifterVector { get; set; }
    Property Value
    Type Description
    Direction

    Type

    Declaration
    public DefineLifterBuilder.Types Type { get; set; }
    Property Value
    Type Description
    DefineLifterBuilder.Types

    Methods

    DeleteGenericLifter(String)

    Declaration
    public void DeleteGenericLifter(string lifterName)
    Parameters
    Type Name Description
    System.String lifterName

    DeleteLifterOnLifter(String)

    Declaration
    public void DeleteLifterOnLifter(string lifterName)
    Parameters
    Type Name Description
    System.String lifterName

    Implements

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