NURCApi

All URIs are relative to http://localhost:50051

MethodHTTP requestDescription
getgridxGET /getgridx/{grid}
getgridyGET /getgridy/{grid}
getgridzGET /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

NameTypeDescriptionNotes
_apiNURCApiAPI context
gridInt64[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

NameTypeDescriptionNotes
_apiNURCApiAPI context
gridInt64[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

NameTypeDescriptionNotes
_apiNURCApiAPI context
gridInt64[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]