 |
PK_fill_hole_topol_t |
|
typedef int PK_fill_hole_topol_t;
Used in:
PK_BODY_fill_hole_o_t
This datatype specifies how the patch created by the method
PK_fill_hole_create_patch_c will be divided into faces.
It has the values:
PK_fill_hole_topol_single_c This option will only attempt to produce
patches with a single face. This may result
in the hole not being filled compared with
using PK_fill_hole_topol_multiple_c or
PK_fill_hole_topol_minimal_c. A suitable
PK error or fault type will be returned in
this case.
PK_fill_hole_topol_minimal_c This option will attempt to minimise the
number of faces in the resultant patch
compared with using
PK_fill_hole_topol_multiple_c.
PK_fill_hole_topol_multiple_c This option will fill the hole with multiple
faces, splitting where necessary to ensure
that the model is optimal for the performance
and reliability of downstream operations.
This is the recommended option.