NEW: move selected model to the center of selected plate

Change-Id: I7af49e98e83f5eef690f7d30d10a2cc240046466
This commit is contained in:
tao.jin 2022-09-08 18:55:26 +08:00 committed by Lane.Wei
parent 62da568e0b
commit 31ba41ec3e
11 changed files with 99 additions and 1 deletions

View file

@ -63,6 +63,7 @@ public:
void select_all();
void deselect_all();
void delete_selected();
void center_selected();
void mirror_selection(Axis axis);
bool is_dragging() const;