From 4b61bff64851d7b626bad9d314b6734f75f0d277 Mon Sep 17 00:00:00 2001 From: ChenX Date: Wed, 11 Jan 2023 11:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/DatabaseServices/Room/Entity/Wall/Hole/RoomHoleLine.d.ts | 1 + types/DatabaseServices/Room/Entity/Wall/RoomWallArc.d.ts | 1 + types/DatabaseServices/Room/Entity/Wall/RoomWallBase.d.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/types/DatabaseServices/Room/Entity/Wall/Hole/RoomHoleLine.d.ts b/types/DatabaseServices/Room/Entity/Wall/Hole/RoomHoleLine.d.ts index 8b0deae..eca0ffa 100644 --- a/types/DatabaseServices/Room/Entity/Wall/Hole/RoomHoleLine.d.ts +++ b/types/DatabaseServices/Room/Entity/Wall/Hole/RoomHoleLine.d.ts @@ -22,6 +22,7 @@ export declare class RoomHoleLine extends RoomHoleBase { WriteFile(file: CADFiler): void; ApplyPartialUndo(undoData: CADObject): void; } +//@ts-ignore export interface RoomHoleLine extends RoomBase, Line { } //# sourceMappingURL=RoomHoleLine.d.ts.map \ No newline at end of file diff --git a/types/DatabaseServices/Room/Entity/Wall/RoomWallArc.d.ts b/types/DatabaseServices/Room/Entity/Wall/RoomWallArc.d.ts index a2b464c..8c45eb7 100644 --- a/types/DatabaseServices/Room/Entity/Wall/RoomWallArc.d.ts +++ b/types/DatabaseServices/Room/Entity/Wall/RoomWallArc.d.ts @@ -41,6 +41,7 @@ export declare class RoomWallArc extends RoomWallBase { protected _ReadFile(file: CADFiler): void; WriteFile(file: CADFiler): void; } +//@ts-ignore export interface RoomWallArc extends RoomWallBase, Arc { } //# sourceMappingURL=RoomWallArc.d.ts.map \ No newline at end of file diff --git a/types/DatabaseServices/Room/Entity/Wall/RoomWallBase.d.ts b/types/DatabaseServices/Room/Entity/Wall/RoomWallBase.d.ts index af30928..18cb0a2 100644 --- a/types/DatabaseServices/Room/Entity/Wall/RoomWallBase.d.ts +++ b/types/DatabaseServices/Room/Entity/Wall/RoomWallBase.d.ts @@ -47,6 +47,7 @@ export declare abstract class RoomWallBase extends RoomBase { protected _ReadFile(file: CADFiler): void; WriteFile(file: CADFiler): void; } +//@ts-ignore export interface RoomWallBase extends RoomBase, Curve { } export declare const CURVE_MESH_NAMES: string[];