Changeset 1056 for cpp/frams/model/geometry/geometryutils.h
- Timestamp:
- 12/28/20 02:06:52 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/geometry/geometryutils.h
r1045 r1056 178 178 double ellipsePerimeter(const double a, const double b); 179 179 180 double calculateSolidVolume( Part *part);181 bool isSolidPartScaleValid(const Part::Shape &partShape, const Pt3D &scale );180 double calculateSolidVolume(const Part *part); 181 bool isSolidPartScaleValid(const Part::Shape &partShape, const Pt3D &scale, bool ensureCircleSection); 182 182 183 183 /**
Note: See TracChangeset
for help on using the changeset viewer.