Cut WIP: Implemented flip of the upper part after performing of the cut
This commit is contained in:
parent
301d0d5288
commit
fdaca50d4b
4 changed files with 67 additions and 27 deletions
|
@ -266,7 +266,7 @@ enum class CutConnectorType : int {
|
|||
|
||||
enum class CutConnectorStyle : int {
|
||||
Prizm
|
||||
, Frustrum
|
||||
, Frustum
|
||||
//,Claw
|
||||
};
|
||||
|
||||
|
@ -304,7 +304,7 @@ enum class ModelVolumeType : int {
|
|||
SUPPORT_ENFORCER,
|
||||
};
|
||||
|
||||
enum class ModelObjectCutAttribute : int { KeepUpper, KeepLower, FlipLower, CreateDowels };
|
||||
enum class ModelObjectCutAttribute : int { KeepUpper, KeepLower, FlipUpper, FlipLower, CreateDowels };
|
||||
using ModelObjectCutAttributes = enum_bitmask<ModelObjectCutAttribute>;
|
||||
ENABLE_ENUM_BITMASK_OPERATORS(ModelObjectCutAttribute);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue