同步最新的WebCAD代码,包括窗户与材质槽

This commit is contained in:
ChenX
2023-01-11 09:59:43 +08:00
parent 9ff24d8fbf
commit 12a50e98c6
435 changed files with 5165 additions and 1407 deletions

5
types/Common/GroupEntitysByBox.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
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