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. |
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 for Spatial modeler only and returns the eNotImplementedYet status for other modelers.
Copyright © 2002–2021. Open Design Alliance. All rights reserved.
|