You are viewing the documentation for an older COMSOL version. The latest version is available here.
CollapseEntities
Collapse geometric entities of the mesh. The operation can collapse edges and boundaries smaller than a tolerance. If all boundaries around an unmeshed domain are collapsed, the domain will also be collapsed.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"CollapseEntities");
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>,"CollapseEntities") to collapse entities in 3D mesh. Supported input: entire geometry, boundaries, and edges.
The following properties are available:
auto | relative | absolute
See Also
MergeEntities, JoinEntities, DeleteEntities, Import