Close

Relief for ODA Team in Ukraine

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

Creates chamfers at the edges of a ModelerGeometry object. 

 

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 the other faces.

eOk if successful or an appropriate error code otherwise.

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