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

When you try to make a point:

 

Set p3 = otg.CreatePoint(Cos(phi1 / 180 * pi), y1, Sin(phi1 / 180 * pi))

 

in my opinion it doesn't make sense.

You need 3 coordinates set in mm(or inches), but Cos(phi1 / 180 * pi) is an unitless thing. It should be multiplied by some metric value (probably r1 or r2).

 

Could you draw how this cylinder segment should (more ir less) look like?