CollapseFaces Collapse faces. Syntax model.geom(<tag>).create(<ftag>,”CollapseFaces”); model.geom(<tag>).feature(<ftag>).selection(property); model.geom(<tag>).feature(<ftag>).set(property,<value>); model.geom(<tag>).feature(<ftag>).getType(property); Description Use model.geom(<tag>).create(<ftag>,”CollapseFaces”) to collapse faces. Use model.geom(<tag>).feature(<ftag>).selection("input") to select the faces to collapse. The default selection is empty. The feature collapses a face by removing it, merging its adjacent opposite edges into one or more edges or collapsing all adjacent edges into one vertex, and reconnecting the adjacent faces to the merged edges or vertex. The output object is a virtual geometry. The following properties are available: Property Value Default Description input Selection Faces to collapse ignoremerged on | off off Specifies if the operation tries to ignore the resulting merged entities See Also MergeEdges