webcad-ue4-api/types/Common/GroupEntitysByBox.d.ts
2024-10-29 17:14:43 +08:00

5 lines
283 B
TypeScript

import { Entity } from "../DatabaseServices/Entity/Entity";
import { Box3Ext } from "../Geometry/Box";
/**分堆,按实体的Box */
export declare function GroupEntitysByBox<T extends Entity>(ens: T[], gap?: number): Map<Box3Ext, T[]>;
//# sourceMappingURL=GroupEntitysByBox.d.ts.map