orbingol / NURBS-Python

Object-oriented pure Python B-Spline and NURBS library
https://onurraufbingol.com/NURBS-Python/
MIT License
603 stars 153 forks source link

Nurbs.Surfac Normal method #151

Open nimagitac opened 2 years ago

nimagitac commented 2 years ago

It seems that the surface class has no method 'normal' although it is mentioned in the PDF file of the manual on page 93. Therefore, I utilize ' operations.normal' instead. Could you please let me know if the method 'normal' exists for the NURBS.Surface class?