Lt Dan's legs Posted March 22, 2011 Posted March 22, 2011 I already have the entmake dimension part down but how can I make it associative? Is this done after the dimension is already created? Quote
alanjt Posted March 22, 2011 Posted March 22, 2011 Probably XData. For something like this, why not just use command? Would save you a lot of headaches. Quote
Lt Dan's legs Posted March 22, 2011 Author Posted March 22, 2011 It goes along with this one https://sites.google.com/site/reidbooe/videos and view door.avi and others I have. I've used (command "dimlinear") before and it's sluggish! I was just trying to see if there was a relatively easy way to add the object-reactor to a dimension. I've also looked at dimreassociate and it's slow too Probably XData _$ (entget (car (entsel))) ((-1 . ) (0 . "DIMENSION") (5 . "1672B") (102 . "{ACAD_XDICTIONARY") (360 . ) (102 . "}") (102 . "{ACAD_REACTORS") (330 . ) (102 . "}") (330 . ) ... Quote
alanjt Posted March 22, 2011 Posted March 22, 2011 Well fart. Not sure. Never seemed worth it to fuss with that and yeah, command usage is always going to be a bit 'sluggish'. Quote
Lt Dan's legs Posted March 22, 2011 Author Posted March 22, 2011 looks like this lisp will be full of vl-cmdf ! Thanks for the response Alan! Quote
alanjt Posted March 22, 2011 Posted March 22, 2011 looks like this lisp will be full of vl-cmdf ! Thanks for the response Alan! Sometimes it's just not worth the insane effort it would take the emulate the command version. 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.