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

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

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

 

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