Jozef13 Posted March 5, 2024 Posted March 5, 2024 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, 2024 Posted March 5, 2024 (edited) ok tried that myself right now, and it seems its not working.. Edited March 5, 2024 by EnM4st3r Quote
CyberAngel Posted March 6, 2024 Posted March 6, 2024 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.