Anybody knows if it´s possible to disable the "fast preview"
in the plotting menu?
Whenever I make anykind of change in this menu
it takes forever (like if I've made a downgrade in my CPU)
I think this is because of the "fast preview" that is always
adapting itself to the new defenitions.
I'm looking for a way to get the entity name of one object,
store it in any form (ex: attribute of a block) in order to select it in a latter time, after closing and opening the drawing.
I need to send all the hatch to the back
and was triyng to use this simple lisp
(setq x_hatch (ssget "X" '((0."hatch"))))
(command "draworder" x_hatch "" "b")
But it shows the message "bad SSGET list"
can anyone help ??
1º. Is it possible to select 2 diferent blocks (or multiple object selections) and then create on other with the comon parts?
(the result doesn´t have to be in the same kind of objects,
I just want to find something that "looks" like the intersection of both)
2º. Or even draw a point...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.