]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Improve GeomAlgoAPI_ShapeTools::volume() method to return the volume of the shape...
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Tue, 9 Feb 2021 14:47:18 +0000 (17:47 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Tue, 9 Feb 2021 14:47:18 +0000 (17:47 +0300)
commitb565d89ef94af8a24009fa3c6fa91eb2c2d2490b
tree03226d1657acdd10ae92b3beeceaa413dd86568f
parente6ddc73835ee1ca0e525935ca43277a9fbe88521
Improve GeomAlgoAPI_ShapeTools::volume() method to return the volume of the shape only, and forbid to return an area. For the calculation of area GeomAlgoAPI_ShapeTools::area() should be used.
src/BuildPlugin/Test/TestFace_WholeSketch_1.py
src/BuildPlugin/Test/TestFace_WholeSketch_2.py
src/BuildPlugin/Test/TestShell_WholeSketch_1.py
src/BuildPlugin/Test/TestShell_WholeSketch_2.py
src/FeaturesPlugin/FeaturesPlugin_BooleanFuse.cpp
src/FeaturesPlugin/FeaturesPlugin_BooleanSmash.cpp
src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.cpp
src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp
src/PythonAPI/model/tests/tests.py