BoundingBox3D.create Method
Parent Object: BoundingBox3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/BoundingBox3D.h>
Description
Creates a transient bounding box object. This object is created statically using the BoundingBox3D.create method.
Syntax
Return Value
| Type | Description |
| BoundingBox3D | Returns the newly created bounding box or null if the creation failed. |
Parameters
| Name | Type | Description |
| minPoint | Point3D | The point that defines the minimum corner of the bounding box. |
| maxPoint | Point3D | The point that defines the maximum corner of the bounding box. |
