提供拆单获取走刀接口
This commit is contained in:
22
types/DatabaseServices/Hardware/HardwareTopline.d.ts
vendored
Normal file
22
types/DatabaseServices/Hardware/HardwareTopline.d.ts
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import { IToplineOption } from "../../UI/Components/RightPanel/RightPanelInterface";
|
||||
import { SweepSolid } from '../3DSolid/SweepSolid';
|
||||
import { CADFiler } from "../CADFiler";
|
||||
import { Curve } from "../Entity/Curve";
|
||||
export declare class HardwareTopline extends SweepSolid {
|
||||
HardwareOption: IToplineOption;
|
||||
DataList: [string, string][];
|
||||
private _contourRotation;
|
||||
get ContourRotation(): number;
|
||||
private _ContourWidth;
|
||||
private get Contours();
|
||||
/**
|
||||
*延伸取最大最小轮廓每段首尾到前面线段,取最长线段作为分段长
|
||||
*
|
||||
*/
|
||||
get Segmentations(): Curve[];
|
||||
get MaxLength(): number;
|
||||
set ContourRotation(ro: number);
|
||||
protected _ReadFile(file: CADFiler): void;
|
||||
WriteFile(file: CADFiler): void;
|
||||
}
|
||||
//# sourceMappingURL=HardwareTopline.d.ts.map
|
1
types/DatabaseServices/Hardware/HardwareTopline.d.ts.map
Normal file
1
types/DatabaseServices/Hardware/HardwareTopline.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"HardwareTopline.d.ts","sourceRoot":"","sources":["../../../../src/DatabaseServices/Hardware/HardwareTopline.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,cAAc,EAAE,MAAM,oDAAoD,CAAC;AACpF,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAGnD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAIxC,qBACa,eAAgB,SAAQ,UAAU;IAE/B,cAAc,EAAE,cAAc,CAAqC;IACnE,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAM;IAC9C,OAAO,CAAC,gBAAgB,CAAK;IAC7B,IAAI,eAAe,IAmMK,MAAM,CAhM7B;IACD,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,KAAK,QAAQ,GAiCnB;IACD;;;OAGG;IACH,IAAI,aAAa,YAmJhB;IACD,IAAI,SAAS,WAGZ;IACD,IAAI,eAAe,CAAC,EAAE,EAAE,MAAM,EAS7B;IACD,SAAS,CAAC,SAAS,CAAC,IAAI,EAAE,QAAQ;IA8BlC,SAAS,CAAC,IAAI,EAAE,QAAQ;CA0B3B"}
|
Reference in New Issue
Block a user