|
CFx SDK Documentation 2026 SP0
|
#include <DbSubDMesh.h>
Public Member Functions | |
| MeshFaceterSettings () | |
Public Attributes | |
| double | faceterDevSurface |
| double | faceterDevNormal |
| double | faceterGridRatio |
| double | faceterMaxEdgeLength |
| OdUInt16 | faceterMaxGrid |
| OdUInt16 | faceterMinUGrid |
| OdUInt16 | faceterMinVGrid |
| OdInt16 | faceterMeshType |
Corresponding C++ library: TD_Db
<group !!RECORDS_tdrawings_apiref>
Definition at line 995 of file DbSubDMesh.h.
|
inline |
Sets all settings to default values.
Definition at line 1021 of file DbSubDMesh.h.
| double MeshFaceterSettings::faceterDevNormal |
Maximum normal deviation.
Definition at line 1000 of file DbSubDMesh.h.
| double MeshFaceterSettings::faceterDevSurface |
Maximum surface deviation.
Definition at line 998 of file DbSubDMesh.h.
| double MeshFaceterSettings::faceterGridRatio |
Grid ratio.
Definition at line 1002 of file DbSubDMesh.h.
| double MeshFaceterSettings::faceterMaxEdgeLength |
Maximum edge length.
Definition at line 1004 of file DbSubDMesh.h.
| OdUInt16 MeshFaceterSettings::faceterMaxGrid |
Maximum aspect ratio for the grid quads.
Definition at line 1006 of file DbSubDMesh.h.
| OdInt16 MeshFaceterSettings::faceterMeshType |
Faceter mesh type. 0 — quad type, 1 — hybrid (triangle & quad) type, 2 — triangle type.
Definition at line 1016 of file DbSubDMesh.h.
| OdUInt16 MeshFaceterSettings::faceterMinUGrid |
Minimum number of U parameter grid lines.
Definition at line 1008 of file DbSubDMesh.h.
| OdUInt16 MeshFaceterSettings::faceterMinVGrid |
Minimum number of V parameter grid lines.
Definition at line 1010 of file DbSubDMesh.h.