开发:更新版本,修复V型刀走刀错误的问题
This commit is contained in:
1
types/GraphicsSystem/CalcEdgeSealing.d.ts
vendored
1
types/GraphicsSystem/CalcEdgeSealing.d.ts
vendored
@@ -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[];
|
||||
|
Reference in New Issue
Block a user