latest
Solid
Box Corners

Extract all 8 corners of a box

ID

662ae7a510b6cb87640c92be

Name

Box Corners

Group

Solid

Package

Tool

Keywords

boxCorner
bc

Surface

Vector

Transform

Primitive Curves

Curve Analysis

Toolset

Triangulation

Boolean Operation

Panels

Solid

Intersection

Text

Image

Analysis

Array

Creation method

There are two options for creating a Box Corners node.

  • The first way to create a Box Corners node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • boxCorner , bc
  • The second way is to select a Box Corners node from the menu that opens from the top left.
    • Menu > Tool > Solid > Box Corners

Steps

  • Create a Box Corners node.
  • Connect the base solid to the port.

After creating a node, connect the base solid to the port. On the output ports, you will get the bounding box for all corners.

See also

Box Properties
Deconstruct Solid\

Inputs

NameTypeDescriptionDefault Value
box
Solid
Base solid

Outputs

NameTypeDescription
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}