Livelink.jsEngine SchemasComponentsBoxGeometryOn this pageBoxGeometrytype BoxGeometry = { dimension: Vec3; offset: Vec3;}; Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:101 Box geometry. Type declaration NameTypeDescription dimensionVec3Width, height and depth of the box. offsetVec3Geometry offset.