MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / reset

Method reset

src/ifcgeom/kernels/opencascade/boolean_utils.cpp:810–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810void IfcGeom::util::points_on_planar_face_generator::reset() {
811 i = j = (int)inset_;
812}
813
814bool IfcGeom::util::points_on_planar_face_generator::operator()(gp_Pnt& p) {
815 while (j < N) {

Callers 15

setFileMethod · 0.45
initializeMethod · 0.45
profile_helperMethod · 0.45
map_implMethod · 0.45
map_implMethod · 0.45
map_implMethod · 0.45
build_halfspace_treeFunction · 0.45
TriangulateMethod · 0.45
convertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected