Share

PolylineCurve3d.PolylineCurve3d(Point3dCollection) Constructor

Description

Constructs a polyline with the specified fit points.

Visual Basic

Public Sub New(
    points As Point3dCollection
)

C#

public PolylineCurve3d(
    Point3dCollection points
);

Parameters

Parameters Description
Point3dCollection points Input collection of fit points

Links

PolylineCurve3d Class, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?