Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a program that creates a3D model, but when I want to add a drill hole on the side, it just doesn't use the selected UCS or view side.
I set the right view and even a UCS, but the circle in this case comes in flat, like I'm using the "World" UCS.
(command "_-view" "front") (command "_-view" "_swiso") (command "ucs" "3p" (list 0 0 0) (list 1 0 0) (list 0 0 1)) (setq sideDrillLoc (list (car unitCenter) (* sideVacCentToTop -1) (* (+ hbRaisedAreaStartZ 1) -1))) (CreateCircle sideDrillLoc (/ sideVacHoleDia 2.0))
Any help getting this to come in right would be greatly appreciated.
Solved! Go to Solution.