Message 1 of 2
Compare Scale and get its value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I have some circles which have with different scales. and Its diameter are 13.5, 17.5 21.5, 25.5 27.5 etc...
(setq opp3 (cdr (assoc 40 opp))) ;Radius of circle
I want to get the scale of cirlce based on (opp3) diameter.
like this ((= opp3 17.5) (progn (setq blk1 "H2") (setq ScL 2.0)))
But Scale is may vary from 0.2 to 20 scale.
Thanks,
Avinash