pyvista.PolyData.obbTree#
- property PolyData.obbTree: vtkOBBTree#
polydataのobbTreeを返します.
obbTreeは,方向付きバウンディングボックス (OBB) ツリーを生成するオブジェクトです.方向を指定した境界ボックスは,必ずしも座標軸に沿って整列しない境界ボックスです.OBBツリーはこのようなボックスの階層ツリー構造であり,そこではOBBのより深いレベルが空間のより小さな領域を限定します.
警告
This property is expensive to compute and is therefore cached. If the mesh's geometry is modified, the obb tree will no longer be valid.