finding the points of a curve created with DrawElipticArc

is there a function to obtain the positions of the two end points of a curve created with DrawElipticArc? or do I need to calculate them geometrically?..

I think you'll need to do the geometry calculations yourself.

-Chris

···

On 3/19/11 1:25 PM, PythonJourney wrote:

is there a function to obtain the positions of the two end points of a
curve created with DrawElipticArc? or do I need to calculate them
geometrically?..

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov

El 19/03/2011 07:04 p.m., Christopher Barker escribi�:

···

On 3/19/11 1:25 PM, PythonJourney wrote:

is there a function to obtain the positions of the two end points of a
curve created with DrawElipticArc? or do I need to calculate them
geometrically?..

I think you'll need to do the geometry calculations yourself.

-Chris

thanks.. I was just making sure of it, and that am not doing something that might be unnecessary..

I was thinking that there might be a function to do that because the DrawElipticArc fill the pie of the arc itself..