cg_iric_write_sol_polydata_groupbegin_f

  • Start outputting calculation result defined at polygons or polylines.

Format (FORTRAN)

call cg_iric_write_sol_polydata_groupbegin_f(name, ier)

Format (C/C++)

ier = cg_iRIC_Write_Sol_PolyData_GroupBegin(name);

Format (Python)

cg_iRIC_Write_Sol_PolyData_GroupBegin(name)

Arguments

Table 189 Arguments of cg_iric_write_sol_polydata_groupbegin_f

Variable name

Type

I/O

Description

name

character*

I

Name of the group to be output.

ier

integer

O

Error code. 0 means success.