Extract all 8 corners of a box
ID
tool-solid-box-corners
Name
Box Corners
Group
Solid
Package
Tool
Keywords
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 |
---|---|---|---|
Value | Solid | Base solid |
Outputs
Name | Type | Description |
---|---|---|
Value | Point | Corner at {x=min, y=min, z=min} |
Value | Point | Corner at {x=max, y=min, z=min} |
Value | Point | Corner at {x=max, y=max, z=min} |
Value | Point | Corner at {x=min, y=max, z=min} |
Value | Point | Corner at {x=min, y=min, z=max} |
Value | Point | Corner at {x=max, y=min, z=max} |
Value | Point | Corner at {x=max, y=max, z=max} |
Value | Point | Corner at {x=min, y=min, z=max} |