Toponaming/Part Tests

This commit is contained in:
bgbsww
2024-03-26 21:59:46 -04:00
parent 7b833117fa
commit f0581fd768
2 changed files with 319 additions and 155 deletions

View File

@@ -2162,6 +2162,8 @@ private:
nullptr,
tolerance));
#else
if (tolerance == 0.0)
tolerance=0.001;
const TopoDS_Shape& path_shape = static_cast<TopoShapePy*>(path)->getTopoShapePtr()->getShape();
const TopoDS_Shape& prof_shape = static_cast<TopoShapePy*>(profile)->getTopoShapePtr()->getShape();