Class AssociativeAngleBuilder
Inheritance
System.Object
System.MarshalByRefObject
AssociativeAngleBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class AssociativeAngleBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
AssociativeAngleBuilder()
Declaration
protected AssociativeAngleBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
AngleValue
Declaration
public double AngleValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
Associative
Declaration
public bool Associative { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EvaluationPlane
Declaration
public AssociativeAngleBuilder.EvaluationPlaneType EvaluationPlane { get; set; }
Property Value
FirstMapView
Declaration
public View FirstMapView { get; set; }
Property Value
FirstObject
Declaration
public SelectNXObject FirstObject { get; }
Property Value
FirstObjectType
Declaration
public AssociativeAngleBuilder.ObjectType FirstObjectType { get; set; }
Property Value
FirstVector
Declaration
public Direction FirstVector { get; set; }
Property Value
Plane
Declaration
public Plane Plane { get; set; }
Property Value
ScalarObject
Declaration
public Scalar ScalarObject { get; set; }
Property Value
SecondMapView
Declaration
public View SecondMapView { get; set; }
Property Value
SecondObject
Declaration
public SelectNXObject SecondObject { get; }
Property Value
SecondObjectType
Declaration
public AssociativeAngleBuilder.ObjectType SecondObjectType { get; set; }
Property Value
SecondVector
Declaration
public Direction SecondVector { get; set; }
Property Value
Methods
AlternateAngle()
Declaration
public void AlternateAngle()
CreateScalarObject()
Declaration
public void CreateScalarObject()
CreateScalarObjectFromData(Scalar, Double)
Declaration
public void CreateScalarObjectFromData(Scalar scalarTag, double angleValue)
Parameters
Type |
Name |
Description |
Scalar |
scalarTag |
|
System.Double |
angleValue |
|
SetIsMeasure(Boolean)
Declaration
public void SetIsMeasure(bool isMeasure)
Parameters
Type |
Name |
Description |
System.Boolean |
isMeasure |
|
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink