Re: [Pythoncad-developer] about menu Edit > Move
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: matteo\.boscolo\@boscolini\.eu <mat...@bo...> - 2010-08-24 15:25:00
|
Hi Folks, In this case the message is the first one the I use for debugging porpoise, so I did not have time to change it for a normal people :-) ... sorry for that :-) The message means that PyCAD need the entity id (internal name of the entity that is an integer). In case of move, copy, delete, or mirror command you can apply the command at more than one entity. For this the message say : for more enitt ES: 4,10,5 .. enitt is a typing error :-) With this command you can use the mouse to select an entity or, if you know the id, write the id of the entity that you want to copy .. I can change the message as follow: Select the entity to move or input the id of the entity If you have any better message please give me a replay .. Regards, Matteo ---------------------------------------------------------------------- From: "Pietro06" Pie...@co... To: pyt...@li... Cc: Date: Tue, 24 Aug 2010 08:12:29 -0700 Subject: [Pythoncad-developer] about menu Edit > Move > > Hi folks, > Here is a good example where I assume as wise to ask for support even before trying to guess what to do all by myself. It's about menu Edit > Move, with as only hint a cryptic Command window message saying: > > >>> MOVE > <PythonCAD> : Give Me the Entity ID use , for more enitt ES: 4,10,5 > > Entity ID ? > more enitt ES: ? > What am I supposed to do? How? > Thanks... > - P.M. > > > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook users > worldwide. Take advantage of special opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > Pythoncad-developer mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncad-developer > |