Search Results for

    Show / Hide Table of Contents

    Class ArcComponent

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    ArcComponent
    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 ArcComponent : TransientObject, IMessageSink, IDisposable

    Constructors

    ArcComponent(nint)

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

    Properties

    CenterPoint

    Declaration
    public Point3d CenterPoint { get; }
    Property Value
    Type Description
    Point3d

    EndAngle

    Declaration
    public double EndAngle { get; }
    Property Value
    Type Description
    double

    Index

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    int

    Radius

    Declaration
    public double Radius { get; }
    Property Value
    Type Description
    double

    StartAngle

    Declaration
    public double StartAngle { get; }
    Property Value
    Type Description
    double

    Type

    Declaration
    public ArcComponent.ArcType Type { get; }
    Property Value
    Type Description
    ArcComponent.ArcType

    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