Hi, does anyone know the major difference?
Hi @newshunhk ,
Because you are passing a point to the inputs of the two components, you won’t notice a difference.
Try passing in a 3D object to illustrate the differences between the components.
See below:
Move To Plane = moves the whole object to the plane “level” and optionally allows you to specify the object to only be moved if above or below the plane.
Project = flattens the geometry onto the plane as in, takes a 3D object and squishes it into “2D” space on the plane “level”
It is important to note then when Projecting a 3D object you can end up with overlapping lines and faces that you may need to cull moving forward in your script (depending on what you are trying to do).
Move To Plane:
Project:
thank you, so detail!!
You’re welcome!