switch the physical Properties to Quantity and add Pressure and Force
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
using namespace Part;
|
||||
|
||||
App::PropertyFloatConstraint::Constraints Circle::angleRange = {0.0,360.0,1.0};
|
||||
App::PropertyQuantityConstraint::Constraints Circle::angleRange = {0.0,360.0,1.0};
|
||||
|
||||
PROPERTY_SOURCE(Part::Circle, Part::Primitive)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user