API Reference > OdDb Classes > OdDb3dSolid Class > OdDb3dSolid Methods > OdDb3dSolid::chamferEdges Method
OdDb3dSolid::chamferEdges Method
Syntax
C++
virtual OdResult chamferEdges(const OdArray<OdDbSubentId *> & edgeSubentIds, const OdDbSubentId& baseFaceSubentId, double baseDist, double otherDist);
Parameters 
Description 
const OdArray<OdDbSubentId *> & edgeSubentIds 
[in] Array of edge object IDs. The chamfer will be applied at the specified edges.  
const OdDbSubentId& baseFaceSubentId 
[in] Base face object IDs. Chamfer will be applied on the specified face.  
double baseDist 
[in] Chamfer distance for the base face.  
double otherDist 
[in] Chamfer distance for other faces.
 

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

Creates chamfers at 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.