CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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 985 of file DbSubDMesh.h.

Constructor & Destructor Documentation

◆ MeshFaceterSettings()

MeshFaceterSettings::MeshFaceterSettings ( )
inline

Sets all settings to default values.

Definition at line 1011 of file DbSubDMesh.h.

Member Data Documentation

◆ faceterDevNormal

double MeshFaceterSettings::faceterDevNormal

Maximum normal deviation.

Definition at line 990 of file DbSubDMesh.h.

◆ faceterDevSurface

double MeshFaceterSettings::faceterDevSurface

Maximum surface deviation.

Definition at line 988 of file DbSubDMesh.h.

◆ faceterGridRatio

double MeshFaceterSettings::faceterGridRatio

Grid ratio.

Definition at line 992 of file DbSubDMesh.h.

◆ faceterMaxEdgeLength

double MeshFaceterSettings::faceterMaxEdgeLength

Maximum edge length.

Definition at line 994 of file DbSubDMesh.h.

◆ faceterMaxGrid

OdUInt16 MeshFaceterSettings::faceterMaxGrid

Maximum aspect ratio for the grid quads.

Definition at line 996 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 1006 of file DbSubDMesh.h.

◆ faceterMinUGrid

OdUInt16 MeshFaceterSettings::faceterMinUGrid

Minimum number of U parameter grid lines.

Definition at line 998 of file DbSubDMesh.h.

◆ faceterMinVGrid

OdUInt16 MeshFaceterSettings::faceterMinVGrid

Minimum number of V parameter grid lines.

Definition at line 1000 of file DbSubDMesh.h.


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