!1366 开发:导出生产api

pull/1366/MERGE
ZoeLeeFZ 4 years ago committed by ChenX
parent 46ffa3c4ff
commit 3fa82e6e25

@ -258,7 +258,7 @@ export namespace Production
/** /**
* 线(1/4) * 线(1/4)
*/ */
function ConverToPolylineAndSplitArc(cu: Polyline | Circle, isOutline = true, isSplite = true): IContourData export function ConverToPolylineAndSplitArc(cu: Polyline | Circle, isOutline = true, isSplite = true): IContourData
{ {
let ptsBuls: { pts: Vector2[]; buls: number[]; }; let ptsBuls: { pts: Vector2[]; buls: number[]; };
if (cu instanceof Circle) if (cu instanceof Circle)

@ -8,3 +8,4 @@ export { FeedingToolPath } from "./GraphicsSystem/ToolPath/FeedingToolPath";
export * from "./Add-on/testEntity/SimplifyPolyline"; export * from "./Add-on/testEntity/SimplifyPolyline";
export { IsRect } from "./Common/CurveUtils"; export { IsRect } from "./Common/CurveUtils";
export * from "./GraphicsSystem/ToolPath/VKnifToolPath"; export * from "./GraphicsSystem/ToolPath/VKnifToolPath";
export * from "./Production/Product";

Loading…
Cancel
Save