Skip to content

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 = {}

Returns

IMObject3D

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)