Class MeasureAngleBuilder
Inheritance
MeasureAngleBuilder
Assembly: NXOpen.dll
Syntax
public class MeasureAngleBuilder : MeasureBuilder, IMessageSink, IComponentBuilder
Constructors
MeasureAngleBuilder()
Declaration
protected MeasureAngleBuilder()
Properties
BaseEnd
Declaration
public Point BaseEnd { get; set; }
Property Value
BasePoint
Declaration
public Point BasePoint { get; set; }
Property Value
Feature1
Declaration
public SelectDisplayableObject Feature1 { get; }
Property Value
Feature2
Declaration
public SelectDisplayableObject Feature2 { get; }
Property Value
IsExact
Declaration
public bool IsExact { get; set; }
Property Value
Object1
Declaration
public SelectDisplayableObject Object1 { get; }
Property Value
Object2
Declaration
public SelectDisplayableObject Object2 { get; }
Property Value
Objtype1
Declaration
public MeasureAngleBuilder.ObjectType Objtype1 { get; set; }
Property Value
Objtype2
Declaration
public MeasureAngleBuilder.ObjectType Objtype2 { get; set; }
Property Value
Orientation
Declaration
public MeasureAngleBuilder.OrientationType Orientation { get; set; }
Property Value
ProtractorEnd
Declaration
public Point ProtractorEnd { get; set; }
Property Value
Ptype
Declaration
public MeasureAngleBuilder.ProjectionType Ptype { get; set; }
Property Value
Vector1
Declaration
public Direction Vector1 { get; set; }
Property Value
Vector2
Declaration
public Direction Vector2 { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink