API Reference > OdDb Classes > OdDbPolygonMesh Class > OdDbPolygonMesh Methods > OdDbPolygonMesh::polyMeshType Method
OdDbPolygonMesh::polyMeshType Method
Syntax
C++
OdDb::PolyMeshType polyMeshType() const;

Returns the mesh type of this PolygonMesh entity (DXF 75).

polyMeshType() returns one of the following: 

 

Name 
Value 
Description 
OdDb::kSimpleMesh 
Simple Mesh 
OdDb::kQuadSurfaceMesh 
Quadratic B-spline fitting 
OdDb::kCubicSurfaceMesh 
Cubic B-spline fitting 
OdDb::kBezierSurfaceMesh 
Bezier Surface fitting 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.