Question

Transform vector 3D to vector 2D

  • 3 January 2020
  • 3 replies
  • 6 views

Hello,

I have vector 3D (vx, vy, vz) from some triangle.

How I can transform/project vector 3D to vector 2D?


3 replies

Or maybe someone knows how to project/transform a 3D surface to 2D surface with the object's parameters? and unfortunately it can't be a 2DForcer... :)

Userlevel 2
Badge +17

I think the 2DForcer could work to transform a 3D vector geometry into a 2D vector geometry. What happens if you apply the 2DForcer to your source data?

Userlevel 3
Badge +18

Or maybe someone knows how to project/transform a 3D surface to 2D surface with the object's parameters? and unfortunately it can't be a 2DForcer... :)

not totally sure what you want to do, but maybe the SurfaceFootprintReplacer is something that can help you?

Reply