Revert "Refactor planar cut code so it can be reused by other cut type"

This reverts commit a0d1ccaf28.
This commit is contained in:
Noisyfox
2026-05-11 14:19:08 +08:00
parent 89ab4d27cb
commit 4aeb6a31db
2 changed files with 21 additions and 44 deletions

View File

@@ -825,7 +825,6 @@ public:
CutConnectorType connector_type{ CutConnectorType::Plug };
float radius_tolerance{ 0.f };// [0.f : 1.f]
float height_tolerance{ 0.f };// [0.f : 1.f]
ObjectID source_volume; // id of the volume from input model that this one is cut from
CutInfo() = default;
CutInfo(CutConnectorType type, float rad_tolerance, float h_tolerance, bool processed = false) :