与主干版本同步

This commit is contained in:
ChenX
2023-05-08 10:53:13 +08:00
parent 8e481e821c
commit ee08cb516b
1748 changed files with 15504 additions and 13758 deletions

View File

@@ -1,9 +1,10 @@
import { Matrix4 } from 'three';
import { BoolOpeartionType } from '../GraphicsSystem/BoolOperateUtils';
import { CADFiler } from './CADFiler';
import { Shape } from './Shape';
import { Matrix4 } from 'three';
export declare class ShapeManager {
private _ShapeList;
constructor(_ShapeList?: Shape[]);
get ShapeList(): Shape[];
get ShapeCount(): number;
get ShapeArea(): number;