Close

Relief for ODA Team in Ukraine

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

Creates associative chamfers at the specified edges of the surface. 

 

Parameters
Description
edgeSubentIds
[in] Object IDs of edges at which the chamfer will be applied.
baseFaceSubentId
[in] Object ID of the base face where the chamfer will be applied.
baseDist
[in] Chamfer distance on the base face.
otherDist
[in] Chamfer distance on the other faces.

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

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

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