CreateFaces
Create additional faces in a 3D mesh that defines its own geometric model. For more information, see Geometric Model.
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
on | off
on | off
none | custom | integer between 1 and the number of colors in the current theme
none | custom | integer between 1 and the number of colors in the current theme
The color to use. Active when colordom is set to custom.
The color to use. Active when colordom is set to custom.
on | off
on | off
See Also
Import, CreateDomains, CreateEdges, CreateVertices, FillHoles