增加户型部分
This commit is contained in:
3
types/DatabaseServices/ShapeManager.d.ts
vendored
3
types/DatabaseServices/ShapeManager.d.ts
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user