Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Since there is (to my understanding) no command for "cutbase" like "copybase"
I want to create a simple routine that.
1. selectsall
2. cut with basepoint (0,0,0)
3. paste with basepoint (0,0,0)
4. saves drawing
I think it will have to be something like
1. selectall
2. copybase (0,0,0)
3. selectall
4. delete
5. pasteclip (0,0,0)
6. save
Seems like pretty straight foward but without any lisp knowledge ... I need some help.
love python coding
Solved! Go to Solution.