Lt Dan's legs Posted April 28, 2011 Posted April 28, 2011 (edited) It does not appear that the ownerid stays with the object like the handle does.. is the handle (dxf 5 code) the only thing that stays with an entity after closing the dwg? Edited April 28, 2011 by Lt Dan's legs Quote
Lee Mac Posted April 28, 2011 Posted April 28, 2011 ObjectID/OwnerID are not persistent between drawing sessions as these only exist when the drawing database is loaded into memory and are reassigned when the database is reloaded. Handles are persistent. Quote
Lt Dan's legs Posted April 28, 2011 Author Posted April 28, 2011 Is this why use chose to use the entity handle in your BoundingBoxReactor.lsp? Quote
Lee Mac Posted April 28, 2011 Posted April 28, 2011 Is this why use chose to use the entity handle in your BoundingBoxReactor.lsp? IIRC, I merely used the handle for convenience since in that 'example code' the reactors are not rebuilt on startup. Quote
Lt Dan's legs Posted April 28, 2011 Author Posted April 28, 2011 but you can make them that way. IIRC? Quote
Lee Mac Posted April 28, 2011 Posted April 28, 2011 but you can make them that way. IIRC? Yes' date=' using stored handles (in xData/Dictionaries) is one way of recreating object reactors. Example from Gile here. Example from me here. Quote
Lt Dan's legs Posted April 28, 2011 Author Posted April 28, 2011 Nice! It's been a while since I've visited the swamp Thanks Lee! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.