Search Results for

    Show / Hide Table of Contents

    Class Associativity

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    Associativity
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class Associativity : TransientObject, IMessageSink, IDisposable

    Constructors

    Associativity(nint)

    Declaration
    protected Associativity(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Angle

    Declaration
    public double Angle { get; set; }
    Property Value
    Type Description
    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
    IDisposable
    In this article
    Back to top Generated by DocFX