更新api

This commit is contained in:
FishOrBear
2021-07-27 19:36:17 +08:00
parent 6af53cc797
commit 80cbd6b5fe
699 changed files with 29158 additions and 4562 deletions

View File

@@ -26,6 +26,7 @@ export declare function GetBoardSealingCurves(br: Board, isOffset?: boolean): Cu
* 结果轮廓拆单用,统一逆时针数据
* hasSealing 轮廓是否包含封边
* 用户计算拆单侧孔面id
* TODO:如果封边一致,那么应该直接偏移!!!
*/
export declare function GetSealedBoardContour(br: Board, hasSealing: boolean): Polyline | Circle | undefined;
export declare function ParagraphSealinglist(hightSeal: IHighSealedItem[], cus: Curve[]): IHighSealedItem[];