![]() |
PK_MESH_fill_holes |
PK_ERROR_code_t PK_MESH_fill_holes ( --- received arguments --- PK_MESH_t mesh, --- a mesh const PK_MESH_fill_holes_o_t *options, --- option structure --- returned arguments --- PK_MESH_t *const filled_mesh --- new mesh with holes filled ) This function returns a mesh which is a copy of the given 'mesh' with those holes as specified by the options structure filled in. Specific Errors: PK_ERROR_cant_fill_hole The hole or holes were unable to be filled. (MILD) If the supplied 'options' do not specify any holes to be filled, then 'filled_mesh' will be set to PK_ENTITY_null. The shape of the region filling a hole will be determined by the shape of the input mesh near the hole and the value of the option 'fill_shape'. Seehere for more information.Generated on: Fri, 04 Oct 2024 12:20:36 GMT