Hi, I’m trying to do a simple operation and was hoping someone could help me. I watched the videos but it seems they’re geared towards Revit. I’m importing two SATs. One is a planar surface at an angle and one is a pyramid shape. I created a set of points on the plane and want to place a pyramid at one of the points, normal to surface. How do would I move the solid pyramid to the location of the point and rotate it normal to the plane? Thank you.
you want to generate a coordinate system on the surface of the plane, not a point, then use a transformation node to transform the pyramid from its context coordinate system to the one you just built.
First I would try just translating the pyramid to that point
try turning the lacing to cross product on the coordinate system node.
OR try using a combinator node to create the exact inputs you want.
OR use a set of for loops in an imperative block to call this node multiple times with the right inputs
OR use replication guides …

you can search the forum or primer for examples of this stuff

