Share

AcGePolyline3d::AcGePolyline3d

C++

GE_DLLEXPIMPORT AcGePolyline3d(
    const AcGeKnotVector& knots, 
    const AcGePoint3dArray& cntrlPnts
);

Description

Constructs a polyline with the knot and control points established.

Parameters

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

Links

AcGePolyline3d

Was this information helpful?