Class MeasureDistanceBuilder
Inheritance
System.Object
System.MarshalByRefObject
MeasureDistanceBuilder
Inherited Members
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