Share

AcDb3dPolyline::makeOpen

C++

Acad::ErrorStatus makeOpen();

Description

This function sets the polyline to be open. No line segment will be drawn between the last vertex and the first vertex, so the polyline will not form a closed polygon.

This clears the first bit of DXF group code 70.

Returns Acad::eOk.

Links

AcDb3dPolyline

Was this information helpful?