Search Results for

    Show / Hide Table of Contents

    Class MeasureBuilder

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

    Constructors

    MeasureBuilder()

    Declaration
    protected MeasureBuilder()

    Properties

    Direction1

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

    Direction2

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

    List1

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

    List2

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

    MeasureType

    Declaration
    public MeasureBuilder.MeasureTypes MeasureType { get; set; }
    Property Value
    Type Description
    MeasureBuilder.MeasureTypes

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    UseVector

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

    Vector

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

    Implements

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