CFx SDK Documentation 2024 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 985 of file DbSubDMesh.h.
|
inline |
Sets all settings to default values.
Definition at line 1011 of file DbSubDMesh.h.
double MeshFaceterSettings::faceterDevNormal |
Maximum normal deviation.
Definition at line 990 of file DbSubDMesh.h.
double MeshFaceterSettings::faceterDevSurface |
Maximum surface deviation.
Definition at line 988 of file DbSubDMesh.h.
double MeshFaceterSettings::faceterGridRatio |
Grid ratio.
Definition at line 992 of file DbSubDMesh.h.
double MeshFaceterSettings::faceterMaxEdgeLength |
Maximum edge length.
Definition at line 994 of file DbSubDMesh.h.
OdUInt16 MeshFaceterSettings::faceterMaxGrid |
Maximum aspect ratio for the grid quads.
Definition at line 996 of file DbSubDMesh.h.
OdInt16 MeshFaceterSettings::faceterMeshType |
Faceter mesh type. 0 — quad type, 1 — hybrid (triangle & quad) type, 2 — triangle type.
Definition at line 1006 of file DbSubDMesh.h.
OdUInt16 MeshFaceterSettings::faceterMinUGrid |
Minimum number of U parameter grid lines.
Definition at line 998 of file DbSubDMesh.h.
OdUInt16 MeshFaceterSettings::faceterMinVGrid |
Minimum number of V parameter grid lines.
Definition at line 1000 of file DbSubDMesh.h.