BoundingBox2D.create Method

Parent Object: BoundingBox2D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/BoundingBox2D.h>

Description

Creates a transient bounding box object.

Syntax

This is a static method.

returnValue = adsk.core.BoundingBox2D.create(minPoint, maxPoint)
This is a static method.

#include <Core/Geometry/BoundingBox2D.h>

returnValue = adsk::core::BoundingBox2D::create(minPoint, maxPoint);

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.

Version

Introduced in version August 2014