更新api定义

This commit is contained in:
2020-12-08 17:45:14 +08:00
parent 6409870ca3
commit 3798c91908
251 changed files with 741 additions and 198 deletions

View File

@@ -11,7 +11,7 @@ export declare function ParagraphCulist(cus: Curve[]): void;
/**
*计算封边
*/
export declare function CalcEdgeSealing(cus: Curve[]): void;
export declare function CalcEdgeSealing(cus: Curve[]): boolean;
export declare function GetBoardHighSeal(br: Board, sealcus: Curve[]): IHighSealedItem[];
/**偏移前后曲线起点没改变 */
export declare function OffsetOutlineSpNotChange(oldcu: Curve, newCu: Curve): boolean;