FS#2695 - Property Editor > Ellipse (arc) > Changing angles properties has no effect
Andrew,
In an attempt to create the ellipses with a NaN length mentioned in FS#2693.
The toString() text of an REllipse states start- and endAngle.
That are in fact start- and endParameter.
One can alter the Start and End Parameter properties of an ellipse entity when selected.
But one can not alter the Start and End Angle properties.
In such a case these properties would be grayed, disabled like the Length property.
At the other hand: Changing Start and End Angle properties could be supported.
For an REllipse we can set these:
- REllipse::setStartAngle(a)
- REllipse::setEndAngle(a)
Regards,
CVH