Search Results for

    Show / Hide Table of Contents

    Class MovePathBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MovePathBuilder
    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.RoutingCommon
    Assembly: NXOpen.dll
    Syntax
    public class MovePathBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MovePathBuilder()

    Declaration
    protected MovePathBuilder()

    Properties

    CopyModeType

    Declaration
    public MovePathBuilder.CopyMode CopyModeType { get; set; }
    Property Value
    Type Description
    MovePathBuilder.CopyMode

    DetachType

    Declaration
    public MovePathBuilder.DetachTypes DetachType { get; set; }
    Property Value
    Type Description
    MovePathBuilder.DetachTypes

    EndObject

    Declaration
    public RouteObjectCollector EndObject { get; }
    Property Value
    Type Description
    RouteObjectCollector

    MaintainLength

    Declaration
    public bool MaintainLength { get; set; }
    Property Value
    Type Description
    bool

    Motion

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

    MoveSubType

    Declaration
    public MovePathBuilder.MoveType MoveSubType { get; set; }
    Property Value
    Type Description
    MovePathBuilder.MoveType

    NumberOfCopies

    Declaration
    public int NumberOfCopies { get; set; }
    Property Value
    Type Description
    int

    PathSelection

    Declaration
    public RouteObjectCollector PathSelection { get; }
    Property Value
    Type Description
    RouteObjectCollector

    Preview

    Declaration
    public bool Preview { get; set; }
    Property Value
    Type Description
    bool

    RotationAngle

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

    StartObject

    Declaration
    public RouteObjectCollector StartObject { get; }
    Property Value
    Type Description
    RouteObjectCollector

    TargetAssembly

    Declaration
    public SelectComponent TargetAssembly { get; }
    Property Value
    Type Description
    SelectComponent

    Methods

    ComputeTransformForPortToPortMethod()

    Declaration
    public void ComputeTransformForPortToPortMethod()

    DragObjects()

    Declaration
    public void DragObjects()

    ResetDrag()

    Declaration
    public void ResetDrag()

    StartDrag()

    Declaration
    public void StartDrag()

    StopDrag()

    Declaration
    public void StopDrag()

    Implements

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