MergeFaces
The feature merges the selected faces by collapsing the gap between the faces. The output object is a virtual geometry.
Syntax
model.component(<ctag>).geom(<tag>).create(<ftag>,"MergeFaces");
model.component(<ctag>).geom(<tag>).feature(<ftag>).selection(property);
model.component(<ctag>).geom(<tag>).feature(<ftag>).set(property,<value>);
model.component(<ctag>).geom(<tag>).feature(<ftag>).getType(property);
Description
Use model.component(<ctag>).geom(<tag>).create(<ftag>,"MergeFaces") to merge faces using the following properties:
Table 3-107: Valid Properties.
auto | manual
Faces to merge. Used if pairing is auto.
Faces to keep. Used if pairing is manual.
Faces to remove. Used if pairing is manual.
auto | relative | manual
imprint | one-to-one
Specifies how to pair the entities. The option imprint creates an imprint of the entities to remove on the keep side. Used when the geometry representation is cadps.
on | off
on | off
Read more about the geometry representation in the section Geometry Representation in 3D and for Boolean Operations.
See Also
Geometry Cleanup