Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSubDMesh::extrudeFaces Method (const OdDbFullSubentPathArray&, const OdGePoint3dArray&, double)
Syntax
C++
OdResult extrudeFaces(const OdDbFullSubentPathArray& subentPaths, const OdGePoint3dArray& alongPath, double taper);

Extrudes faces along the given direction and with a given taper angle. 

 

Parameters
Description
subentPaths
[in] Array of faces to be extruded.
alongPath
[in] Array of points, which describes the path, along which the faces will be extruded.
taper
[in] Taper angle of extrusion.

Returns eOk if the operation completed successfully, or an appropriate error code otherwise.

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