Description:

Gets one of the eight corners of the box.

Syntax:
public Point3d Corner(
bool minX,
bool minY,
bool minZ
)
Parameters:
  • minX
  • Type: bool
  • True for the minimum on the X axis; False for the maximum.
  • minY
  • Type: bool
  • True for the minimum on the Y axis; False for the maximum.
  • minZ
  • Type: bool
  • True for the minimum on the Z axis; False for the maximum.
Returns:
Type: Point3d
The requested point.
Available since:
5.0

Nothing found