landsurveying Posted December 18, 2011 Posted December 18, 2011 Hi! I have a drawning, where there is viewport in paper space. I want to select the existing viewport and extract the value of "Custom scale" and store it in the variable "cus" for further calculations. I think this should be done with the following lisp commands: (setq cus (assoc <ITEM> (entget (car (entsel))))) Where "" is representing a number, but I don't know what number I should use, and can't seem to find in the "Entity DXF Group Code Table". Can anyone help? Quote
Lee Mac Posted December 18, 2011 Posted December 18, 2011 http://www.cadtutor.net/forum/showthread.php?53007-Viewport-Scale 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.