Class MeasureAngleBuilder
Inheritance
System.Object
System.MarshalByRefObject
MeasureAngleBuilder
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 MeasureAngleBuilder : MeasureBuilder, IMessageSink, IComponentBuilder
Constructors
MeasureAngleBuilder()
Declaration
protected MeasureAngleBuilder()
Properties
BaseEnd
Declaration
public Point BaseEnd { get; set; }
Property Value
Type | Description |
---|---|
Point |
BasePoint
Declaration
public Point BasePoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
Feature1
Declaration
public SelectDisplayableObject Feature1 { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
Feature2
Declaration
public SelectDisplayableObject Feature2 { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
IsExact
Declaration
public bool IsExact { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Object1
Declaration
public SelectDisplayableObject Object1 { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
Object2
Declaration
public SelectDisplayableObject Object2 { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
Objtype1
Declaration
public MeasureAngleBuilder.ObjectType Objtype1 { get; set; }
Property Value
Type | Description |
---|---|
MeasureAngleBuilder.ObjectType |
Objtype2
Declaration
public MeasureAngleBuilder.ObjectType Objtype2 { get; set; }
Property Value
Type | Description |
---|---|
MeasureAngleBuilder.ObjectType |
Orientation
Declaration
public MeasureAngleBuilder.OrientationType Orientation { get; set; }
Property Value
Type | Description |
---|---|
MeasureAngleBuilder.OrientationType |
ProtractorEnd
Declaration
public Point ProtractorEnd { get; set; }
Property Value
Type | Description |
---|---|
Point |
Ptype
Declaration
public MeasureAngleBuilder.ProjectionType Ptype { get; set; }
Property Value
Type | Description |
---|---|
MeasureAngleBuilder.ProjectionType |
Vector1
Declaration
public Direction Vector1 { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Vector2
Declaration
public Direction Vector2 { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Implements
System.Runtime.Remoting.Messaging.IMessageSink