Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::thicken Method
Syntax
C++
virtual OdResult thicken(double thickness, bool bBothSides, OdDb3dSolidPtr& pSolid) const = 0;

Creates a 3D solid object by thickening the surface by a specified amount. 

 

Parameters
Description
thickness
[in] Amount to thicken the surface by.
bBothSides
[in] Flag indicating whether the thickening should be applied to both sides of the surface.
pSolid
[out] Reference to an OdDb3dSolid object pointer created during the thickening. If thickening fails, this parameter is NULL.

eOk if successful, or an appropriate error code otherwise.

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