提供拆单获取走刀接口
This commit is contained in:
2
types/DatabaseServices/Shape.d.ts
vendored
2
types/DatabaseServices/Shape.d.ts
vendored
@@ -51,7 +51,7 @@ export declare class Shape {
|
||||
static pairHoleAndOutline(contours: Contour[]): Shape[];
|
||||
/**
|
||||
* 合并洞,本质是使用(并集算法)将可以并集的洞合并在一起,减少洞的数量.
|
||||
* canSidewipe 用于走刀,擦边的是否合并
|
||||
* canSidewipe 用于走刀,擦边的,包含的,是否合并
|
||||
*/
|
||||
static mergeContours(holes: Contour[], canSidewipe?: boolean): Contour[];
|
||||
/**
|
||||
|
Reference in New Issue
Block a user