[TD]Allow section line stretch/shrink

This commit is contained in:
wandererfan
2023-08-28 19:59:47 -04:00
committed by WandererFan
parent 7013ce0cbc
commit fdd3a8d2cf
2 changed files with 12 additions and 1 deletions

View File

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