Class Polyline
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
IsFilled
Declaration
public bool IsFilled { get; }
Property Value
LineFont
Declaration
public DisplayableObject.ObjectFont LineFont { get; }
Property Value
LineWidth
Declaration
public DisplayableObject.ObjectWidth LineWidth { get; }
Property Value
Methods
GetPoints(out Point3d[])
Declaration
public void GetPoints(out Point3d[] points)
Parameters
Type |
Name |
Description |
Point3d[] |
points |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink