Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSubDMesh::extrudeConnectedFaces Method
Syntax
C++
OdResult extrudeConnectedFaces(const OdDbFullSubentPathArray& subentPaths, double length, const OdGeVector3d& dir, double taper);

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

 

Parameters
Description
subentPaths
[in] Array of faces to be extruded.
length
[in] Length of extrusion.
dir
[in] Direction of extrusion.
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.