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.
that way i will get a file with the name of the entity, and that is a good alternative,
but my major problem is to select the entity again using the stored information.
my first attempt using storedinformation
"<Entity name: 7ec06d68>"
was to try something like this:
(setq entity (ssget "X"...
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 ??
we´ve experienced the same problem, the only solution we found was to reduce the dimension of columns, rows and text size, in order to fit in the display.
We found other problems when plotting ole objects. Worksheets only become readable in best quality mode (hp1050c).
Solids and regions are in fact easy tasks,and i've tried to use the same commands with no succes.
my real problem is with more "complex" objects like for example: lines ????
In a simple problem:
I have 2 parallel lines with diferent length, one over the other. Can I, with a lisp...
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.