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 | 三维包围盒的左下角点。 The minimum point of the bounding box. | |
maxPoint | 三维包围盒的右上顶点。 The maximum point of the bounding box. |
Returns:
包围盒。
The bounding box.