Changeset 1045 for cpp/frams/_demos/geometry/volume_test.cpp
- Timestamp:
- 12/11/20 20:23:42 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/geometry/volume_test.cpp
r534 r1045 14 14 Model resultModel; 15 15 resultModel.open(); 16 Geometry TestUtils::addAnchorToModel(resultModel);16 GeometryUtils::addAnchorToModel(resultModel); 17 17 18 18 // Creating instance of Iterator class (MeshBuilder::ModelApices in this case). Object is … … 33 33 if (GeometryUtils::isPointInsideModel(point, model)) 34 34 { 35 Geometry TestUtils::addPointToModel(point, resultModel);35 GeometryUtils::addPointToModel(point, resultModel); 36 36 } 37 37 }
Note: See TracChangeset
for help on using the changeset viewer.