CutGizmo: Improvements to identify Upper/Lower parts_count
+ Rework CutDialog + Added "Cut to" section (Idea from #9564[Cut: Keep results as parts of current idea] was used, but there is other implementation) + Fix for #9657 - Inconvenient gizma, blocks the view of the cut of small parts + Add functionality "Flip cut plane" = Fix for #9632 - Adding connectors to either split cut part + ImGuiWrapper: added tooltip for button
This commit is contained in:
parent
026ca7b3c9
commit
b40473be51
6 changed files with 295 additions and 136 deletions
|
@ -316,7 +316,7 @@ enum class ModelVolumeType : int {
|
|||
SUPPORT_ENFORCER,
|
||||
};
|
||||
|
||||
enum class ModelObjectCutAttribute : int { KeepUpper, KeepLower, FlipUpper, FlipLower, PlaceOnCutUpper, PlaceOnCutLower, CreateDowels };
|
||||
enum class ModelObjectCutAttribute : int { KeepUpper, KeepLower, KeepAsParts, FlipUpper, FlipLower, PlaceOnCutUpper, PlaceOnCutLower, CreateDowels };
|
||||
using ModelObjectCutAttributes = enum_bitmask<ModelObjectCutAttribute>;
|
||||
ENABLE_ENUM_BITMASK_OPERATORS(ModelObjectCutAttribute);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue