WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
IExportDwgOptions
Interface IExportDwgOptions
DWG导出选项配置
interface
IExportDwgOptions
{
cadVersion
:
string
;
isZoomExtents
:
boolean
;
useCache
:
boolean
;
unGroup
:
boolean
;
exportDimAsNative
:
boolean
;
updateImportedDrawing
:
boolean
;
}
Index
Properties
cad
Version
is
Zoom
Extents
use
Cache
un
Group
export
Dim
As
Native
update
Imported
Drawing
Properties
cad
Version
cadVersion
:
string
CAD版本号
is
Zoom
Extents
isZoomExtents
:
boolean
导出时是否缩放至全图
use
Cache
useCache
:
boolean
是否使用缓存
un
Group
unGroup
:
boolean
是否解散组
export
Dim
As
Native
exportDimAsNative
:
boolean
是否将标注导出为原生CAD标注类型
update
Imported
Drawing
updateImportedDrawing
:
boolean
是否更新导入的图形
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
cad
Version
is
Zoom
Extents
use
Cache
un
Group
export
Dim
As
Native
update
Imported
Drawing
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
DWG导出选项配置