Share

AcDb3dPolyline::makeClosed

C++

Acad::ErrorStatus makeClosed();

Description

This function sets the polyline to be closed. A line segment will be drawn between the last vertex and the first vertex to form a closed polygon.

This sets the first bit of DXF group code 70.

Returns Acad::eOk.

Links

AcDb3dPolyline

Was this information helpful?