bbox の中心を返します。
points バウンディングボックスを 2 つのリストが表示されます。 最初の point 最小 X、Y を表し、バウンディング ボックスの Z 座標を、2 番目の point point [ 最大値を表します。 これにより、境界領域は常にワールド座標軸に位置合わせされます。
bboxCenter ( bbox As List ) As Point
引数 | [タイプ] | 説明 |
---|---|---|
bbox | list | 境界領域を表す points のペアです。 |
Intent >bboxCenter({point(1,2,3), point(4,5,6)})
--> Point_(2.5, 3.5, 4.5, WorldFrame())