Sketcher: New Sketcher Constraint Diameter
This commit is contained in:
@@ -136,6 +136,7 @@ Quantity Constraint::getPresentationValue() const
|
||||
switch (Type) {
|
||||
case Distance:
|
||||
case Radius:
|
||||
case Diameter:
|
||||
case DistanceX:
|
||||
case DistanceY:
|
||||
quantity.setValue(Value);
|
||||
|
||||
@@ -56,6 +56,7 @@ enum ConstraintType {
|
||||
InternalAlignment = 15,
|
||||
SnellsLaw = 16,
|
||||
Block = 17,
|
||||
Diameter = 18,
|
||||
NumConstraintTypes // must be the last item!
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user