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(api::NURCApi, grid::Int64; _mediaType=nothing) -> Vector{Float64}, OpenAPI.Clients.ApiResponse <br/> getgridx(api::NURCApi, response_stream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Vector{Float64} }, OpenAPI.Clients.ApiResponse
Get the locations of the grid nodes in the first coordinate direction.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
_api | NURCApi | API context | |
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(api::NURCApi, grid::Int64; _mediaType=nothing) -> Vector{Float64}, OpenAPI.Clients.ApiResponse <br/> getgridy(api::NURCApi, response_stream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Vector{Float64} }, OpenAPI.Clients.ApiResponse
Get the locations of the grid nodes in the second coordinate direction.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
_api | NURCApi | API context | |
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(api::NURCApi, grid::Int64; _mediaType=nothing) -> Vector{Float64}, OpenAPI.Clients.ApiResponse <br/> getgridz(api::NURCApi, response_stream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Vector{Float64} }, OpenAPI.Clients.ApiResponse
Get the locations of the grid nodes in the third coordinate direction.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
_api | NURCApi | API context | |
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]