API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::chamferEdges Method
OdModelerGeometry::chamferEdges Method
Syntax
C++
virtual OdResult chamferEdges(const OdArray<OdDbSubentId *> & edgeSubentIds, const OdDbSubentId& baseFaceSubentId, double baseDist, double otherDist) = 0;
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 the other faces.
 

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

Creates chamfers at the edges of a ModelerGeometry object. 

 

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