BoundingBox2D.create Method
Parent Object: BoundingBox2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/BoundingBox2D.h>
Description
Creates a transient bounding box object.
Syntax
Return Value
Type | Description |
BoundingBox2D | Returns the new bounding box. |
Parameters
Name | Type | Description |
minPoint | Point2D | The minimum point of the box. |
maxPoint | Point2D | The maximum point of the box. |