The circle properties in sidebar and popup window are different

Hi all,

I found that the circles properties in properties sidebar and popup window are different:

In sidebar, it’s start X, Y and end X,Y. But in popup window, it X,Y and radius.

Is there any consideration for the difference? I think the X,Y and radius is what I need for a circle.

This is the file format representation:

(gr_circle (center 111.9 112.3) (end 112.6 111.9)

The Properties Manager panel shows the “raw” representation, the dialog shows calculated value for radius. The latter is what an end user would more often need, as you said, but the software uses coordinate points internally which are always exact. Having an exact radius and exact coordinate points are contradictory and something must be calculated for a rounded value.

A circle is more simple than an arc. It’s a known and universal problem that arcs may have more than two representations and different kind of applications must either choose one or have several kinds of arcs, for example two endpoints and a third point, or two endpoints and radius, or start point, radius and angle.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.