Class Polyline
Inheritance
Polyline
Inherited Members
Namespace: NXOpen.Markup
Assembly: NXOpen.dll
Syntax
public class Polyline : Element, IMessageSink, IFitTo, INXObject
Constructors
Polyline()
Declaration
protected Polyline()
Properties
LineType
Declaration
public Polyline.LineOption LineType { get; set; }
Property Value
Type | Description |
---|---|
Polyline.LineOption |
Methods
GetPoints(out Point3d[])
Declaration
public void GetPoints(out Point3d[] points)
Parameters
Type | Name | Description |
---|---|---|
Point3d[] | points |
SetPoints(Point3d[])
Declaration
public void SetPoints(Point3d[] points)
Parameters
Type | Name | Description |
---|---|---|
Point3d[] | points |
Implements
System.Runtime.Remoting.Messaging.IMessageSink