Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDb3dSolid::chamferEdges Method
Syntax
C++
virtual OdResult chamferEdges(const OdArray<OdDbSubentId *> & edgeSubentIds, const OdDbSubentId& baseFaceSubentId, double baseDist, double otherDist);

Creates chamfers at the edges of the solid. 

 

Parameters
Description
edgeSubentIds
[in] Array of edge object IDs. The chamfer will be applied at the specified edges.
baseFaceSubentId
[in] Base face object IDs. Chamfer will be applied on the specified face.
baseDist
[in] Chamfer distance for the base face.
otherDist
[in] Chamfer distance for other faces.

eOk if successful or an appropriate error code in other case.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.