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:
none | custom | integer between 1 and the number of colors in the current theme
on | off
The color to use. Active when colordom is set to custom.
auto | manual
on | off
on | off
on | off
See Also
Import, CreateFaces