The Box feature creates a primitive box. It can be defined in two ways:
From One Point and Diagonal: The box is defined by one point and a diagonal vector which defines the box's opposite corner.
From Two Points: The box is defined by two points that represent opposite corners of the box.
Inputs
Point 1: The first corner of the box.
Point 2: The second corner of the box.
Diagonal: The vector spanning from the first point to its opposite point.
No coordinate of Point 2 may match its corresponding coordinate of Point 1. The Diagonal vector must have non-zero inputs for all three of its components.
Other Primitives: