7 lines
363 B
TypeScript
7 lines
363 B
TypeScript
|
import { Contour } from "../DatabaseServices/Contour";
|
||
|
import { Curve } from "../DatabaseServices/Entity/Curve";
|
||
|
/**
|
||
|
* 某些时候我们不能创建轮廓,此时我们使用类似c2r的方法来构建一个外部轮廓.
|
||
|
*/
|
||
|
export declare function CreateContour2(curves: Curve[], fuzz?: number): Contour | undefined;
|
||
|
//# sourceMappingURL=CreateContour2.d.ts.map
|