[TD]use original shape for section of section

This commit is contained in:
wandererfan
2023-08-20 20:25:18 -04:00
committed by WandererFan
parent 858c3444d1
commit ba6365f950
2 changed files with 304 additions and 186 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -102,6 +102,7 @@ public:
App::PropertyBool FuseBeforeCut;
App::PropertyBool TrimAfterCut;//new v021
App::PropertyBool UsePreviousCut; // new v022
bool isReallyInBox(const Base::Vector3d v, const Base::BoundBox3d bb) const;
bool isReallyInBox(const gp_Pnt p, const Bnd_Box& bb) const;