C++
Acad::ErrorStatus makeMClosed();
Description
This function sets the PolygonMesh to be closed in the M direction. This means that the mesh will be treated as continuous from the last row on to the first row.
Making the PolygonMesh closed in the M direction sets bit 1 of DXF group code 70.
Returns Acad::eOk if successful or Acad::eInvalidInput if the data passed in is not acceptable.