Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello every body
How can i scale a block have some attributes , with known factor ?
Solved! Go to Solution.
Hello every body
How can i scale a block have some attributes , with known factor ?
Solved! Go to Solution.
(setq oldortho (getvar "orthomode"))
(setq oldcanno (getvar "cannoscalevalue"))
I have a lisp routine for finding scale of a drawing. Search the cannoscalevalue to find drawing scale and do your required math from there.
Hope this helps.