points の list のバウンディング ボックスを表示します。
バウンディング ボックスの 2 つの points の list によって表されます。 最初の point 最小 X、Y を表し、バウンディング ボックスの Z 座標を、2 番目の point point [ 最大値を表します。 これにより、境界領域は常にワールド座標軸に位置合わせされます。
bboxPoints ( points As List ) As List
引数 | [タイプ] | 説明 |
---|---|---|
points | List | points の境界になるように設定します。 |
Intent >bboxPoints({point(-5,10,0),point(10,-5,0),point(15,0,0)})
--> {Point_(-5.0, -5.0, 0.0, WorldFrame()), Point_(15.0, 10.0, 0.0, WorldFrame())}