Search Results for

    Show / Hide Table of Contents

    Class LayoutManagementBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    LayoutManagementBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 LayoutManagementBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    LayoutManagementBuilder()

    Declaration
    protected LayoutManagementBuilder()

    Properties

    BodiesReposition

    Declaration
    public SelectBodyList BodiesReposition { get; }
    Property Value
    Type Description
    SelectBodyList

    RepositionMotion

    Declaration
    public ModlMotion RepositionMotion { get; }
    Property Value
    Type Description
    ModlMotion

    SelectEntityAdd

    Declaration
    public SelectNXObjectList SelectEntityAdd { get; }
    Property Value
    Type Description
    SelectNXObjectList

    SelectEntityRemove

    Declaration
    public SelectNXObjectList SelectEntityRemove { get; }
    Property Value
    Type Description
    SelectNXObjectList

    SpecifyDieTip

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

    StationDistance

    Declaration
    public double StationDistance { get; set; }
    Property Value
    Type Description
    System.Double

    StationEnum

    Declaration
    public LayoutManagementBuilder.StationItems StationEnum { get; set; }
    Property Value
    Type Description
    LayoutManagementBuilder.StationItems

    StationNameStr

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

    StationNumber

    Declaration
    public int StationNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

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