Plane Normal vs ZAxis

Hello,

I realise this is probably a dump question, but is there any way that the plane’s normal will be different than the zaxis? Why the difference?

I ask because in c++ zaxis is a public member, while the Normal() is a method.

Thank you!

Hi @scudelari,

Plane.ZAxis and Plane.Normal() are one in the same.

— Dale