Hello all
How can I create individual extrusions extending directly outward from each of the six faces of a cube, ensuring each extrusion is perpendicular to its corresponding face?
Hello all
How can I create individual extrusions extending directly outward from each of the six faces of a cube, ensuring each extrusion is perpendicular to its corresponding face?
You’ll need to explode the box, get the surface normals from each face, and then use the Extrude component to extrude the boundary of the box.
Nice job!