Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
GeorgK
in reply to: GeorgK

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