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 the 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.
On 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
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I can read in REllipseEntity::setProperty that changing the start and End Angle are handled differently than setting one of the REllipse members because angles are no members.
setEndAngle(a) would set endParam if angleToParam doesn't return NaN.
Regards,
CVH