API Reference > OdDb Classes > OdDbSubDMesh Class > OdDbSubDMesh Methods > OdDbSubDMesh::extrudeConnectedFaces Method
OdDbSubDMesh::extrudeConnectedFaces Method
Syntax
C++
OdResult extrudeConnectedFaces(const OdDbFullSubentPathArray& subentPaths, double length, const OdGeVector3d& dir, double taper);
Parameters 
Description 
const OdDbFullSubentPathArray& subentPaths 
[in] Array of faces to be extruded.  
double length 
[in] Length of extrusion.  
const OdGeVector3d& dir 
[in] Direction of extrusion.  
double taper 
[in] Taper angle of extrusion.  

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

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

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.