Rotate section box to align with a selected face

iam trying to rotate the section box to be align with a selected face but iam a beginner

Crumple nodes has the View.SectionBox node which can retrieve the current box (note: this is not the CropBox) - Using the bounding box you can convert it to cuboid geometry and manipulate. Use coordinate systems to do this - then extract the max and min points and convert to new bounding box before utilising a Clockwork View3D.SetSectionBox node

1 Like

ty
SectionBox is always square and doesn’t follow the boundingbox
i gave it a random angle just to check if its working (as i still don’t know how to give the right angle from the face)