 |
PK_MESH_open_comps_t |
|
typedef int PK_MESH_open_comps_t;
Used in:
PK_MESH_find_laminar_mfins_o_t
This datatype specifies what will happen if the laminar mfins of a mesh
cannot be connected into closed components.
PK_MESH_open_comps_t has three values:
PK_MESH_open_comps_no_c The function will fail if closed components
cannot be found.
PK_MESH_open_comps_allow_c Any laminar mfins that cannot be grouped
into closed components will be returned as
open components.
PK_MESH_open_comps_report_c Any laminar mfins that cannot be grouped
into closed components will be returned as
open components and a report record with
status PK_REPORT_3_mesh_open_comps_c will
be produced.