Jozef13 Posted March 5 Posted March 5 Hello, I would like to change UCS by clicking on entity inside block. Entity can be Line Polyline or LWPolyline Quote
EnM4st3r Posted March 5 Posted March 5 (edited) ok tried that myself right now, and it seems its not working.. Edited March 5 by EnM4st3r Quote
CyberAngel Posted March 6 Posted March 6 If you use the ssget command with the modifier "_:V", you force the command to take only subentities. You can add the ":S+." modifier to ensure that you get one and only one subentity. You'll probably want to filter out anything that's not an acceptable entity type and return an error message. After that you can read the entity's vector, code 210 (if I'm reading the table right), and assign it to the coordinate system. 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.