API Reference > OdDb Classes > OdDbPolygonMesh Class > OdDbPolygonMesh Methods > OdDbPolygonMesh::setMSurfaceDensity Method
OdDbPolygonMesh::setMSurfaceDensity Method
Syntax
C++
void setMSurfaceDensity(OdInt16 mSurfaceDensity);
Parameters 
Description 
OdInt16 mSurfaceDensity 
[in] M surface density. 

Sets the M surface density for this PolygonMesh entity (DXF 73).

This is the number of vertices in the M direction after a surfaceFit. 

Used instead of M if polyMeshType() != OdDb::kSimpleMesh.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.