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. |
eOk if successful or an appropriate error code in other case.
Creates rounded fillets on the edges of the solid.
This method is implemented only for Spatial modeler and returns the eNotImplementedYet status for other modelers.
Copyright © 2002–2021. Open Design Alliance. All rights reserved.
|