DetectFaces
Split geometric boundary entities by detecting faces in the mesh.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"DetectFaces");
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>,"DetectFaces") to split geometric boundary entities of an imported 3D mesh by detecting shapes in the mesh that are likely to constitute faces.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection() to specify the boundary entities to split. If you do not specify the selection, it is left empty.
The following properties are available:
on | off
on | off
See Also
Import, Ball, Box, Cylinder, LogicalExpression