Commands in Alphabetical Order
CapFaces
Purpose
Add cap faces to objects.
Syntax
model.component(<ctag>).geom(<tag>).feature().create(<ftag>,"CapFaces");
model.component(<ctag>).geom(<tag>).feature(<ftag>).selection(property);
model.component(<ctag>).geom(<tag>).feature(<ftag>).setAttribute(attribute,<value>);
model.component(<ctag>).geom(<tag>).feature(<ftag>).getAttribute(attribute);
Description
model.component(<ctag>).geom(<tag>).feature().create(<ftag>,"CapFaces")
creates a CapFaces feature. A cap face is created for each loop of edges in the input selection. The cap faces are joined with the original objects. If new domains are created by the cap faces, these domains are made solid.
The input selection can contain more than one edge loop, but no two loops can have edges or vertices in common.
The input selection can contain edges from more than one object. In this case, each object is processed individually.
on | off
on | off
all | obj | dom | bnd | edg | pnt | off
Show selections of resulting objects in physics, materials, and so on, or in part instances. obj is not available in a component’s geometry. dom, bnd, and edg are not available in all features.
The following attributes are available:
Table 4-2: Valid attributes
on | off | inherit
Designate the resulting objects as construction geometry. Use inherit to set the construction geometry attribute only if all input objects are construction geometry.