Search Results for

    Show / Hide Table of Contents

    Class MoveObjectBuilder

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

    Constructors

    MoveObjectBuilder()

    Declaration
    protected MoveObjectBuilder()

    Properties

    Associative

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

    CreateTraceLines

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

    Divisions

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

    Layer

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

    LayerOption

    Declaration
    public MoveObjectBuilder.LayerOptionType LayerOption { get; set; }
    Property Value
    Type Description
    MoveObjectBuilder.LayerOptionType

    MoveObjectResult

    Declaration
    public MoveObjectBuilder.MoveObjectResultOptions MoveObjectResult { get; set; }
    Property Value
    Type Description
    MoveObjectBuilder.MoveObjectResultOptions

    MoveParents

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

    NumberOfCopies

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

    ObjectToMoveObject

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

    PreMultiplicationTransform

    Declaration
    public Matrix4x4 PreMultiplicationTransform { get; set; }
    Property Value
    Type Description
    Matrix4x4

    TransformMotion

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

    Implements

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