You are viewing the documentation for an older COMSOL version. The latest version is available here.
FillHoles
Repair an imported surface mesh that might have minor holes by filling those holes.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"FillHoles");
model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection();
model.component(<ctag>).mesh(<tag>).feature(<ftag>).set(property,<value>);
model.component(<ctag>).mesh(<tag>).feature(<ftag>).getType(property);
Description
Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"FillHoles") to fill small holes on surfaces (boundaries) of an imported mesh.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection() to specify the faces for which the holes are filled. If you do not specify the selection, it is left empty.
The following properties are available:
on | off
auto | manual
on | off
See Also
Import, CreateFaces