Re: [Pythoncad-developer] about menu Edit > Move
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: Pietro06 <Pie...@co...> - 2010-08-24 21:10:05
|
@Matteo: Well, certainly here we are at a rather relevant moment in our understanding process. > message ... for debugging Well, that was fairly obvious, and not even so relevant, nor urgent. Forget it now. > PyCAD ... entity ID Well, here I've no possibility, nor interest, to know anything about entity identification codes. You know, here I'm operating interactively on a drawing windows. So that here the point is: What am I supposed to do here interactively, that is: with my hands and fingers? Looking forward your instructions, that will certainly be relevant for all other similar User's interactive actions. Thanks. See you soon. - P.M. - - - - -=- - - - -=- - - - -= PS Anyhow, what do you think, is this Dev List the right place for such a dialog, or would it better go to Dev Forum? Thanks. Then, it would be nice to know that also other PyCAD Dev people are following our efforts, wouldn't it? ---------- Original Message ---------------------------------- From: "matteo\.boscolo\@boscolini\.eu" <mat...@bo...> Date: Tue, 24 Aug 2010 17:24:51 +0200 >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 > |