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

volumi dei solidi

  • Thread starter Thread starter ale
  • Start date Start date

ale

Guest
Good evening,
I prepared some time ago a routine in autocad 2006 (which worked).
I had to take it back and use it in autocad 2009, but I can't run the :
debug.print description.

Is there a danger that there are routines that do not work with autocad versions after those with which they were made?
 

Attachments

absolutely there must not be problems of incompatibility.... in fact it works perfectly to me.

check only the reports

the problem is that the msgbox blocks the execution of commands after the cycle if msgbox because if you give yes.. Continue with other solid if you don't come out of the macro. then the last three rows are never executed. . including debug.print
 

Attachments

  • untitled.webp
    untitled.webp
    93.1 KB · Views: 8
debug.print description

' view
if msgbox(description, vbyesno, "this are the mass properties of the solid") = vbyes then
solid.highlight false
solid.update
goto start
end if

end

in my opinion

the event else:exit sub is an unnecessary force since the following instruction is already end sub
 
in my opinion

the event else:exit sub is an unnecessary force since the following instruction is already end sub
It's like you say, now it works. Thanks again shape.
 

Forum statistics

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

Members online

No members online now.
Back
Top