Home > SCH_ManufactureData > getSvgFile
SCH_ManufactureData.getSvgFile() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
获取 SVG 文件
Signature
typescript
function getSvgFile(fileName?: string): Promise<File | undefined>;1
Parameters
Parameter | Type | Description |
|---|---|---|
fileName | string | (Optional) 文件名 |
Returns
Promise<File | undefined>
SVG 文件数据(或压缩包)
Remarks
ADD since EDA v3.2.183 多图页时会导出为压缩包(zip)
/ EDA v4.1.23