API Reference > OdDb Classes > OdDb3dSolid Class > OdDb3dSolid Methods > OdDb3dSolid::filletEdges Method
OdDb3dSolid::filletEdges Method
Syntax
C++
virtual OdResult filletEdges(const OdArray<OdDbSubentId *> & edgeSubentIds, const OdGeDoubleArray& radius, const OdGeDoubleArray& startSetback, const OdGeDoubleArray& endSetback);
Parameters 
Description 
const OdArray<OdDbSubentId *> & edgeSubentIds 
[in] Array of edges' object IDs. Fillet will be applied on the specified edges.  
const OdGeDoubleArray& radius 
[in] Array of fillet radius values for the corresponding edges.  
const OdGeDoubleArray& startSetback 
[in] Array of start setback values for the corresponding edges.  
const OdGeDoubleArray& endSetback 
[in] Array of end setback values for the corresponding edges.
 

Returns eOk if successful or an appropriate error code in other case

Creates rounded fillets on the edges of a solid. 

 

This method is implemented only for Spatial modeler and returns eNotImplementedYet status for other modelers.

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