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 
 
Sets all settings to default values. 
 
Name 
Description 
 
Maximum normal deviation. 
 
Maximum surface deviation. 
 
Grid ratio. 
 
Maximum edge length. 
 
Maximum aspect ratio for the grid quads. 
 
Faceter mesh type. 0 — quad type, 1 — hybrid (triangle & quad) type, 2 — triangle type. 
 
Minimum number of U parameter grid lines. 
 
Minimum number of V parameter grid lines. 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.