DwgMetadata3D
Hierarchy
- DwgMetadataBase
- DwgMetadata3D
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.
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.
status
Indicates outcome of how the system processed, has not yet processed or is processing the IFC file.
readonlytype
readonlyversion
DWG version the DWG was last saved in.
readonlyxrefs
Relative URLs to the xrefs
Type declaration
[relativeUrl string]: { loaded: boolean; name: string; overlay: boolean }
Relative URL for the xref. To construct the absolute URLs of the xrefs use
relativeUrltogether with parent BimChange.url (excluding the file name)
Metadata for a 3D DWG.