API Reference > OdBrepBuilder Classes > OdBrepBuilder Class > OdBrepBuilder Methods > OdBrepBuilder::isValidEdgeId Method
OdBrepBuilder::isValidEdgeId Method
Syntax
C++
bool isValidEdgeId(const BRepBuilderGeometryId& edgeId);
Parameters 
Description 
const BRepBuilderGeometryId& edgeId 
[in] Edge ID.  

True if the edge with the specified ID has been already added; false otherwise.

A validator function that checks whether the edge ID corresponds to the edge previously added to this BRepBuilder object. 

 

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