API Reference > Structs, Records, Enums > MeshFaceterSettings Structure
MeshFaceterSettings Structure
Syntax
C++
struct MeshFaceterSettings { double faceterDevSurface; double faceterDevNormal; double faceterGridRatio; double faceterMaxEdgeLength; OdUInt16 faceterMaxGrid; OdUInt16 faceterMinUGrid; OdUInt16 faceterMinVGrid; OdInt16 faceterMeshType; };

DbSubDMesh.h

Corresponding C++ library: TD_Db

 
Name 
Description 
 
This is MeshFaceterSettings, a member of class MeshFaceterSettings. 
 
Name 
Description 
 
Maximal normal deviation. 
 
Maximal surface deviation. 
 
Grid ratio. 
 
Maximal edge length. 
 
Maximal aspect ratio for the grid quads. 
 
Faceter mesh type. 0 - for quad type, 1 - hybrid (triangle & quad) type, 2 - triangle type. 
 
Minimal number of U parameter grid lines. 
 
Minimal number of V parameter grid lines. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.