Author Topic: Block edit, remove objects from block but leave a copy in instances position  (Read 382 times)

0 Members and 1 Guest are viewing this topic.

joint_ventura@hotmail.com

  • Mosquito
  • Posts: 3
Hello All,

Using lisp, how is it possible to edit a block, removing objects from the block definition but leaving a copy in the drawing of all removed objects in selected (or all) instances positions (considering rotation and scale...)?
Something like stamping block objects (adding objects to drawing) in block position, for selected blocks...

Cheers

dexus

  • Bull Frog
  • Posts: 204
You can look at this: https://www.theswamp.org/index.php?topic=58248.0
It copies an object from inside a block to outside of the block and leaves it in the same position.
This might help you get started, it does have some problems with subentities like Lee points out in that topic.

joint_ventura@hotmail.com

  • Mosquito
  • Posts: 3
Thanks for the rapid response Dexus.

The objective was more something like propagate independent geometry using the block instances in the drawing: add to block, than removing leaving a copy in every instance.
I can´t do it, no enough knowledge... but if I found something useful I will post it here.

joint_ventura@hotmail.com

  • Mosquito
  • Posts: 3
This does the trick... thanks Lee Mac

https://www.lee-mac.com/extractnestedblock.html

Lee Mac

  • Seagull
  • Posts: 12912
  • London, England
You're welcome  :-)