API Reference > OdDb Classes > OdDbSurface Class > OdDbSurface Methods > OdDbSurface::chamferEdges Method
OdDbSurface::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] Object IDs of edges at which the chamfer will be applied.  
const OdDbSubentId& baseFaceSubentId 
[in] Object ID of the base face where the chamfer will be applied.  
double baseDist 
[in] Chamfer distance on the base face.  
double otherDist 
[in] Chamfer distance on the other faces.
 

Returns eOk if creating the chamfer is successful or an appropriate error code otherwise.

Creates associative chamfers at the specified edges of the surface. 

 

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

Copyright © 2002–2020. Open Design Alliance. All rights reserved.