API Reference > OdDb Classes > OdDbSubDMesh Class > OdDbSubDMesh Methods > extrudeFaces Method > OdDbSubDMesh::extrudeFaces Method (OdDbFullSubentPathArray&, OdGePoint3dArray&, double)
OdDbSubDMesh::extrudeFaces Method (OdDbFullSubentPathArray&, OdGePoint3dArray&, double)
Syntax
C++
OdResult extrudeFaces(const OdDbFullSubentPathArray& subentPaths, const OdGePoint3dArray& alongPath, double taper);
Parameters 
Description 
const OdDbFullSubentPathArray& subentPaths 
[in] Array of faces to be extruded.  
const OdGePoint3dArray& alongPath 
[in] Array of points, which describes the path, along which the faces will be extruded.  
double taper 
[in] Taper angle of extrusion.  

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

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

 

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