cg_iric_write_sol_polydata_polyline_f¶
Output calculation result defined as polyline.
Format (FORTRAN)¶
call cg_iric_write_sol_polydata_polyline_f(numpoints, x, y, ier)
Format (C/C++)¶
ier = cg_iRIC_Write_Sol_PolyData_Polyline(numpoints, x, y);
Format (Python)¶
cg_iRIC_Write_Sol_PolyData_Polyline(x, y)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
numpoints |
integer |
I |
The number of points in the polyline |
x |
double precision, dimension(:), allocatable |
I |
x coordinate. |
y |
double precision, dimension(:), allocatable |
I |
y coordinate. |
ier |
integer |
O |
Error code. 0 means success. |