Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Petrel に読み込まれたグリッド モデルからセルの側面 (DX、DY、DZ) にアクセスするにはどうすればよいですか?
特定のインデックスに対応するセル ボリュームを取得できますが、同じ方法でセル サイドを取得するにはどうすればよいですか?
Gridメソッドを使用しGetCellCorners(Index3, CellCorner[])てセル ポイントの角の座標を取得し (セルごとに 8 つある)、セルの側面を計算する必要があります。ただし、グリッド セルは必ずしも長方形のボックスであるとは限らないことに注意してください。たとえば、1 つのセルに 4 つの異なる DZ がある場合があります。
Grid
GetCellCorners(Index3, CellCorner[])