Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lispino
  • Content: Threads
  • Order by date
  1. lispino

    how to disable the "fast preview" when ploting in Desktop 2005

    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.
  2. lispino

    storing entity name ?

    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.
  3. lispino

    ssget doesn't seems to work :[

    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 ??
  4. lispino

    finding comon parts of two 2d objects ??

    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...

Part and Inventory Search

Back
Top