Update occt tree

This commit is contained in:
aothms
2020-04-03 12:01:30 +00:00
parent 4d23a442be
commit 33e092c8d5
2 changed files with 11 additions and 18 deletions
@@ -227,9 +227,9 @@ namespace kernels {
*this = other;
}
double shape_volume(const TopoDS_Shape&);
double face_area(const TopoDS_Face&);
int count(const TopoDS_Shape& s, TopAbs_ShapeEnum t, bool unique = false);
static double shape_volume(const TopoDS_Shape&);
static double face_area(const TopoDS_Face&);
static int count(const TopoDS_Shape& s, TopAbs_ShapeEnum t, bool unique = false);
bool create_solid_from_compound(const TopoDS_Shape& compound, TopoDS_Shape& shape);
bool create_solid_from_faces(const TopTools_ListOfShape& face_list, TopoDS_Shape& shape);