Intermact API Reference / @intermact/core / group3D
Function: group3D()
group3D(
children,props?):IMObject3D
Defined in: packages/core/src/object3d/group.ts:104
Aggregate homogeneous child objects into one composite 3D object that retains keyed parts. All children must share the same primitive channel (line / mesh / points); the combined geometry is rebuilt as a single provider.
Parameters
children
readonly GroupChild3D[]
props?
Group3DProps = {}