CreateFaces
Create additional faces on an imported 3D mesh.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"CreateFaces");
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>,"CreateFaces") to create additional faces by selecting bounding edges. Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection() to specify the bounding edges. If you do not specify the selection, it is left empty.
The following property is available:
on | off
on | off
See Also
Import, CreateDomains, CreateEdges, CreateVertices, FillHoles