C++
Acad::ErrorStatus setMSize( Adesk::Int16 );
Description
Sets newVal to be the PolygonMesh's vertex count in the M direction. This is the number of vertices that will be used to make up an M row in the PolygonMesh if the PolyMeshType is AcDb::kSimpleMesh. For any other PolyMeshType, the M surface density value will be used as the row size.
The M size value is used for DXF group code 71.
Returns Acad::eOk if successful or Acad::eInvalidInput if the data passed in is not acceptable.
Parameters
| Parameters | Description |
|---|---|
| unnamed | Input M size value |