C++
Acad::ErrorStatus setMSurfaceDensity( Adesk::Int16 );
Description
Sets newVal to be the PolygonMesh's surface density in the M direction.
The M surface density is the number of vertices in the M direction after a surface fit operation is performed. This value is used in place of the M size value if the PolyMeshType is anything other than AcDb::kSimpleMesh.
The M surface density value is used for DXF group code 73.
Returns Acad::eOk if successful or Acad::eInvalidInput if the data passed in is not acceptable.
Parameters
| Parameters | Description |
|---|---|
| unnamed | Input M surface density value |