Share

AcDb2dPolyline::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 if successful, or Acad::eInvalidInput if the data passed in is not acceptable.

Links

AcDb2dPolyline

Was this information helpful?