WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface IImportDwgOptions

    DWG导入选项配置

    interface IImportDwgOptions {
        mapid: string;
        uploadname: string;
        openWay: OpenWayType;
        openMode: OpenModeType;
        notUseDefaultTtfFont: boolean;
        notUseDefaultShxFont: boolean;
        notReplaceLineType: boolean;
        repairDrawing: boolean;
        view3DMode: View3DMode;
        fontReplaceRule: string;
        mapDisplayMinZoom: number;
        imageAutoProcessRatio: number;
    }
    Index

    Properties

    mapid: string

    图名称ID

    uploadname: string

    上传时的文件名

    openWay: OpenWayType

    打开方式

    openMode: OpenModeType

    打开模式:edit=编辑模式(默认),tile=瓦片模式

    notUseDefaultTtfFont: boolean

    不使用缺省字体文件

    notUseDefaultShxFont: boolean

    不使用缺省型文件

    notReplaceLineType: boolean

    不自动替换线型

    repairDrawing: boolean

    修复图形

    view3DMode: View3DMode

    3D模式查看图形

    fontReplaceRule: string

    字体替换规则

    mapDisplayMinZoom: number

    地图显示小点时范围

    imageAutoProcessRatio: number

    图需自动处理比例(图像类型时)