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()
    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 LayoutManagementBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    LayoutManagementBuilder()

    Declaration
    protected LayoutManagementBuilder()

    Properties

    BodiesReposition

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

    MoveToStationEnum

    Declaration
    public LayoutManagementBuilder.MoveToStationEnumeration MoveToStationEnum { get; set; }
    Property Value
    Type Description
    LayoutManagementBuilder.MoveToStationEnumeration

    NewStationPart

    Declaration
    public NXObject NewStationPart { get; set; }
    Property Value
    Type Description
    NXObject

    ReferencePoint

    Declaration
    public Point ReferencePoint { get; set; }
    Property Value
    Type Description
    Point

    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

    SelectObject

    Declaration
    public SelectNXObjectList SelectObject { 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

    WizardType

    Declaration
    public ToolingApplication WizardType { get; set; }
    Property Value
    Type Description
    ToolingApplication

    Methods

    AddObject()

    Declaration
    public void AddObject()

    AddStationAfter(NXObject)

    Declaration
    public void AddStationAfter(NXObject currentStationPart)
    Parameters
    Type Name Description
    NXObject currentStationPart

    CreateLayoutWithViews()

    Declaration
    public void CreateLayoutWithViews()

    CreatePMIForNewStation()

    Declaration
    public void CreatePMIForNewStation()

    CreatePmiNote()

    Declaration
    public void CreatePmiNote()

    DecreaseStationParts()

    Declaration
    public void DecreaseStationParts()

    DeleteStationPart(NXObject)

    Declaration
    public void DeleteStationPart(NXObject stationPart)
    Parameters
    Type Name Description
    NXObject stationPart

    ExitStationManagement()

    Declaration
    public void ExitStationManagement()

    IncreaseStationParts()

    Declaration
    public void IncreaseStationParts()

    MoveToStation()

    Declaration
    public void MoveToStation()

    RemoveObject()

    Declaration
    public void RemoveObject()

    UpdateStation(NXObject, String, Double)

    Declaration
    public void UpdateStation(NXObject stationPartOcc, string newStationName, double newDistance)
    Parameters
    Type Name Description
    NXObject stationPartOcc
    System.String newStationName
    System.Double newDistance

    Implements

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