iric_geo_polygon_read_holepoints_f¶
ポリゴンの穴の頂点の座標を返す。
形式 (FORTRAN)¶
call iric_geo_polygon_read_holepoints_f(pid, holeid, x, y, ier)
形式 (C/C++)¶
ier = iRIC_Geo_Polygon_Read_HolePoints(pid, holeid, x, y);
形式 (Python)¶
Python にはこの関数は存在しない
引数¶
変数名 |
型 |
I/O |
内容 |
|---|---|---|---|
pid |
integer |
I |
ポリゴンのID |
holeid |
integer |
I |
穴のID |
x |
double precision , dimension(:), allocatable |
O |
ポリゴン頂点のX座標 |
y |
double precision , dimension(:), allocatable |
O |
ポリゴン頂点のY座標 |
ier |
integer |
O |
エラーコード。0なら成功 |