API Reference > OdDb Classes > OdDbSurface Class > OdDbSurface Methods > OdDbSurface::filletEdges Method
OdDbSurface::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] Object IDs of the edges where the fillet will be applied.  
const OdGeDoubleArray& radius 
[in] Array of radius values for the corresponding edges.  
const OdGeDoubleArray& startSetback 
[in] Array of starting setback values for the corresponding edges.  
const OdGeDoubleArray& endSetback 
[in] Array of ending setback values for the corresponding edge.
 

Returns eOk if creating the fillet is successful or an appropriate error code otherwise.

Creates rounded fillets along the specified edges of the surface. 

 

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

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