Question

transform 3d model to line orientation

  • 24 June 2022
  • 1 reply
  • 3 views

Badge +3

100425To transform a 3d model into a straight line, need matrices and quaternions? Who has a good method, I hope to explain, thank you


1 reply

Userlevel 2
Badge +10

Hi @charry​ are you looking to transform the 3D model into 2D Geometry? If so you can use the 2D Forcer transformer.

I'm not too familiar with matrices and quaternions myself, but if you want to extract that information you can use a Chopper transformer on your feature to separate it into points, lines, and polygons, and then use a PointPropertyExtractor to extract the matrices and quaternions.

Reply