Project a surface to XY in C#

I’m trying to project a surface to the XY plane the same way that the native “project” component does, but in C#

Transform.PlanarProjection will create such a transformation.

1 Like