3dwannab Posted January 31, 2022 Posted January 31, 2022 (edited) I need to draw a point to the percentage of the screen. Can you access this variable shown highlighted? I cannot seem to find anything on this. I was doing something like this to draw a temporary circle to indicate the end point of a polyline when reversing it for conversion to a leader. (command "._circle" pause (/ (getvar "viewsize") 100)) Edited January 31, 2022 by 3dwannab Quote
BIGAL Posted January 31, 2022 Posted January 31, 2022 2 variables come to the front PDMODE and PDSIZE A positive PDSIZE value specifies an absolute size for the point figures. A negative value is interpreted as a percentage of the viewport size. 1 Quote
3dwannab Posted January 31, 2022 Author Posted January 31, 2022 (edited) Thanks BIGAL. Silly me, I should RTFM.. Well at least thoroughly! https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/AutoCAD-Core/files/GUID-826CA91D-704B-400B-B784-7FCC9619AFB9-htm.html Edited January 31, 2022 by 3dwannab Quote
BIGAL Posted January 31, 2022 Posted January 31, 2022 DDptype became Ptype to add to the confusion, happy to help. 1 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.