HP Forums

Full Version: ARC & ARC_P
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Bonjour

Sur ma version Beta 12969, l'aide sur ARC et ARC_P
indique : ARC_P(Gx,x,y,r ou {rx,ry},angle1,angle2,couleur1,couleur2)
avec {rx,ry} on trace une ellipse et couleur2 est pour le remplissage.
Mais cela ne fonctionne pas, si je mets {rx,ry} rien ne se dessine
et si je mets couleur 2, j'obtiens une erreur :entrée invalide.



Hello

On my Beta 12969 version, help on ARC and ARC_P
indicates: ARC_P (Gx, x, y, r or {rx, ry}, angle1, angle2, color1, color2)
with {rx, ry} we draw an ellipse and color2 is for filling.
But it does not work, if I put {rx, ry} nothing is drawn
and if I put color 2, I get an error: invalid entry
With the Beta version you have a demo program accessible from the help for ARC and ARC_P with examples for drawing ellipses.

Btw, there is a new Beta version available: Beta v2.
(11-18-2017 04:54 PM)Didier Lachieze Wrote: [ -> ]With the Beta version you have a demo program accessible from the help for ARC and ARC_P with examples for drawing ellipses.

Btw, there is a new Beta version available: Beta v2.

Sur la version 12969, l'exemple dans l'aide est inopérant.
Cela fonctionne t-il dans la version beta 2 ?


On version 12969, the example in the help is inoperative.
Does it work in beta 2?
Yes it works in the beta 2 (13011).
The ellipse example is in the Demo_ARC program, and you can replace ARC_P(0,0,{60,80},[...] by ARC_P(160,120,{60,80},[...] to get a centered ellipse on the screen.
(11-19-2017 05:46 AM)Didier Lachieze Wrote: [ -> ]Yes it works in the beta 2 (13011).
The ellipse example is in the Demo_ARC program, and you can replace ARC_P(0,0,{60,80},[...] by ARC_P(160,120,{60,80},[...] to get a centered ellipse on the screen.

Thank you Didier.
Reference URL's