• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

previous option not present in script with editatratt

  • Thread starter Thread starter sebyxHD
  • Start date Start date

sebyxHD

Guest
Hi, everyone, I'm a new member, I wanted to ask you a question that I can't solve.
when on the command line I write -editatratt and then I send, asks me "select dotted objects:" and I enter "p" of previous and select my last selection. But that doesn't happen when I create a script... i.e. -editatratt, asks me to "select restraint" where I cannot put "previous" as it is not an option that you can choose. I hope someone tell me a few tips about it. thanks in advance
 
after the command -editatratt enter ?this makes your choice options appear including previous
 
Thanks for the answer. the problem is that if I write it directly in the command... It gives me the option... If I put it in the script.. the "previous" option does not exist, giving error if I put "p"...
 
The script reports exactly the command line sequence, so there must be.
How did you write the script?
 
In fact there is something different between the command line and the script. the first part, in red, is that written by command line, the second is that compiled by script, which is the following:-editatrat
?
p
a list of options appears, but different from the other; or better incomplete as it comes up to the eighth voice.
Code:
[COLOR=#ff0000]command: -editatrat

Select Tracing objects: ?

*no valid selection*
requires a point or window/last/interseca/requadro/all/intercept/fpoligono/ipoligono/
group/adjust/elimina/multiplo/precedent/nack/auto/single/subobject/object

Select Tracing objects: p
found(s) 1[/COLOR]command: _
command: -editatrat

select deduction: ?

*no valid selection*
requires a point or window/last/interseca/requadro/all/intercept/fpoligono/ipoligono
 
and in fact, I have this problem...as I have to select all the retini and change scale, and I need to select through the "previous" selection. . .
 
without going to check if it has the same effect, that I do not have this interest at the moment, I would like to understand why of that behavior between the de compilation methods and how ever you have in the case of insertion from command line a redundant option if Last e previous previous in practice they would do the same operation.
 
They would do the same in case you only have an entity, but in case of a selection group... is used "previous"
In practice: I through "_ssx" select all the retini.. once you create my selection group.. use with -editatratt
with "p" if I did "last" I would select the last entity of my selection group.
 
Okay, maybe there are. the problem in the selection entries, is that the command line is active, if you activate the window where you draw, instead, all the selection entries appear. .
 
Okay. the problem of the abnormal behavior in the selection entries, is that when a script is run, the command line is activated, instead when the window is activated where drawings, the entries are selected are more complete.
 
but if you have to select all the nets you don't want to use the option Everything?
 
Unfortunately my retini are located in the same layer of the contours of the retini, so when I do "all" autocad also select polylines and in editatratt from selection error... :(I have to find a way to activate the paper space.. .
 
if I make a macro of actions the problem does not exist... I think it's the only way to get my result.
 
I did this process and it worked
-editatrat
?
everything (Select all entities present)empty line (in the script is equivalent to sending, confirms the selection of the traces found)Property option (corresponding to the action you want to do)
 
command: -editatrat
select deduction: everything
the selected object must be an object for the associative restraint.
editatratt does not support non-associative restraint blocks of previous versions.
select deduction:

tried but it gives me this mistake.. even if I have everything freed and I see only the layers where there are my retini to change.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top