Search Results for

    Show / Hide Table of Contents

    Class Polyline

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    Primitive
    Polyline
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    Primitive.FreeResource()
    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 Polyline : Primitive, IMessageSink, IDisposable

    Constructors

    Polyline(nint)

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

    Properties

    Color

    Declaration
    public NXColor Color { get; }
    Property Value
    Type Description
    NXColor

    IsFilled

    Declaration
    public bool IsFilled { get; }
    Property Value
    Type Description
    bool

    LineFont

    Declaration
    public DisplayableObject.ObjectFont LineFont { get; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    LineWidth

    Declaration
    public DisplayableObject.ObjectWidth LineWidth { get; }
    Property Value
    Type Description
    DisplayableObject.ObjectWidth

    Methods

    GetPoints(out Point3d[])

    Declaration
    public void GetPoints(out Point3d[] points)
    Parameters
    Type Name Description
    Point3d[] points

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX