Preparing search index...
The search index is not available
MLightCAD LibreDwg-Web API Docs
MLightCAD LibreDwg-Web API Docs
database/database
DwgDatabase
Interface DwgDatabase
interface
DwgDatabase
{
entities
:
DwgEntity
[]
;
header
:
DwgHeader
;
objects
:
{
IMAGEDEF
:
DwgImageDefObject
[]
;
LAYOUT
:
DwgLayoutObject
[]
}
;
tables
:
{
BLOCK_RECORD
:
DwgTable
<
DwgBlockRecordTableEntry
>
;
DIMSTYLE
:
DwgTable
<
DwgDimStyleTableEntry
>
;
LAYER
:
DwgTable
<
DwgLayerTableEntry
>
;
LTYPE
:
DwgTable
<
DwgLTypeTableEntry
>
;
STYLE
:
DwgTable
<
DwgStyleTableEntry
>
;
VPORT
:
DwgTable
<
DwgVPortTableEntry
>
;
}
;
}
Index
Properties
entities
header
objects
tables
Properties
entities
entities
:
DwgEntity
[]
All of entities in the model space.
header
header
:
DwgHeader
objects
objects
:
{
IMAGEDEF
:
DwgImageDefObject
[]
;
LAYOUT
:
DwgLayoutObject
[]
}
tables
tables
:
{
BLOCK_RECORD
:
DwgTable
<
DwgBlockRecordTableEntry
>
;
DIMSTYLE
:
DwgTable
<
DwgDimStyleTableEntry
>
;
LAYER
:
DwgTable
<
DwgLayerTableEntry
>
;
LTYPE
:
DwgTable
<
DwgLTypeTableEntry
>
;
STYLE
:
DwgTable
<
DwgStyleTableEntry
>
;
VPORT
:
DwgTable
<
DwgVPortTableEntry
>
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
entities
header
objects
tables
MLightCAD LibreDwg-Web API Docs
Loading...
All of entities in the model space.