cg_iric_write_sol_polydata_polygon_f

  • Output calculation result defined as polygon.

Format (FORTRAN)

call cg_iric_write_sol_polydata_polygon_f(numpoints, x, y, ier)

Format (C/C++)

ier = cg_iRIC_Write_Sol_PolyData_Polygon(numpoints, x, y);

Format (Python)

cg_iRIC_Write_Sol_PolyData_Polygon(x, y)

Arguments

Table 191 Arguments of cg_iric_write_sol_polydata_polygon_f
Variable name Type I/O Description
numpoints integer I The number of points in the polygon
x double precision, dimension(:), allocatable I x coordinate.
y double precision, dimension(:), allocatable I y coordinate.
ier integer O Error code. 0 means success.