NURCApi
All URIs are relative to http://localhost:50051
| Method | HTTP request | Description | 
|---|---|---|
| getgridx | GET /getgridx/{grid} | |
| getgridy | GET /getgridy/{grid} | |
| getgridz | GET /getgridz/{grid} | 
getgridx
getgridx(req::HTTP.Request, grid::Int64;) -> Vector{Float64}
Get the locations of the grid nodes in the first coordinate direction.
Required Parameters
| Name | Type | Description | Notes | 
|---|---|---|---|
| req | HTTP.Request | The HTTP Request object | |
| grid | Int64 | [default to nothing] | 
Return type
Vector{Float64}
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
 - Accept: application/json
 
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getgridy
getgridy(req::HTTP.Request, grid::Int64;) -> Vector{Float64}
Get the locations of the grid nodes in the second coordinate direction.
Required Parameters
| Name | Type | Description | Notes | 
|---|---|---|---|
| req | HTTP.Request | The HTTP Request object | |
| grid | Int64 | [default to nothing] | 
Return type
Vector{Float64}
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
 - Accept: application/json
 
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getgridz
getgridz(req::HTTP.Request, grid::Int64;) -> Vector{Float64}
Get the locations of the grid nodes in the third coordinate direction.
Required Parameters
| Name | Type | Description | Notes | 
|---|---|---|---|
| req | HTTP.Request | The HTTP Request object | |
| grid | Int64 | [default to nothing] | 
Return type
Vector{Float64}
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
 - Accept: application/json
 
[Back to top] [Back to API list] [Back to Model list] [Back to README]