Share

AcGePolyline2d::AcGePolyline2d

C++

GE_DLLEXPIMPORT AcGePolyline2d(
    const AcGeKnotVector& knots, 
    const AcGePoint2dArray& points
);

Description

Constructs a polyline with the knots and point values established.

Parameters

Parameters Description
knots Input knot vectors
points Input array of fit points

Links

AcGePolyline2d

Was this information helpful?