Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSolid::setThickness Method
Syntax
C++
void setThickness(double vThickness);

Sets the thickness of the planar solid entity (DXF 39) in drawing units. Thickness is the extrusion length along the normal. A positive value extrudes along the normal. A negative value extrudes opposite from the normal. A zero value defines a planar solid without thickness. The initial value is zero by default. 

 

Parameters
Description
vThickness
[in] Thickness as a Double value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.