CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
MeshFaceterSettings Struct Reference

#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
 

Detailed Description

Corresponding C++ library: TD_Db

<group !!RECORDS_tdrawings_apiref>

Definition at line 995 of file DbSubDMesh.h.

Constructor & Destructor Documentation

◆ MeshFaceterSettings()

MeshFaceterSettings::MeshFaceterSettings ( )
inline

Sets all settings to default values.

Definition at line 1021 of file DbSubDMesh.h.

Member Data Documentation

◆ faceterDevNormal

double MeshFaceterSettings::faceterDevNormal

Maximum normal deviation.

Definition at line 1000 of file DbSubDMesh.h.

◆ faceterDevSurface

double MeshFaceterSettings::faceterDevSurface

Maximum surface deviation.

Definition at line 998 of file DbSubDMesh.h.

◆ faceterGridRatio

double MeshFaceterSettings::faceterGridRatio

Grid ratio.

Definition at line 1002 of file DbSubDMesh.h.

◆ faceterMaxEdgeLength

double MeshFaceterSettings::faceterMaxEdgeLength

Maximum edge length.

Definition at line 1004 of file DbSubDMesh.h.

◆ faceterMaxGrid

OdUInt16 MeshFaceterSettings::faceterMaxGrid

Maximum aspect ratio for the grid quads.

Definition at line 1006 of file DbSubDMesh.h.

◆ faceterMeshType

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.

◆ faceterMinUGrid

OdUInt16 MeshFaceterSettings::faceterMinUGrid

Minimum number of U parameter grid lines.

Definition at line 1008 of file DbSubDMesh.h.

◆ faceterMinVGrid

OdUInt16 MeshFaceterSettings::faceterMinVGrid

Minimum number of V parameter grid lines.

Definition at line 1010 of file DbSubDMesh.h.


The documentation for this struct was generated from the following file: