跳到主要内容

IDP.Math.KGeomLib.createBoundingBox3d() method

创建一个KBoundingBox3d对象。

Creates an instance of KBoundingBox3d.

Signature:

createBoundingBox3d(minPoint: KPoint3d, maxPoint: KPoint3d): KBoundingBox3d;

Links: createBoundingBox3d(minPoint: KPoint3d, maxPoint: KPoint3d): KBoundingBox3d;

Parameters

Parameter

Type

Description

minPoint

KPoint3d

三维包围盒的左下角点。

The minimum point of the bounding box.

maxPoint

KPoint3d

三维包围盒的右上顶点。

The maximum point of the bounding box.

Returns:

KBoundingBox3d

包围盒。

The bounding box.