cg_iric_write_sol_polydata_integer_f

  • Outputs integer-type calculation results, giving a value for a polygon or polyline.

Format (FORTRAN)

call cg_iric_write_sol_polydata_integer_f(label, val, ier)

Format (C/C++)

ier = cg_iRIC_Write_Sol_PolyData_Integer(label, val);

Format (Python)

cg_iRIC_Write_Sol_PolyData_Integer(label, val)

Arguments

Table 193 Arguments of cg_iric_write_sol_polydata_integer_f
Variable name Type I/O Description
label character* I Name of the value to be output.
val integer I Value to be output
ier integer O Error code. 0 means success.