Class MeasureDistanceBuilder
Inheritance
MeasureDistanceBuilder
Assembly: NXOpen.dll
Syntax
public class MeasureDistanceBuilder : MeasureBuilder, IMessageSink, IComponentBuilder
Constructors
MeasureDistanceBuilder()
Declaration
protected MeasureDistanceBuilder()
Properties
DiameterObjects
Declaration
public SelectDisplayableObject DiameterObjects { get; }
Property Value
DistanceCollector1
Declaration
public ScCollector DistanceCollector1 { get; }
Property Value
DistanceCollector2
Declaration
public ScCollector DistanceCollector2 { get; }
Property Value
IsExact
Declaration
public bool IsExact { get; set; }
Property Value
LengthCollector
Declaration
public ScCollector LengthCollector { get; }
Property Value
LengthObjects
Declaration
public SelectDisplayableObjectList LengthObjects { get; }
Property Value
Mtype
Declaration
public MeasureDistanceBuilder.MeasureType Mtype { get; set; }
Property Value
Object1
Declaration
public SelectDisplayableObject Object1 { get; }
Property Value
Object2
Declaration
public SelectDisplayableObject Object2 { get; }
Property Value
ProjectionVector
Declaration
public Direction ProjectionVector { get; set; }
Property Value
RadiusObjects
Declaration
public SelectDisplayableObject RadiusObjects { get; }
Property Value
Set1
Declaration
public SelectDisplayableObjectList Set1 { get; }
Property Value
Set2
Declaration
public SelectDisplayableObjectList Set2 { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink