Lisp to Move Block from Insertion relative to Point Offset from Attribute Value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have blocks that were inserted in a drawing as part of program feature. The blocks have a LOCATION attribute (x y z) that indicates where the block is in reference to. The blocks have a different x y z values because of the programs attempt to place the block near the reference for clarity. To be more clear and to be visually able to see the reference point, I need to move these blocks from the insertion of the block relative to the LOCATION attribute values.
See attached Screen Shot 1.
I can do a move from the block insertion and chose a point offset from within the move command with the LOCATION attribute values (-3160.29,1372.43) which shows me that the block is associated with the center of red circle in Screen Shot 2a. What I would like is a custom move command that automates the base point insertion and point offset from the LOCATION attribute values.