Parameters |
Description |
const OdArray<OdDbSubentId *> & faceSubentIds |
[in] Array of faces' subentity IDs. Faces with specified IDs will be offset. |
double offsetDistance |
[in] Offset distance. |
Returns eOk if successful or an appropriate error code in other case.
Offsets the specified faces of the solid for the specified distance.
Faces with surfaces that cannot be offset are removed and the solid is healed, if possible.
The following constraints are applied:
This method is implemented only for Spatial modeler and returns eNotImplementedYet status for other modelers.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|