iric_geo_polygon_read_holepoints_f¶
Reads the coordinates of hole polygon vertices
Format (FORTRAN)¶
call iric_geo_polygon_read_holepoints_f(pid, holeid, x, y, ier)
Format (C/C++)¶
ier = iRIC_Geo_Polygon_Read_HolePoints(pid, holeid, x, y);
Format (Python)¶
This function does not exists for Python.
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
pid |
integer |
I |
Polygon ID |
holeid |
integer |
I |
Hole ID |
x |
double precision , dimension(:), allocatable |
O |
X coordinates of hole polygon vertices |
y |
double precision , dimension(:), allocatable |
O |
Y coordinates of hole polygon vertices |
ier |
integer |
O |
Error code. 0 means success. |