ENH: recover CutToParts for cut

Change-Id: I5d7fb089c5d2ea9d36fce3d70ec4da896d601940
(cherry picked from commit e0232b21ebf5a37bedee1c213d1c21890634c563)
This commit is contained in:
zhimin.zeng 2023-03-20 17:14:41 +08:00 committed by Lane.Wei
parent b1041a5de8
commit 518cd4ce27
4 changed files with 174 additions and 164 deletions

View file

@ -48,6 +48,7 @@ private:
bool m_keep_upper;
bool m_keep_lower;
bool m_cut_to_parts;
bool m_place_on_cut_upper{true};
bool m_place_on_cut_lower{false};
bool m_rotate_upper{false};