更新api

This commit is contained in:
FishOrBear
2021-07-27 19:33:38 +08:00
parent 6af53cc797
commit e4da4c46c7
700 changed files with 29158 additions and 4573 deletions

View File

@@ -22,9 +22,11 @@ export declare function getPolylineSVG(en: Polyline): string;
/**
* 获取当前图纸的缩略图(预览图)
*/
export declare function GetCurrentViewPreViewImage(restore?: boolean): Blob;
export declare function GetCurrentViewPreViewImage(restore?: boolean, isBase64?: boolean): Blob | string;
export declare function ExtrudeDrillFileIn(data: any[]): ExtrudeHole;
export declare function GetEntitysLogo(ens: Entity[], isConceptual?: boolean, dir?: Vector3): Promise<string>;
export declare function GetEntitysLogo(ens: Entity[], isConceptual?: boolean, dir?: Vector3, isBase64?: boolean): Promise<string | Blob>;
export declare function GroupOut(ens: Entity[]): string;
export declare function GroupFileIn(fileData: Object[]): Entity[];
export declare function EntitysOut(ens: Entity[], callback?: (en: any) => void): string;
export declare function EntitysIn(datalist: any[]): Entity[];
//# sourceMappingURL=SerializeMaterial.d.ts.map