AcGePolyline3d::AcGePolyline3d

C++
AcGePolyline3d(
    const AcGeKnotVector& knots, 
    const AcGePoint3dArray& cntrlPnts
);
Parameters
Parameters 
Description 
knots 
Input the knot vectors 
cntrlPnts 
Input array of fit points 
Description

Constructs a polyline with the knot and control points established.

Links