Search Results for

    Show / Hide Table of Contents

    Class Associativity

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    Associativity
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    TransientObject.FreeResource()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX