merge_geometry
Merges an array of geometric objects into a single one. The objects should all be the same type, for example, all meshes, or all points objects, and so on. If the array contains different types of geometry, only those objects with the same type as the first object in the array get merged.
Inputs
geometry
An array of geometric objects. Only meshes, points, instances and strands objects are supported.
point_collections
A space-delimited list of point collections to include in the merged object. If the original geometries have a point collection with a name listed here, those collections are merged into a collection with the same name on the output geometry. If a geometry does not have a matching collection, the elements of the merged collection that corresponds to its points are false
.
other_collections
A space-delimited list of other collections to include in the merged object. Only face collections on meshes are supported.
Outputs
merged
A single merged geometry.