Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
SMOOTHMESHCONVERT
Syntax
C++
OdInt8 SMOOTHMESHCONVERT;
Type OdInt16
Initial value 0
Read-Only No
Saved In Registry
Versions 2020 +

 

SMOOTHMESHCONVERT - controls mesh objects mode conversion to 3D solids or surfaces are smoothed or faceted, and whether their faces are merged. 0 (default) - creates a smooth model. Coplanar faces are optimized and merged in one face. 1 - creates a smooth model. Original mesh faces are retained in the converted object. 2 - creates a model with flattened faces. Coplanar faces are optimized and merged. 3 - creates a model with flattened faces. Original mesh faces are retained in the converted object. 

 

Value
Description
0
Smoothed and optimized
1
Smoothed and not optimized
2
Faceted and optimized
3
Faceted and not optimized

 

Access Methods< / b>
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
& nbsp;
OdDbHostAppServices::getSMOOTHMESHCONVERT()
OdDbHostAppServices::setSMOOTHMESHCONVERT()

 

File: SysVarDefs.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.