QCAD Bugtracker

  • Status Assigned
  • Percent Complete
    0%
  • Task Type Suggestion
  • Category QCAD (main)
  • Assigned To
    Andrew
  • Operating System All
  • Severity Low
  • Priority Very Low
  • Reported Version 3.23.4
  • Due in Version Undecided
  • Due Date Undecided
  • Votes 1
    • CVH (13.09.2025)
  • Private
Attached to Project: QCAD Bugtracker
Opened by CVH - 13.09.2025
Last edited by CVH - 20.09.2025

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


CVH commented on 20.09.2025 06:21

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

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing