Message 1 of 18
rem function problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
(mapcar '(lambda (n) (rem n 0.25)) (getpoint "Select Point - "))
Above code is to check snap & grid points. Why "Y" axis value is showing wrong result? I think problem is in rem function, but not sure. Sample drawing attached.
Your early help highly appreciated.