Aligned Bounding Box (Alpha)¶
Functionality¶
Generates an aligned bounding box from incoming Vertices.
Inputs¶
Vertices - or a nested list of vertices that represent separate objects.
Matrix - Matrix to align bounding box to (Rotation only. Scale and translation are not used).
Factor - Interpolation between calculated aligned bounding box and a bounding box position that set by Matrix.
Parameters¶
merge - If bbox calculated for several meshes then its merge into one mesh. Output sockets for Matrix, Length, Width and Height has unmerged params.
Output¶
Vertices - Vertices of aligned bounding bpxes
Edges - Edges of aligned bounding bpxes
Faces - Faces of aligned bounding bpxes
Matrix - Result matrix of calculated bounding box
Length, Width, Height - Size of aligned bounding box. Axises can be changed unpredictable.
Examples¶
Generator-> Cricket
Matrix-> Matrix In
Viz-> Viewer Draw
Spatial-> Populate Mesh
Spatial-> Voronoi on Mesh
Viz-> Viewer Draw
Scene-> Get Objects Data