yag
Guest
Hello
I would like to write two rows of code to select through the xxxx function all visible blocks
But I don't understand why it doesn't work! the not working is equal to always select all the elements
here are the two lines of code that I use:
Where am I wrong?
where do I find all the options available with filterdata and filtertype?
everything has to go on autocad 2007
I would like to write two rows of code to select through the xxxx function all visible blocks
But I don't understand why it doesn't work! the not working is equal to always select all the elements
here are the two lines of code that I use:
Code:
filtertype(0) = 60
filterdata(0) = 0
sset.select acselectionsetall, , , filtertype, filterdata
where do I find all the options available with filterdata and filtertype?
everything has to go on autocad 2007