Class AngularDimBuilder
Inheritance
System.Object
System.MarshalByRefObject
AngularDimBuilder
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.Features
Assembly: NXOpen.dll
Syntax
public class AngularDimBuilder : DimensionBuilder, IMessageSink, IComponentBuilder
Constructors
AngularDimBuilder()
Declaration
protected AngularDimBuilder()
Properties
AlternativeAngle
Declaration
public bool AlternativeAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ComplementAngleFlag
Declaration
public bool ComplementAngleFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MeasurementObject
Declaration
public SelectNXObject MeasurementObject { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
OriginObject
Declaration
public SelectNXObject OriginObject { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
Methods
GetIsComplementAngle(Point3d)
Declaration
public bool GetIsComplementAngle(Point3d dimensionLocation)
Parameters
Type | Name | Description |
---|---|---|
Point3d | dimensionLocation |
Returns
Type | Description |
---|---|
System.Boolean |
SetInterpartSourceEdge(Edge)
Declaration
public void SetInterpartSourceEdge(Edge interpartSourceEdge)
Parameters
Type | Name | Description |
---|---|---|
Edge | interpartSourceEdge |
Implements
System.Runtime.Remoting.Messaging.IMessageSink