API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::filletEdges Method
OdModelerGeometry::filletEdges Method
Syntax
C++
virtual OdResult filletEdges(const OdArray<OdDbSubentId *> & edgeSubentIds, const OdGeDoubleArray& radius, const OdGeDoubleArray& startSetback, const OdGeDoubleArray& endSetback) = 0;
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 the other case.

Creates rounded fillets on the edges of a ModelerGeometry object. 

 

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