cg_iric_write_sol_polydata_polygon_f

計算結果としてポリゴンの形状を出力する

形式 (FORTRAN)

call cg_iric_write_sol_polydata_polygon_f(numpoints, x, y, ier)

形式 (C/C++)

ier = cg_iRIC_Write_Sol_PolyData_Polygon(numpoints, x, y);

形式 (Python)

cg_iRIC_Write_Sol_PolyData_Polygon(x, y)

引数

表 197 cg_iric_write_sol_polydata_polygon_f の引数

変数名

I/O

内容

numpoints

integer

I

ポリゴンを構成する点の数

x

double precision, dimension(:), allocatable

I

X座標

y

double precision, dimension(:), allocatable

I

Y座標

ier

integer

O

エラーコード。0なら成功