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

multiple modification of multiple restraints: "ambiguous output"

  • Thread starter Thread starter brizzo1982
  • Start date Start date

brizzo1982

Guest
Good morning, everyone. As from object, I want to change in ar-sand different solid restraints selected by filter, and in response the software tells me "ambiguous output", with the only available choice is the ok. obviously at its pressure the change is not carried out.
it is unnecessary to say that once the selection has been made, it changes the effect through the property panel.

do you know why of this answer? uff.:frown:
Do I have to change every single hold?

Thank you!
 
thanks for availability!
I still solved by trying to change premium the scale of the dashboard (I should have done for the Ar-sand a 0.1 scale ratio), and selecting the common dashes only at the same layer; So I solved.

I didn't know him! very useful, thank you!

Now I have another question that deserves a 3d apart.
See you there! :finger:
 
try this way:

(defun c:chatch)
(setq crane(ssget "p")
index -1
)
(repeat (sslength crane)
(vla-setpattern (vlax-ename->vla-object (ssname crane (setq index(1+ index)))) achatchpatterntypepredefined "ar-sand")
)
)

do your selection with filter and the program start taking this selection set.
 
try this way:

(defun c:chatch)
(setq crane(ssget "p")
index -1
)
(repeat (sslength crane)
(vla-setpattern (vlax-ename->vla-object (ssname crane (setq index(1+ index)))) achatchpatterntypepredefined "ar-sand")
)
)

do your selection with filter and the program start taking this selection set.
Thank you so much!! It works great! :finger::finger:
 
try this way:

(defun c:chatch)
(setq crane(ssget "p")
index -1
)
(repeat (sslength crane)
(vla-setpattern (vlax-ename->vla-object (ssname crane (setq index(1+ index)))) achatchpatterntypepredefined "ar-sand")
)
)

do your selection with filter and the program start taking this selection set.
I send this old discussion to emphasize that having passed to the autocad 2010, the useful lisp chatch no longer works!

sometimes autocad answered me

command: chatch
; error: type of wrong subject: Iselsetp
command:

. .other times that the activex server did not respond or something like that.

:confused: what has broken? ?

Thank you confutatis.
 
Careful, the program works, you still have to make a previous selection with filter.
 

Forum statistics

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

Members online

No members online now.
Back
Top