03-02-2017
11:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-02-2017
11:50 PM
Hello Sajith,
with this code the orientation of the holes changes if the holes are not on the XY-plane:
' Create a new sketch on the XY plane.
Dim oNewSketch As PlanarSketch
Set oNewSketch = oCD.Sketches.Add(oCD.WorkPlanes.Item(3))
How could I keep it?
Thanks
Georg