Share

AcGeAugPolyline3d::AcGeAugPolyline3d

C++

GE_DLLEXPIMPORT AcGeAugPolyline3d(
    const AcGePoint3dArray& cntrlPnts, 
    const AcGeVector3dArray& vecBundle
);

Description

Constructs object representing a 3D polyline with attached vectors at each control point.

Parameters

Parameters Description
cntrlPnts Input control point array
vecBundle Input vector array

Links

AcGeAugPolyline3d

Was this information helpful?