Description:

Gets one of the eight corners of the box.

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

Nothing found