功能:提供房间和墙体关联关系
This commit is contained in:
9
types/DatabaseServices/Contour.d.ts
vendored
9
types/DatabaseServices/Contour.d.ts
vendored
@@ -52,8 +52,13 @@ export declare class Contour {
|
||||
*/
|
||||
static Combine(cus: Curve[], needLink?: boolean, tolerance?: number): Curve;
|
||||
get Shape(): THREE.Shape;
|
||||
CuInOutline(targetCur: Curve): boolean;
|
||||
/**
|
||||
* 判断是否完全包含曲线
|
||||
* @param smallCurve 传入的这个曲线不能比本轮廓还大(这个需要自己优化?)
|
||||
* @returns
|
||||
*/
|
||||
ContainerCurve(smallCurve: Polyline | Circle | Curve, isAreaCheckd?: boolean, ipts?: any[]): boolean;
|
||||
Equal(tar: Contour): boolean;
|
||||
}
|
||||
export declare function fastCurveInCurve2(sourceCu: Polyline | Circle, targetCu: Curve): boolean;
|
||||
export declare function fastCurveInCurve2(bigCurve: Polyline | Circle, smallCurve: Curve): boolean;
|
||||
//# sourceMappingURL=Contour.d.ts.map
|
Reference in New Issue
Block a user