Search Results for

    Show / Hide Table of Contents

    Class MeasureDistanceBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MeasureBuilder
    MeasureDistanceBuilder
    RoutingMeasureDistanceBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    MeasureBuilder.AnnotationMode
    MeasureBuilder.InfoWindow
    MeasureBuilder.RequirementMode
    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
    Assembly: NXOpen.dll
    Syntax
    public class MeasureDistanceBuilder : MeasureBuilder, IMessageSink, IComponentBuilder

    Constructors

    MeasureDistanceBuilder()

    Declaration
    protected MeasureDistanceBuilder()

    Properties

    DiameterObjects

    Declaration
    public SelectDisplayableObject DiameterObjects { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    DistanceCollector1

    Declaration
    public ScCollector DistanceCollector1 { get; }
    Property Value
    Type Description
    ScCollector

    DistanceCollector2

    Declaration
    public ScCollector DistanceCollector2 { get; }
    Property Value
    Type Description
    ScCollector

    IsExact

    Declaration
    public bool IsExact { get; set; }
    Property Value
    Type Description
    System.Boolean

    LengthCollector

    Declaration
    public ScCollector LengthCollector { get; }
    Property Value
    Type Description
    ScCollector

    LengthObjects

    Declaration
    public SelectDisplayableObjectList LengthObjects { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    Mtype

    Declaration
    public MeasureDistanceBuilder.MeasureType Mtype { get; set; }
    Property Value
    Type Description
    MeasureDistanceBuilder.MeasureType

    Object1

    Declaration
    public SelectDisplayableObject Object1 { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    Object2

    Declaration
    public SelectDisplayableObject Object2 { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    ProjectionVector

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

    RadiusObjects

    Declaration
    public SelectDisplayableObject RadiusObjects { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    Set1

    Declaration
    public SelectDisplayableObjectList Set1 { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    Set2

    Declaration
    public SelectDisplayableObjectList Set2 { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    Implements

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