开发:更新版本,修复V型刀走刀错误的问题

This commit is contained in:
FishOrBear
2021-05-28 11:34:40 +08:00
parent e19f64a55d
commit 8e481e821c
254 changed files with 7351 additions and 6949 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[];