DwgMetadata2D
Hierarchy
- DwgMetadataBase
- DwgMetadata2D
Index
Properties
readonlyhasParseError
Set to true
if the change has not been parsed correctly. For example if this
happens for a .ifc or a .dwg file then it will not be possible to load the file.
readonlyheight
Height of DWG
readonlymargin
DWG margin
Type declaration
readonlyleftRight: number
Left and right margin
readonlytopBottom: number
Top and bottom margin
readonlyoffset
DWG offset
Type declaration
readonlyleft: number
Left
readonlytop: number
Top
optionalreadonlyparserVersion
Version of the parser that parsed this DWG file. Useful when we load DWG files which was parsed with old parsers to keep backwards compatibility. May be undefined if file was parsed before this property was introduced.
readonlytype
Signifies that it is a 2D DWG.
readonlyurl
URL for the geometry file to be rendered
Type declaration
readonlysvg: string
readonlyversion
DWG version the DWG was last saved in.
readonlywidth
Width of DWG
readonlyxrefs
Relative URLs to the xrefs
Type declaration
[relativeUrl string]: { loaded: boolean; name: string; overlay: boolean }
Metadata for a 2D DWG