Class Associativity
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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.Annotations
Assembly: NXOpen.dll
Syntax
public class Associativity : TransientObject, IMessageSink, IDisposable
Constructors
Associativity(IntPtr)
Declaration
protected Associativity(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FirstDefinitionPoint
Declaration
public Point3d FirstDefinitionPoint { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
FirstObject
Declaration
public NXObject FirstObject { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
LineOption
Declaration
public AssociativityLineOption LineOption { get; set; }
Property Value
Type | Description |
---|---|
AssociativityLineOption |
ObjectView
Declaration
public View ObjectView { get; set; }
Property Value
Type | Description |
---|---|
View |
PickPoint
Declaration
public Point3d PickPoint { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
PointOption
Declaration
public AssociativityPointOption PointOption { get; set; }
Property Value
Type | Description |
---|---|
AssociativityPointOption |
SecondDefinitionPoint
Declaration
public Point3d SecondDefinitionPoint { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
SecondObject
Declaration
public NXObject SecondObject { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable