Extract all 8 corners of a box
ID
tool-solid-box-corners
Name
Box Corners
Group
Solid
Package
Tool
Keywords
Render
After creating a node, connect the base solid to the port. On the output ports, you will get the bounding box for all corners.
Box Properties
Deconstruct Solid\
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
box | Solid | Base solid |
Outputs
Name | Type | Description |
---|---|---|
cornerA | Point | Corner at {x=min, y=min, z=min} |
cornerB | Point | Corner at {x=max, y=min, z=min} |
cornerC | Point | Corner at {x=max, y=max, z=min} |
cornerD | Point | Corner at {x=min, y=max, z=min} |
cornerE | Point | Corner at {x=min, y=min, z=max} |
cornerF | Point | Corner at {x=max, y=min, z=max} |
cornerG | Point | Corner at {x=max, y=max, z=max} |
cornerH | Point | Corner at {x=min, y=min, z=max} |