更新api
This commit is contained in:
6
types/Common/SerializeMaterial.d.ts
vendored
6
types/Common/SerializeMaterial.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user