Search Results for

    Show / Hide Table of Contents

    Class LineComponent

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

    Constructors

    LineComponent(nint)

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

    Properties

    EndPoint

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

    Index

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

    StartPoint

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

    Type

    Declaration
    public LineComponent.LineType Type { get; }
    Property Value
    Type Description
    LineComponent.LineType

    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