mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4549 Add python method to get cell centers on a grid
Equivalent to GetCellCenters in Octave.
This commit is contained in:
@@ -7,7 +7,7 @@ import "Case.proto";
|
||||
|
||||
service Grid
|
||||
{
|
||||
rpc GetCellCenters(GridRequest) returns(CellCenters) {}
|
||||
rpc GetCellCenters(GridRequest) returns(stream CellCenters) {}
|
||||
rpc GetDimensions(GridRequest) returns (GridDimensions) {}
|
||||
}
|
||||
|
||||
@@ -33,3 +33,4 @@ message GridDimensions
|
||||
{
|
||||
Vec3i dimensions = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user