1# This file was automatically generated by SWIG (http://www.swig.org).
2# Version 4.0.1
3#
4# Do not make changes to this file unless you know what you are doing--modify
5# the SWIG interface file instead.
6
7from sys import version_info as _swig_python_version_info
8if _swig_python_version_info < (2, 7, 0):
9    raise RuntimeError("Python 2.7 or later required")
10
11# Import the low-level C/C++ module
12if __package__ or "." in __name__:
13    from . import _LibreDWG
14else:
15    import _LibreDWG
16
17try:
18    import builtins as __builtin__
19except ImportError:
20    import __builtin__
21
22def _swig_repr(self):
23    try:
24        strthis = "proxy of " + self.this.__repr__()
25    except __builtin__.Exception:
26        strthis = ""
27    return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
28
29
30def _swig_setattr_nondynamic_instance_variable(set):
31    def set_instance_attr(self, name, value):
32        if name == "thisown":
33            self.this.own(value)
34        elif name == "this":
35            set(self, name, value)
36        elif hasattr(self, name) and isinstance(getattr(type(self), name), property):
37            set(self, name, value)
38        else:
39            raise AttributeError("You cannot add instance attributes to %s" % self)
40    return set_instance_attr
41
42
43def _swig_setattr_nondynamic_class_variable(set):
44    def set_class_attr(cls, name, value):
45        if hasattr(cls, name) and not isinstance(getattr(cls, name), property):
46            set(cls, name, value)
47        else:
48            raise AttributeError("You cannot add class attributes to %s" % cls)
49    return set_class_attr
50
51
52def _swig_add_metaclass(metaclass):
53    """Class decorator for adding a metaclass to a SWIG wrapped class - a slimmed down version of six.add_metaclass"""
54    def wrapper(cls):
55        return metaclass(cls.__name__, cls.__bases__, cls.__dict__.copy())
56    return wrapper
57
58
59class _SwigNonDynamicMeta(type):
60    """Meta class to enforce nondynamic attributes (no new attributes) for a class"""
61    __setattr__ = _swig_setattr_nondynamic_class_variable(type.__setattr__)
62
63
64
65def new_Dwg_Object_Array(nelements):
66    return _LibreDWG.new_Dwg_Object_Array(nelements)
67
68def delete_Dwg_Object_Array(ary):
69    return _LibreDWG.delete_Dwg_Object_Array(ary)
70
71def Dwg_Object_Array_getitem(ary, index):
72    return _LibreDWG.Dwg_Object_Array_getitem(ary, index)
73
74def Dwg_Object_Array_setitem(ary, index, value):
75    return _LibreDWG.Dwg_Object_Array_setitem(ary, index, value)
76LIBREDWG_VERSION_MAJOR = _LibreDWG.LIBREDWG_VERSION_MAJOR
77LIBREDWG_VERSION_MINOR = _LibreDWG.LIBREDWG_VERSION_MINOR
78LIBREDWG_VERSION = _LibreDWG.LIBREDWG_VERSION
79FORMAT_RC = _LibreDWG.FORMAT_RC
80SCANF_2X = _LibreDWG.SCANF_2X
81FORMAT_RCd = _LibreDWG.FORMAT_RCd
82FORMAT_RCu = _LibreDWG.FORMAT_RCu
83FORMAT_RCx = _LibreDWG.FORMAT_RCx
84FORMAT_B = _LibreDWG.FORMAT_B
85FORMAT_BB = _LibreDWG.FORMAT_BB
86FORMAT_3B = _LibreDWG.FORMAT_3B
87FORMAT_MC = _LibreDWG.FORMAT_MC
88FORMAT_UMC = _LibreDWG.FORMAT_UMC
89FORMAT_RD = _LibreDWG.FORMAT_RD
90FORMAT_TF = _LibreDWG.FORMAT_TF
91FORMAT_TV = _LibreDWG.FORMAT_TV
92FORMAT_T16 = _LibreDWG.FORMAT_T16
93FORMAT_T32 = _LibreDWG.FORMAT_T32
94FORMAT_TU32 = _LibreDWG.FORMAT_TU32
95FORMAT_BT = _LibreDWG.FORMAT_BT
96FORMAT_DD = _LibreDWG.FORMAT_DD
97FORMAT_BD = _LibreDWG.FORMAT_BD
98FORMAT_4BITS = _LibreDWG.FORMAT_4BITS
99FORMAT_D2T = _LibreDWG.FORMAT_D2T
100FORMAT_TU = _LibreDWG.FORMAT_TU
101class Dwg_Bitcode_TimeBLL(object):
102    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
103    __repr__ = _swig_repr
104    days = property(_LibreDWG.Dwg_Bitcode_TimeBLL_days_get, _LibreDWG.Dwg_Bitcode_TimeBLL_days_set)
105    ms = property(_LibreDWG.Dwg_Bitcode_TimeBLL_ms_get, _LibreDWG.Dwg_Bitcode_TimeBLL_ms_set)
106    value = property(_LibreDWG.Dwg_Bitcode_TimeBLL_value_get, _LibreDWG.Dwg_Bitcode_TimeBLL_value_set)
107
108    def __init__(self):
109        _LibreDWG.Dwg_Bitcode_TimeBLL_swiginit(self, _LibreDWG.new_Dwg_Bitcode_TimeBLL())
110    __swig_destroy__ = _LibreDWG.delete_Dwg_Bitcode_TimeBLL
111
112# Register Dwg_Bitcode_TimeBLL in _LibreDWG:
113_LibreDWG.Dwg_Bitcode_TimeBLL_swigregister(Dwg_Bitcode_TimeBLL)
114
115class Dwg_Bitcode_2RD(object):
116    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
117    __repr__ = _swig_repr
118    x = property(_LibreDWG.Dwg_Bitcode_2RD_x_get, _LibreDWG.Dwg_Bitcode_2RD_x_set)
119    y = property(_LibreDWG.Dwg_Bitcode_2RD_y_get, _LibreDWG.Dwg_Bitcode_2RD_y_set)
120
121    def __init__(self):
122        _LibreDWG.Dwg_Bitcode_2RD_swiginit(self, _LibreDWG.new_Dwg_Bitcode_2RD())
123    __swig_destroy__ = _LibreDWG.delete_Dwg_Bitcode_2RD
124
125# Register Dwg_Bitcode_2RD in _LibreDWG:
126_LibreDWG.Dwg_Bitcode_2RD_swigregister(Dwg_Bitcode_2RD)
127
128class Dwg_Bitcode_2BD(object):
129    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
130    __repr__ = _swig_repr
131    x = property(_LibreDWG.Dwg_Bitcode_2BD_x_get, _LibreDWG.Dwg_Bitcode_2BD_x_set)
132    y = property(_LibreDWG.Dwg_Bitcode_2BD_y_get, _LibreDWG.Dwg_Bitcode_2BD_y_set)
133
134    def __init__(self):
135        _LibreDWG.Dwg_Bitcode_2BD_swiginit(self, _LibreDWG.new_Dwg_Bitcode_2BD())
136    __swig_destroy__ = _LibreDWG.delete_Dwg_Bitcode_2BD
137
138# Register Dwg_Bitcode_2BD in _LibreDWG:
139_LibreDWG.Dwg_Bitcode_2BD_swigregister(Dwg_Bitcode_2BD)
140
141class Dwg_Bitcode_3RD(object):
142    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
143    __repr__ = _swig_repr
144    x = property(_LibreDWG.Dwg_Bitcode_3RD_x_get, _LibreDWG.Dwg_Bitcode_3RD_x_set)
145    y = property(_LibreDWG.Dwg_Bitcode_3RD_y_get, _LibreDWG.Dwg_Bitcode_3RD_y_set)
146    z = property(_LibreDWG.Dwg_Bitcode_3RD_z_get, _LibreDWG.Dwg_Bitcode_3RD_z_set)
147
148    def __init__(self):
149        _LibreDWG.Dwg_Bitcode_3RD_swiginit(self, _LibreDWG.new_Dwg_Bitcode_3RD())
150    __swig_destroy__ = _LibreDWG.delete_Dwg_Bitcode_3RD
151
152# Register Dwg_Bitcode_3RD in _LibreDWG:
153_LibreDWG.Dwg_Bitcode_3RD_swigregister(Dwg_Bitcode_3RD)
154
155class Dwg_Bitcode_3BD(object):
156    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
157    __repr__ = _swig_repr
158    x = property(_LibreDWG.Dwg_Bitcode_3BD_x_get, _LibreDWG.Dwg_Bitcode_3BD_x_set)
159    y = property(_LibreDWG.Dwg_Bitcode_3BD_y_get, _LibreDWG.Dwg_Bitcode_3BD_y_set)
160    z = property(_LibreDWG.Dwg_Bitcode_3BD_z_get, _LibreDWG.Dwg_Bitcode_3BD_z_set)
161
162    def __init__(self):
163        _LibreDWG.Dwg_Bitcode_3BD_swiginit(self, _LibreDWG.new_Dwg_Bitcode_3BD())
164    __swig_destroy__ = _LibreDWG.delete_Dwg_Bitcode_3BD
165
166# Register Dwg_Bitcode_3BD in _LibreDWG:
167_LibreDWG.Dwg_Bitcode_3BD_swigregister(Dwg_Bitcode_3BD)
168
169R_INVALID = _LibreDWG.R_INVALID
170R_1_1 = _LibreDWG.R_1_1
171R_1_2 = _LibreDWG.R_1_2
172R_1_3 = _LibreDWG.R_1_3
173R_1_4 = _LibreDWG.R_1_4
174R_1_402b = _LibreDWG.R_1_402b
175R_2_0 = _LibreDWG.R_2_0
176R_2_1 = _LibreDWG.R_2_1
177R_2_21 = _LibreDWG.R_2_21
178R_2_22 = _LibreDWG.R_2_22
179R_2_4 = _LibreDWG.R_2_4
180R_2_5 = _LibreDWG.R_2_5
181R_2_6 = _LibreDWG.R_2_6
182R_9 = _LibreDWG.R_9
183R_9c1 = _LibreDWG.R_9c1
184R_10 = _LibreDWG.R_10
185R_10c1 = _LibreDWG.R_10c1
186R_10c2 = _LibreDWG.R_10c2
187R_11 = _LibreDWG.R_11
188R_12 = _LibreDWG.R_12
189R_12c1 = _LibreDWG.R_12c1
190R_13 = _LibreDWG.R_13
191R_13c3 = _LibreDWG.R_13c3
192R_14 = _LibreDWG.R_14
193R_2000 = _LibreDWG.R_2000
194R_2004 = _LibreDWG.R_2004
195R_2007 = _LibreDWG.R_2007
196R_2010 = _LibreDWG.R_2010
197R_2013 = _LibreDWG.R_2013
198R_2018 = _LibreDWG.R_2018
199R_AFTER = _LibreDWG.R_AFTER
200DWG_CLASS_STABLE = _LibreDWG.DWG_CLASS_STABLE
201DWG_CLASS_UNSTABLE = _LibreDWG.DWG_CLASS_UNSTABLE
202DWG_CLASS_DEBUGGING = _LibreDWG.DWG_CLASS_DEBUGGING
203DWG_CLASS_UNHANDLED = _LibreDWG.DWG_CLASS_UNHANDLED
204DWG_SUPERTYPE_ENTITY = _LibreDWG.DWG_SUPERTYPE_ENTITY
205DWG_SUPERTYPE_OBJECT = _LibreDWG.DWG_SUPERTYPE_OBJECT
206DWG_TYPE_UNUSED = _LibreDWG.DWG_TYPE_UNUSED
207DWG_TYPE_TEXT = _LibreDWG.DWG_TYPE_TEXT
208DWG_TYPE_ATTRIB = _LibreDWG.DWG_TYPE_ATTRIB
209DWG_TYPE_ATTDEF = _LibreDWG.DWG_TYPE_ATTDEF
210DWG_TYPE_BLOCK = _LibreDWG.DWG_TYPE_BLOCK
211DWG_TYPE_ENDBLK = _LibreDWG.DWG_TYPE_ENDBLK
212DWG_TYPE_SEQEND = _LibreDWG.DWG_TYPE_SEQEND
213DWG_TYPE_INSERT = _LibreDWG.DWG_TYPE_INSERT
214DWG_TYPE_MINSERT = _LibreDWG.DWG_TYPE_MINSERT
215DWG_TYPE_VERTEX_2D = _LibreDWG.DWG_TYPE_VERTEX_2D
216DWG_TYPE_VERTEX_3D = _LibreDWG.DWG_TYPE_VERTEX_3D
217DWG_TYPE_VERTEX_MESH = _LibreDWG.DWG_TYPE_VERTEX_MESH
218DWG_TYPE_VERTEX_PFACE = _LibreDWG.DWG_TYPE_VERTEX_PFACE
219DWG_TYPE_VERTEX_PFACE_FACE = _LibreDWG.DWG_TYPE_VERTEX_PFACE_FACE
220DWG_TYPE_POLYLINE_2D = _LibreDWG.DWG_TYPE_POLYLINE_2D
221DWG_TYPE_POLYLINE_3D = _LibreDWG.DWG_TYPE_POLYLINE_3D
222DWG_TYPE_ARC = _LibreDWG.DWG_TYPE_ARC
223DWG_TYPE_CIRCLE = _LibreDWG.DWG_TYPE_CIRCLE
224DWG_TYPE_LINE = _LibreDWG.DWG_TYPE_LINE
225DWG_TYPE_DIMENSION_ORDINATE = _LibreDWG.DWG_TYPE_DIMENSION_ORDINATE
226DWG_TYPE_DIMENSION_LINEAR = _LibreDWG.DWG_TYPE_DIMENSION_LINEAR
227DWG_TYPE_DIMENSION_ALIGNED = _LibreDWG.DWG_TYPE_DIMENSION_ALIGNED
228DWG_TYPE_DIMENSION_ANG3PT = _LibreDWG.DWG_TYPE_DIMENSION_ANG3PT
229DWG_TYPE_DIMENSION_ANG2LN = _LibreDWG.DWG_TYPE_DIMENSION_ANG2LN
230DWG_TYPE_DIMENSION_RADIUS = _LibreDWG.DWG_TYPE_DIMENSION_RADIUS
231DWG_TYPE_DIMENSION_DIAMETER = _LibreDWG.DWG_TYPE_DIMENSION_DIAMETER
232DWG_TYPE_POINT = _LibreDWG.DWG_TYPE_POINT
233DWG_TYPE__3DFACE = _LibreDWG.DWG_TYPE__3DFACE
234DWG_TYPE_POLYLINE_PFACE = _LibreDWG.DWG_TYPE_POLYLINE_PFACE
235DWG_TYPE_POLYLINE_MESH = _LibreDWG.DWG_TYPE_POLYLINE_MESH
236DWG_TYPE_SOLID = _LibreDWG.DWG_TYPE_SOLID
237DWG_TYPE_TRACE = _LibreDWG.DWG_TYPE_TRACE
238DWG_TYPE_SHAPE = _LibreDWG.DWG_TYPE_SHAPE
239DWG_TYPE_VIEWPORT = _LibreDWG.DWG_TYPE_VIEWPORT
240DWG_TYPE_ELLIPSE = _LibreDWG.DWG_TYPE_ELLIPSE
241DWG_TYPE_SPLINE = _LibreDWG.DWG_TYPE_SPLINE
242DWG_TYPE_REGION = _LibreDWG.DWG_TYPE_REGION
243DWG_TYPE__3DSOLID = _LibreDWG.DWG_TYPE__3DSOLID
244DWG_TYPE_BODY = _LibreDWG.DWG_TYPE_BODY
245DWG_TYPE_RAY = _LibreDWG.DWG_TYPE_RAY
246DWG_TYPE_XLINE = _LibreDWG.DWG_TYPE_XLINE
247DWG_TYPE_DICTIONARY = _LibreDWG.DWG_TYPE_DICTIONARY
248DWG_TYPE_OLEFRAME = _LibreDWG.DWG_TYPE_OLEFRAME
249DWG_TYPE_MTEXT = _LibreDWG.DWG_TYPE_MTEXT
250DWG_TYPE_LEADER = _LibreDWG.DWG_TYPE_LEADER
251DWG_TYPE_TOLERANCE = _LibreDWG.DWG_TYPE_TOLERANCE
252DWG_TYPE_MLINE = _LibreDWG.DWG_TYPE_MLINE
253DWG_TYPE_BLOCK_CONTROL = _LibreDWG.DWG_TYPE_BLOCK_CONTROL
254DWG_TYPE_BLOCK_HEADER = _LibreDWG.DWG_TYPE_BLOCK_HEADER
255DWG_TYPE_LAYER_CONTROL = _LibreDWG.DWG_TYPE_LAYER_CONTROL
256DWG_TYPE_LAYER = _LibreDWG.DWG_TYPE_LAYER
257DWG_TYPE_STYLE_CONTROL = _LibreDWG.DWG_TYPE_STYLE_CONTROL
258DWG_TYPE_STYLE = _LibreDWG.DWG_TYPE_STYLE
259DWG_TYPE_LTYPE_CONTROL = _LibreDWG.DWG_TYPE_LTYPE_CONTROL
260DWG_TYPE_LTYPE = _LibreDWG.DWG_TYPE_LTYPE
261DWG_TYPE_VIEW_CONTROL = _LibreDWG.DWG_TYPE_VIEW_CONTROL
262DWG_TYPE_VIEW = _LibreDWG.DWG_TYPE_VIEW
263DWG_TYPE_UCS_CONTROL = _LibreDWG.DWG_TYPE_UCS_CONTROL
264DWG_TYPE_UCS = _LibreDWG.DWG_TYPE_UCS
265DWG_TYPE_VPORT_CONTROL = _LibreDWG.DWG_TYPE_VPORT_CONTROL
266DWG_TYPE_VPORT = _LibreDWG.DWG_TYPE_VPORT
267DWG_TYPE_APPID_CONTROL = _LibreDWG.DWG_TYPE_APPID_CONTROL
268DWG_TYPE_APPID = _LibreDWG.DWG_TYPE_APPID
269DWG_TYPE_DIMSTYLE_CONTROL = _LibreDWG.DWG_TYPE_DIMSTYLE_CONTROL
270DWG_TYPE_DIMSTYLE = _LibreDWG.DWG_TYPE_DIMSTYLE
271DWG_TYPE_VX_CONTROL = _LibreDWG.DWG_TYPE_VX_CONTROL
272DWG_TYPE_VX_TABLE_RECORD = _LibreDWG.DWG_TYPE_VX_TABLE_RECORD
273DWG_TYPE_GROUP = _LibreDWG.DWG_TYPE_GROUP
274DWG_TYPE_MLINESTYLE = _LibreDWG.DWG_TYPE_MLINESTYLE
275DWG_TYPE_OLE2FRAME = _LibreDWG.DWG_TYPE_OLE2FRAME
276DWG_TYPE_DUMMY = _LibreDWG.DWG_TYPE_DUMMY
277DWG_TYPE_LONG_TRANSACTION = _LibreDWG.DWG_TYPE_LONG_TRANSACTION
278DWG_TYPE_LWPOLYLINE = _LibreDWG.DWG_TYPE_LWPOLYLINE
279DWG_TYPE_HATCH = _LibreDWG.DWG_TYPE_HATCH
280DWG_TYPE_XRECORD = _LibreDWG.DWG_TYPE_XRECORD
281DWG_TYPE_PLACEHOLDER = _LibreDWG.DWG_TYPE_PLACEHOLDER
282DWG_TYPE_VBA_PROJECT = _LibreDWG.DWG_TYPE_VBA_PROJECT
283DWG_TYPE_LAYOUT = _LibreDWG.DWG_TYPE_LAYOUT
284DWG_TYPE_PROXY_ENTITY = _LibreDWG.DWG_TYPE_PROXY_ENTITY
285DWG_TYPE_PROXY_OBJECT = _LibreDWG.DWG_TYPE_PROXY_OBJECT
286DWG_TYPE_ACDSRECORD = _LibreDWG.DWG_TYPE_ACDSRECORD
287DWG_TYPE_ACDSSCHEMA = _LibreDWG.DWG_TYPE_ACDSSCHEMA
288DWG_TYPE_ACMECOMMANDHISTORY = _LibreDWG.DWG_TYPE_ACMECOMMANDHISTORY
289DWG_TYPE_ACMESCOPE = _LibreDWG.DWG_TYPE_ACMESCOPE
290DWG_TYPE_ACMESTATEMGR = _LibreDWG.DWG_TYPE_ACMESTATEMGR
291DWG_TYPE_ACSH_BOOLEAN_CLASS = _LibreDWG.DWG_TYPE_ACSH_BOOLEAN_CLASS
292DWG_TYPE_ACSH_BOX_CLASS = _LibreDWG.DWG_TYPE_ACSH_BOX_CLASS
293DWG_TYPE_ACSH_BREP_CLASS = _LibreDWG.DWG_TYPE_ACSH_BREP_CLASS
294DWG_TYPE_ACSH_CHAMFER_CLASS = _LibreDWG.DWG_TYPE_ACSH_CHAMFER_CLASS
295DWG_TYPE_ACSH_CONE_CLASS = _LibreDWG.DWG_TYPE_ACSH_CONE_CLASS
296DWG_TYPE_ACSH_CYLINDER_CLASS = _LibreDWG.DWG_TYPE_ACSH_CYLINDER_CLASS
297DWG_TYPE_ACSH_EXTRUSION_CLASS = _LibreDWG.DWG_TYPE_ACSH_EXTRUSION_CLASS
298DWG_TYPE_ACSH_FILLET_CLASS = _LibreDWG.DWG_TYPE_ACSH_FILLET_CLASS
299DWG_TYPE_ACSH_HISTORY_CLASS = _LibreDWG.DWG_TYPE_ACSH_HISTORY_CLASS
300DWG_TYPE_ACSH_LOFT_CLASS = _LibreDWG.DWG_TYPE_ACSH_LOFT_CLASS
301DWG_TYPE_ACSH_PYRAMID_CLASS = _LibreDWG.DWG_TYPE_ACSH_PYRAMID_CLASS
302DWG_TYPE_ACSH_REVOLVE_CLASS = _LibreDWG.DWG_TYPE_ACSH_REVOLVE_CLASS
303DWG_TYPE_ACSH_SPHERE_CLASS = _LibreDWG.DWG_TYPE_ACSH_SPHERE_CLASS
304DWG_TYPE_ACSH_SWEEP_CLASS = _LibreDWG.DWG_TYPE_ACSH_SWEEP_CLASS
305DWG_TYPE_ACSH_TORUS_CLASS = _LibreDWG.DWG_TYPE_ACSH_TORUS_CLASS
306DWG_TYPE_ACSH_WEDGE_CLASS = _LibreDWG.DWG_TYPE_ACSH_WEDGE_CLASS
307DWG_TYPE_ALDIMOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_ALDIMOBJECTCONTEXTDATA
308DWG_TYPE_ALIGNMENTPARAMETERENTITY = _LibreDWG.DWG_TYPE_ALIGNMENTPARAMETERENTITY
309DWG_TYPE_ANGDIMOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_ANGDIMOBJECTCONTEXTDATA
310DWG_TYPE_ANNOTSCALEOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_ANNOTSCALEOBJECTCONTEXTDATA
311DWG_TYPE_ARCALIGNEDTEXT = _LibreDWG.DWG_TYPE_ARCALIGNEDTEXT
312DWG_TYPE_ARC_DIMENSION = _LibreDWG.DWG_TYPE_ARC_DIMENSION
313DWG_TYPE_ASSOC2DCONSTRAINTGROUP = _LibreDWG.DWG_TYPE_ASSOC2DCONSTRAINTGROUP
314DWG_TYPE_ASSOC3POINTANGULARDIMACTIONBODY = _LibreDWG.DWG_TYPE_ASSOC3POINTANGULARDIMACTIONBODY
315DWG_TYPE_ASSOCACTION = _LibreDWG.DWG_TYPE_ASSOCACTION
316DWG_TYPE_ASSOCACTIONPARAM = _LibreDWG.DWG_TYPE_ASSOCACTIONPARAM
317DWG_TYPE_ASSOCALIGNEDDIMACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCALIGNEDDIMACTIONBODY
318DWG_TYPE_ASSOCARRAYACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCARRAYACTIONBODY
319DWG_TYPE_ASSOCARRAYMODIFYACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCARRAYMODIFYACTIONBODY
320DWG_TYPE_ASSOCARRAYMODIFYPARAMETERS = _LibreDWG.DWG_TYPE_ASSOCARRAYMODIFYPARAMETERS
321DWG_TYPE_ASSOCARRAYPATHPARAMETERS = _LibreDWG.DWG_TYPE_ASSOCARRAYPATHPARAMETERS
322DWG_TYPE_ASSOCARRAYPOLARPARAMETERS = _LibreDWG.DWG_TYPE_ASSOCARRAYPOLARPARAMETERS
323DWG_TYPE_ASSOCARRAYRECTANGULARPARAMETERS = _LibreDWG.DWG_TYPE_ASSOCARRAYRECTANGULARPARAMETERS
324DWG_TYPE_ASSOCASMBODYACTIONPARAM = _LibreDWG.DWG_TYPE_ASSOCASMBODYACTIONPARAM
325DWG_TYPE_ASSOCBLENDSURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCBLENDSURFACEACTIONBODY
326DWG_TYPE_ASSOCCOMPOUNDACTIONPARAM = _LibreDWG.DWG_TYPE_ASSOCCOMPOUNDACTIONPARAM
327DWG_TYPE_ASSOCDEPENDENCY = _LibreDWG.DWG_TYPE_ASSOCDEPENDENCY
328DWG_TYPE_ASSOCDIMDEPENDENCYBODY = _LibreDWG.DWG_TYPE_ASSOCDIMDEPENDENCYBODY
329DWG_TYPE_ASSOCEDGEACTIONPARAM = _LibreDWG.DWG_TYPE_ASSOCEDGEACTIONPARAM
330DWG_TYPE_ASSOCEDGECHAMFERACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCEDGECHAMFERACTIONBODY
331DWG_TYPE_ASSOCEDGEFILLETACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCEDGEFILLETACTIONBODY
332DWG_TYPE_ASSOCEXTENDSURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCEXTENDSURFACEACTIONBODY
333DWG_TYPE_ASSOCEXTRUDEDSURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCEXTRUDEDSURFACEACTIONBODY
334DWG_TYPE_ASSOCFACEACTIONPARAM = _LibreDWG.DWG_TYPE_ASSOCFACEACTIONPARAM
335DWG_TYPE_ASSOCFILLETSURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCFILLETSURFACEACTIONBODY
336DWG_TYPE_ASSOCGEOMDEPENDENCY = _LibreDWG.DWG_TYPE_ASSOCGEOMDEPENDENCY
337DWG_TYPE_ASSOCLOFTEDSURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCLOFTEDSURFACEACTIONBODY
338DWG_TYPE_ASSOCMLEADERACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCMLEADERACTIONBODY
339DWG_TYPE_ASSOCNETWORK = _LibreDWG.DWG_TYPE_ASSOCNETWORK
340DWG_TYPE_ASSOCNETWORKSURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCNETWORKSURFACEACTIONBODY
341DWG_TYPE_ASSOCOBJECTACTIONPARAM = _LibreDWG.DWG_TYPE_ASSOCOBJECTACTIONPARAM
342DWG_TYPE_ASSOCOFFSETSURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCOFFSETSURFACEACTIONBODY
343DWG_TYPE_ASSOCORDINATEDIMACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCORDINATEDIMACTIONBODY
344DWG_TYPE_ASSOCOSNAPPOINTREFACTIONPARAM = _LibreDWG.DWG_TYPE_ASSOCOSNAPPOINTREFACTIONPARAM
345DWG_TYPE_ASSOCPATCHSURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCPATCHSURFACEACTIONBODY
346DWG_TYPE_ASSOCPATHACTIONPARAM = _LibreDWG.DWG_TYPE_ASSOCPATHACTIONPARAM
347DWG_TYPE_ASSOCPERSSUBENTMANAGER = _LibreDWG.DWG_TYPE_ASSOCPERSSUBENTMANAGER
348DWG_TYPE_ASSOCPLANESURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCPLANESURFACEACTIONBODY
349DWG_TYPE_ASSOCPOINTREFACTIONPARAM = _LibreDWG.DWG_TYPE_ASSOCPOINTREFACTIONPARAM
350DWG_TYPE_ASSOCRESTOREENTITYSTATEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCRESTOREENTITYSTATEACTIONBODY
351DWG_TYPE_ASSOCREVOLVEDSURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCREVOLVEDSURFACEACTIONBODY
352DWG_TYPE_ASSOCROTATEDDIMACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCROTATEDDIMACTIONBODY
353DWG_TYPE_ASSOCSWEPTSURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCSWEPTSURFACEACTIONBODY
354DWG_TYPE_ASSOCTRIMSURFACEACTIONBODY = _LibreDWG.DWG_TYPE_ASSOCTRIMSURFACEACTIONBODY
355DWG_TYPE_ASSOCVALUEDEPENDENCY = _LibreDWG.DWG_TYPE_ASSOCVALUEDEPENDENCY
356DWG_TYPE_ASSOCVARIABLE = _LibreDWG.DWG_TYPE_ASSOCVARIABLE
357DWG_TYPE_ASSOCVERTEXACTIONPARAM = _LibreDWG.DWG_TYPE_ASSOCVERTEXACTIONPARAM
358DWG_TYPE_BASEPOINTPARAMETERENTITY = _LibreDWG.DWG_TYPE_BASEPOINTPARAMETERENTITY
359DWG_TYPE_BLKREFOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_BLKREFOBJECTCONTEXTDATA
360DWG_TYPE_BLOCKALIGNEDCONSTRAINTPARAMETER = _LibreDWG.DWG_TYPE_BLOCKALIGNEDCONSTRAINTPARAMETER
361DWG_TYPE_BLOCKALIGNMENTGRIP = _LibreDWG.DWG_TYPE_BLOCKALIGNMENTGRIP
362DWG_TYPE_BLOCKALIGNMENTPARAMETER = _LibreDWG.DWG_TYPE_BLOCKALIGNMENTPARAMETER
363DWG_TYPE_BLOCKANGULARCONSTRAINTPARAMETER = _LibreDWG.DWG_TYPE_BLOCKANGULARCONSTRAINTPARAMETER
364DWG_TYPE_BLOCKARRAYACTION = _LibreDWG.DWG_TYPE_BLOCKARRAYACTION
365DWG_TYPE_BLOCKBASEPOINTPARAMETER = _LibreDWG.DWG_TYPE_BLOCKBASEPOINTPARAMETER
366DWG_TYPE_BLOCKDIAMETRICCONSTRAINTPARAMETER = _LibreDWG.DWG_TYPE_BLOCKDIAMETRICCONSTRAINTPARAMETER
367DWG_TYPE_BLOCKFLIPACTION = _LibreDWG.DWG_TYPE_BLOCKFLIPACTION
368DWG_TYPE_BLOCKFLIPGRIP = _LibreDWG.DWG_TYPE_BLOCKFLIPGRIP
369DWG_TYPE_BLOCKFLIPPARAMETER = _LibreDWG.DWG_TYPE_BLOCKFLIPPARAMETER
370DWG_TYPE_BLOCKGRIPLOCATIONCOMPONENT = _LibreDWG.DWG_TYPE_BLOCKGRIPLOCATIONCOMPONENT
371DWG_TYPE_BLOCKHORIZONTALCONSTRAINTPARAMETER = _LibreDWG.DWG_TYPE_BLOCKHORIZONTALCONSTRAINTPARAMETER
372DWG_TYPE_BLOCKLINEARCONSTRAINTPARAMETER = _LibreDWG.DWG_TYPE_BLOCKLINEARCONSTRAINTPARAMETER
373DWG_TYPE_BLOCKLINEARGRIP = _LibreDWG.DWG_TYPE_BLOCKLINEARGRIP
374DWG_TYPE_BLOCKLINEARPARAMETER = _LibreDWG.DWG_TYPE_BLOCKLINEARPARAMETER
375DWG_TYPE_BLOCKLOOKUPACTION = _LibreDWG.DWG_TYPE_BLOCKLOOKUPACTION
376DWG_TYPE_BLOCKLOOKUPGRIP = _LibreDWG.DWG_TYPE_BLOCKLOOKUPGRIP
377DWG_TYPE_BLOCKLOOKUPPARAMETER = _LibreDWG.DWG_TYPE_BLOCKLOOKUPPARAMETER
378DWG_TYPE_BLOCKMOVEACTION = _LibreDWG.DWG_TYPE_BLOCKMOVEACTION
379DWG_TYPE_BLOCKPARAMDEPENDENCYBODY = _LibreDWG.DWG_TYPE_BLOCKPARAMDEPENDENCYBODY
380DWG_TYPE_BLOCKPOINTPARAMETER = _LibreDWG.DWG_TYPE_BLOCKPOINTPARAMETER
381DWG_TYPE_BLOCKPOLARGRIP = _LibreDWG.DWG_TYPE_BLOCKPOLARGRIP
382DWG_TYPE_BLOCKPOLARPARAMETER = _LibreDWG.DWG_TYPE_BLOCKPOLARPARAMETER
383DWG_TYPE_BLOCKPOLARSTRETCHACTION = _LibreDWG.DWG_TYPE_BLOCKPOLARSTRETCHACTION
384DWG_TYPE_BLOCKPROPERTIESTABLE = _LibreDWG.DWG_TYPE_BLOCKPROPERTIESTABLE
385DWG_TYPE_BLOCKPROPERTIESTABLEGRIP = _LibreDWG.DWG_TYPE_BLOCKPROPERTIESTABLEGRIP
386DWG_TYPE_BLOCKRADIALCONSTRAINTPARAMETER = _LibreDWG.DWG_TYPE_BLOCKRADIALCONSTRAINTPARAMETER
387DWG_TYPE_BLOCKREPRESENTATION = _LibreDWG.DWG_TYPE_BLOCKREPRESENTATION
388DWG_TYPE_BLOCKROTATEACTION = _LibreDWG.DWG_TYPE_BLOCKROTATEACTION
389DWG_TYPE_BLOCKROTATIONGRIP = _LibreDWG.DWG_TYPE_BLOCKROTATIONGRIP
390DWG_TYPE_BLOCKROTATIONPARAMETER = _LibreDWG.DWG_TYPE_BLOCKROTATIONPARAMETER
391DWG_TYPE_BLOCKSCALEACTION = _LibreDWG.DWG_TYPE_BLOCKSCALEACTION
392DWG_TYPE_BLOCKSTRETCHACTION = _LibreDWG.DWG_TYPE_BLOCKSTRETCHACTION
393DWG_TYPE_BLOCKUSERPARAMETER = _LibreDWG.DWG_TYPE_BLOCKUSERPARAMETER
394DWG_TYPE_BLOCKVERTICALCONSTRAINTPARAMETER = _LibreDWG.DWG_TYPE_BLOCKVERTICALCONSTRAINTPARAMETER
395DWG_TYPE_BLOCKVISIBILITYGRIP = _LibreDWG.DWG_TYPE_BLOCKVISIBILITYGRIP
396DWG_TYPE_BLOCKVISIBILITYPARAMETER = _LibreDWG.DWG_TYPE_BLOCKVISIBILITYPARAMETER
397DWG_TYPE_BLOCKXYGRIP = _LibreDWG.DWG_TYPE_BLOCKXYGRIP
398DWG_TYPE_BLOCKXYPARAMETER = _LibreDWG.DWG_TYPE_BLOCKXYPARAMETER
399DWG_TYPE_CAMERA = _LibreDWG.DWG_TYPE_CAMERA
400DWG_TYPE_CELLSTYLEMAP = _LibreDWG.DWG_TYPE_CELLSTYLEMAP
401DWG_TYPE_CONTEXTDATAMANAGER = _LibreDWG.DWG_TYPE_CONTEXTDATAMANAGER
402DWG_TYPE_CSACDOCUMENTOPTIONS = _LibreDWG.DWG_TYPE_CSACDOCUMENTOPTIONS
403DWG_TYPE_CURVEPATH = _LibreDWG.DWG_TYPE_CURVEPATH
404DWG_TYPE_DATALINK = _LibreDWG.DWG_TYPE_DATALINK
405DWG_TYPE_DATATABLE = _LibreDWG.DWG_TYPE_DATATABLE
406DWG_TYPE_DBCOLOR = _LibreDWG.DWG_TYPE_DBCOLOR
407DWG_TYPE_DETAILVIEWSTYLE = _LibreDWG.DWG_TYPE_DETAILVIEWSTYLE
408DWG_TYPE_DGNDEFINITION = _LibreDWG.DWG_TYPE_DGNDEFINITION
409DWG_TYPE_DGNUNDERLAY = _LibreDWG.DWG_TYPE_DGNUNDERLAY
410DWG_TYPE_DICTIONARYVAR = _LibreDWG.DWG_TYPE_DICTIONARYVAR
411DWG_TYPE_DICTIONARYWDFLT = _LibreDWG.DWG_TYPE_DICTIONARYWDFLT
412DWG_TYPE_DIMASSOC = _LibreDWG.DWG_TYPE_DIMASSOC
413DWG_TYPE_DMDIMOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_DMDIMOBJECTCONTEXTDATA
414DWG_TYPE_DWFDEFINITION = _LibreDWG.DWG_TYPE_DWFDEFINITION
415DWG_TYPE_DWFUNDERLAY = _LibreDWG.DWG_TYPE_DWFUNDERLAY
416DWG_TYPE_DYNAMICBLOCKPROXYNODE = _LibreDWG.DWG_TYPE_DYNAMICBLOCKPROXYNODE
417DWG_TYPE_DYNAMICBLOCKPURGEPREVENTER = _LibreDWG.DWG_TYPE_DYNAMICBLOCKPURGEPREVENTER
418DWG_TYPE_EVALUATION_GRAPH = _LibreDWG.DWG_TYPE_EVALUATION_GRAPH
419DWG_TYPE_EXTRUDEDSURFACE = _LibreDWG.DWG_TYPE_EXTRUDEDSURFACE
420DWG_TYPE_FCFOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_FCFOBJECTCONTEXTDATA
421DWG_TYPE_FIELD = _LibreDWG.DWG_TYPE_FIELD
422DWG_TYPE_FIELDLIST = _LibreDWG.DWG_TYPE_FIELDLIST
423DWG_TYPE_FLIPPARAMETERENTITY = _LibreDWG.DWG_TYPE_FLIPPARAMETERENTITY
424DWG_TYPE_GEODATA = _LibreDWG.DWG_TYPE_GEODATA
425DWG_TYPE_GEOMAPIMAGE = _LibreDWG.DWG_TYPE_GEOMAPIMAGE
426DWG_TYPE_GEOPOSITIONMARKER = _LibreDWG.DWG_TYPE_GEOPOSITIONMARKER
427DWG_TYPE_GRADIENT_BACKGROUND = _LibreDWG.DWG_TYPE_GRADIENT_BACKGROUND
428DWG_TYPE_GROUND_PLANE_BACKGROUND = _LibreDWG.DWG_TYPE_GROUND_PLANE_BACKGROUND
429DWG_TYPE_HELIX = _LibreDWG.DWG_TYPE_HELIX
430DWG_TYPE_IBL_BACKGROUND = _LibreDWG.DWG_TYPE_IBL_BACKGROUND
431DWG_TYPE_IDBUFFER = _LibreDWG.DWG_TYPE_IDBUFFER
432DWG_TYPE_IMAGE = _LibreDWG.DWG_TYPE_IMAGE
433DWG_TYPE_IMAGEDEF = _LibreDWG.DWG_TYPE_IMAGEDEF
434DWG_TYPE_IMAGEDEF_REACTOR = _LibreDWG.DWG_TYPE_IMAGEDEF_REACTOR
435DWG_TYPE_IMAGE_BACKGROUND = _LibreDWG.DWG_TYPE_IMAGE_BACKGROUND
436DWG_TYPE_INDEX = _LibreDWG.DWG_TYPE_INDEX
437DWG_TYPE_LARGE_RADIAL_DIMENSION = _LibreDWG.DWG_TYPE_LARGE_RADIAL_DIMENSION
438DWG_TYPE_LAYERFILTER = _LibreDWG.DWG_TYPE_LAYERFILTER
439DWG_TYPE_LAYER_INDEX = _LibreDWG.DWG_TYPE_LAYER_INDEX
440DWG_TYPE_LAYOUTPRINTCONFIG = _LibreDWG.DWG_TYPE_LAYOUTPRINTCONFIG
441DWG_TYPE_LEADEROBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_LEADEROBJECTCONTEXTDATA
442DWG_TYPE_LIGHT = _LibreDWG.DWG_TYPE_LIGHT
443DWG_TYPE_LIGHTLIST = _LibreDWG.DWG_TYPE_LIGHTLIST
444DWG_TYPE_LINEARPARAMETERENTITY = _LibreDWG.DWG_TYPE_LINEARPARAMETERENTITY
445DWG_TYPE_LOFTEDSURFACE = _LibreDWG.DWG_TYPE_LOFTEDSURFACE
446DWG_TYPE_MATERIAL = _LibreDWG.DWG_TYPE_MATERIAL
447DWG_TYPE_MENTALRAYRENDERSETTINGS = _LibreDWG.DWG_TYPE_MENTALRAYRENDERSETTINGS
448DWG_TYPE_MESH = _LibreDWG.DWG_TYPE_MESH
449DWG_TYPE_MLEADEROBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_MLEADEROBJECTCONTEXTDATA
450DWG_TYPE_MLEADERSTYLE = _LibreDWG.DWG_TYPE_MLEADERSTYLE
451DWG_TYPE_MOTIONPATH = _LibreDWG.DWG_TYPE_MOTIONPATH
452DWG_TYPE_MPOLYGON = _LibreDWG.DWG_TYPE_MPOLYGON
453DWG_TYPE_MTEXTATTRIBUTEOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_MTEXTATTRIBUTEOBJECTCONTEXTDATA
454DWG_TYPE_MTEXTOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_MTEXTOBJECTCONTEXTDATA
455DWG_TYPE_MULTILEADER = _LibreDWG.DWG_TYPE_MULTILEADER
456DWG_TYPE_NAVISWORKSMODEL = _LibreDWG.DWG_TYPE_NAVISWORKSMODEL
457DWG_TYPE_NAVISWORKSMODELDEF = _LibreDWG.DWG_TYPE_NAVISWORKSMODELDEF
458DWG_TYPE_NPOCOLLECTION = _LibreDWG.DWG_TYPE_NPOCOLLECTION
459DWG_TYPE_NURBSURFACE = _LibreDWG.DWG_TYPE_NURBSURFACE
460DWG_TYPE_OBJECT_PTR = _LibreDWG.DWG_TYPE_OBJECT_PTR
461DWG_TYPE_ORDDIMOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_ORDDIMOBJECTCONTEXTDATA
462DWG_TYPE_PARTIAL_VIEWING_INDEX = _LibreDWG.DWG_TYPE_PARTIAL_VIEWING_INDEX
463DWG_TYPE_PDFDEFINITION = _LibreDWG.DWG_TYPE_PDFDEFINITION
464DWG_TYPE_PDFUNDERLAY = _LibreDWG.DWG_TYPE_PDFUNDERLAY
465DWG_TYPE_PERSUBENTMGR = _LibreDWG.DWG_TYPE_PERSUBENTMGR
466DWG_TYPE_PLANESURFACE = _LibreDWG.DWG_TYPE_PLANESURFACE
467DWG_TYPE_PLOTSETTINGS = _LibreDWG.DWG_TYPE_PLOTSETTINGS
468DWG_TYPE_POINTCLOUD = _LibreDWG.DWG_TYPE_POINTCLOUD
469DWG_TYPE_POINTCLOUDCOLORMAP = _LibreDWG.DWG_TYPE_POINTCLOUDCOLORMAP
470DWG_TYPE_POINTCLOUDDEF = _LibreDWG.DWG_TYPE_POINTCLOUDDEF
471DWG_TYPE_POINTCLOUDDEFEX = _LibreDWG.DWG_TYPE_POINTCLOUDDEFEX
472DWG_TYPE_POINTCLOUDDEF_REACTOR = _LibreDWG.DWG_TYPE_POINTCLOUDDEF_REACTOR
473DWG_TYPE_POINTCLOUDDEF_REACTOR_EX = _LibreDWG.DWG_TYPE_POINTCLOUDDEF_REACTOR_EX
474DWG_TYPE_POINTCLOUDEX = _LibreDWG.DWG_TYPE_POINTCLOUDEX
475DWG_TYPE_POINTPARAMETERENTITY = _LibreDWG.DWG_TYPE_POINTPARAMETERENTITY
476DWG_TYPE_POINTPATH = _LibreDWG.DWG_TYPE_POINTPATH
477DWG_TYPE_POLARGRIPENTITY = _LibreDWG.DWG_TYPE_POLARGRIPENTITY
478DWG_TYPE_RADIMLGOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_RADIMLGOBJECTCONTEXTDATA
479DWG_TYPE_RADIMOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_RADIMOBJECTCONTEXTDATA
480DWG_TYPE_RAPIDRTRENDERSETTINGS = _LibreDWG.DWG_TYPE_RAPIDRTRENDERSETTINGS
481DWG_TYPE_RASTERVARIABLES = _LibreDWG.DWG_TYPE_RASTERVARIABLES
482DWG_TYPE_RENDERENTRY = _LibreDWG.DWG_TYPE_RENDERENTRY
483DWG_TYPE_RENDERENVIRONMENT = _LibreDWG.DWG_TYPE_RENDERENVIRONMENT
484DWG_TYPE_RENDERGLOBAL = _LibreDWG.DWG_TYPE_RENDERGLOBAL
485DWG_TYPE_RENDERSETTINGS = _LibreDWG.DWG_TYPE_RENDERSETTINGS
486DWG_TYPE_REVOLVEDSURFACE = _LibreDWG.DWG_TYPE_REVOLVEDSURFACE
487DWG_TYPE_ROTATIONPARAMETERENTITY = _LibreDWG.DWG_TYPE_ROTATIONPARAMETERENTITY
488DWG_TYPE_RTEXT = _LibreDWG.DWG_TYPE_RTEXT
489DWG_TYPE_SCALE = _LibreDWG.DWG_TYPE_SCALE
490DWG_TYPE_SECTIONOBJECT = _LibreDWG.DWG_TYPE_SECTIONOBJECT
491DWG_TYPE_SECTIONVIEWSTYLE = _LibreDWG.DWG_TYPE_SECTIONVIEWSTYLE
492DWG_TYPE_SECTION_MANAGER = _LibreDWG.DWG_TYPE_SECTION_MANAGER
493DWG_TYPE_SECTION_SETTINGS = _LibreDWG.DWG_TYPE_SECTION_SETTINGS
494DWG_TYPE_SKYLIGHT_BACKGROUND = _LibreDWG.DWG_TYPE_SKYLIGHT_BACKGROUND
495DWG_TYPE_SOLID_BACKGROUND = _LibreDWG.DWG_TYPE_SOLID_BACKGROUND
496DWG_TYPE_SORTENTSTABLE = _LibreDWG.DWG_TYPE_SORTENTSTABLE
497DWG_TYPE_SPATIAL_FILTER = _LibreDWG.DWG_TYPE_SPATIAL_FILTER
498DWG_TYPE_SPATIAL_INDEX = _LibreDWG.DWG_TYPE_SPATIAL_INDEX
499DWG_TYPE_SUN = _LibreDWG.DWG_TYPE_SUN
500DWG_TYPE_SUNSTUDY = _LibreDWG.DWG_TYPE_SUNSTUDY
501DWG_TYPE_SWEPTSURFACE = _LibreDWG.DWG_TYPE_SWEPTSURFACE
502DWG_TYPE_TABLE = _LibreDWG.DWG_TYPE_TABLE
503DWG_TYPE_TABLECONTENT = _LibreDWG.DWG_TYPE_TABLECONTENT
504DWG_TYPE_TABLEGEOMETRY = _LibreDWG.DWG_TYPE_TABLEGEOMETRY
505DWG_TYPE_TABLESTYLE = _LibreDWG.DWG_TYPE_TABLESTYLE
506DWG_TYPE_TEXTOBJECTCONTEXTDATA = _LibreDWG.DWG_TYPE_TEXTOBJECTCONTEXTDATA
507DWG_TYPE_TVDEVICEPROPERTIES = _LibreDWG.DWG_TYPE_TVDEVICEPROPERTIES
508DWG_TYPE_VISIBILITYGRIPENTITY = _LibreDWG.DWG_TYPE_VISIBILITYGRIPENTITY
509DWG_TYPE_VISIBILITYPARAMETERENTITY = _LibreDWG.DWG_TYPE_VISIBILITYPARAMETERENTITY
510DWG_TYPE_VISUALSTYLE = _LibreDWG.DWG_TYPE_VISUALSTYLE
511DWG_TYPE_WIPEOUT = _LibreDWG.DWG_TYPE_WIPEOUT
512DWG_TYPE_WIPEOUTVARIABLES = _LibreDWG.DWG_TYPE_WIPEOUTVARIABLES
513DWG_TYPE_XREFPANELOBJECT = _LibreDWG.DWG_TYPE_XREFPANELOBJECT
514DWG_TYPE_XYPARAMETERENTITY = _LibreDWG.DWG_TYPE_XYPARAMETERENTITY
515DWG_TYPE_FREED = _LibreDWG.DWG_TYPE_FREED
516DWG_TYPE_UNKNOWN_ENT = _LibreDWG.DWG_TYPE_UNKNOWN_ENT
517DWG_TYPE_UNKNOWN_OBJ = _LibreDWG.DWG_TYPE_UNKNOWN_OBJ
518DWG_NOERR = _LibreDWG.DWG_NOERR
519DWG_ERR_WRONGCRC = _LibreDWG.DWG_ERR_WRONGCRC
520DWG_ERR_NOTYETSUPPORTED = _LibreDWG.DWG_ERR_NOTYETSUPPORTED
521DWG_ERR_UNHANDLEDCLASS = _LibreDWG.DWG_ERR_UNHANDLEDCLASS
522DWG_ERR_INVALIDTYPE = _LibreDWG.DWG_ERR_INVALIDTYPE
523DWG_ERR_INVALIDHANDLE = _LibreDWG.DWG_ERR_INVALIDHANDLE
524DWG_ERR_INVALIDEED = _LibreDWG.DWG_ERR_INVALIDEED
525DWG_ERR_VALUEOUTOFBOUNDS = _LibreDWG.DWG_ERR_VALUEOUTOFBOUNDS
526DWG_ERR_CLASSESNOTFOUND = _LibreDWG.DWG_ERR_CLASSESNOTFOUND
527DWG_ERR_SECTIONNOTFOUND = _LibreDWG.DWG_ERR_SECTIONNOTFOUND
528DWG_ERR_PAGENOTFOUND = _LibreDWG.DWG_ERR_PAGENOTFOUND
529DWG_ERR_INTERNALERROR = _LibreDWG.DWG_ERR_INTERNALERROR
530DWG_ERR_INVALIDDWG = _LibreDWG.DWG_ERR_INVALIDDWG
531DWG_ERR_IOERROR = _LibreDWG.DWG_ERR_IOERROR
532DWG_ERR_OUTOFMEM = _LibreDWG.DWG_ERR_OUTOFMEM
533class Dwg_Handle(object):
534    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
535    __repr__ = _swig_repr
536    code = property(_LibreDWG.Dwg_Handle_code_get, _LibreDWG.Dwg_Handle_code_set)
537    size = property(_LibreDWG.Dwg_Handle_size_get, _LibreDWG.Dwg_Handle_size_set)
538    value = property(_LibreDWG.Dwg_Handle_value_get, _LibreDWG.Dwg_Handle_value_set)
539    is_global = property(_LibreDWG.Dwg_Handle_is_global_get, _LibreDWG.Dwg_Handle_is_global_set)
540
541    def __init__(self):
542        _LibreDWG.Dwg_Handle_swiginit(self, _LibreDWG.new_Dwg_Handle())
543    __swig_destroy__ = _LibreDWG.delete_Dwg_Handle
544
545# Register Dwg_Handle in _LibreDWG:
546_LibreDWG.Dwg_Handle_swigregister(Dwg_Handle)
547
548FORMAT_H = _LibreDWG.FORMAT_H
549FORMAT_REF = _LibreDWG.FORMAT_REF
550class Dwg_Object_Ref(object):
551    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
552    __repr__ = _swig_repr
553    obj = property(_LibreDWG.Dwg_Object_Ref_obj_get, _LibreDWG.Dwg_Object_Ref_obj_set)
554    handleref = property(_LibreDWG.Dwg_Object_Ref_handleref_get, _LibreDWG.Dwg_Object_Ref_handleref_set)
555    absolute_ref = property(_LibreDWG.Dwg_Object_Ref_absolute_ref_get, _LibreDWG.Dwg_Object_Ref_absolute_ref_set)
556
557    def __init__(self):
558        _LibreDWG.Dwg_Object_Ref_swiginit(self, _LibreDWG.new_Dwg_Object_Ref())
559    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_Ref
560
561# Register Dwg_Object_Ref in _LibreDWG:
562_LibreDWG.Dwg_Object_Ref_swigregister(Dwg_Object_Ref)
563
564DWG_HDL_OWNER = _LibreDWG.DWG_HDL_OWNER
565DWG_HDL_SOFTOWN = _LibreDWG.DWG_HDL_SOFTOWN
566DWG_HDL_HARDOWN = _LibreDWG.DWG_HDL_HARDOWN
567DWG_HDL_SOFTPTR = _LibreDWG.DWG_HDL_SOFTPTR
568DWG_HDL_HARDPTR = _LibreDWG.DWG_HDL_HARDPTR
569class Dwg_Color(object):
570    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
571    __repr__ = _swig_repr
572    index = property(_LibreDWG.Dwg_Color_index_get, _LibreDWG.Dwg_Color_index_set)
573    flag = property(_LibreDWG.Dwg_Color_flag_get, _LibreDWG.Dwg_Color_flag_set)
574    raw = property(_LibreDWG.Dwg_Color_raw_get, _LibreDWG.Dwg_Color_raw_set)
575    rgb = property(_LibreDWG.Dwg_Color_rgb_get, _LibreDWG.Dwg_Color_rgb_set)
576    method = property(_LibreDWG.Dwg_Color_method_get, _LibreDWG.Dwg_Color_method_set)
577    name = property(_LibreDWG.Dwg_Color_name_get, _LibreDWG.Dwg_Color_name_set)
578    book_name = property(_LibreDWG.Dwg_Color_book_name_get, _LibreDWG.Dwg_Color_book_name_set)
579    handle = property(_LibreDWG.Dwg_Color_handle_get, _LibreDWG.Dwg_Color_handle_set)
580    alpha_type = property(_LibreDWG.Dwg_Color_alpha_type_get, _LibreDWG.Dwg_Color_alpha_type_set)
581    alpha = property(_LibreDWG.Dwg_Color_alpha_get, _LibreDWG.Dwg_Color_alpha_set)
582
583    def __init__(self):
584        _LibreDWG.Dwg_Color_swiginit(self, _LibreDWG.new_Dwg_Color())
585    __swig_destroy__ = _LibreDWG.delete_Dwg_Color
586
587# Register Dwg_Color in _LibreDWG:
588_LibreDWG.Dwg_Color_swigregister(Dwg_Color)
589
590
591def dwg_color_method_name(method):
592    return _LibreDWG.dwg_color_method_name(method)
593class _dwg_binary_chunk(object):
594    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
595    __repr__ = _swig_repr
596    size = property(_LibreDWG._dwg_binary_chunk_size_get, _LibreDWG._dwg_binary_chunk_size_set)
597    codepage = property(_LibreDWG._dwg_binary_chunk_codepage_get, _LibreDWG._dwg_binary_chunk_codepage_set)
598    is_tu = property(_LibreDWG._dwg_binary_chunk_is_tu_get, _LibreDWG._dwg_binary_chunk_is_tu_set)
599    u = property(_LibreDWG._dwg_binary_chunk_u_get)
600
601    def __init__(self):
602        _LibreDWG._dwg_binary_chunk_swiginit(self, _LibreDWG.new__dwg_binary_chunk())
603    __swig_destroy__ = _LibreDWG.delete__dwg_binary_chunk
604
605# Register _dwg_binary_chunk in _LibreDWG:
606_LibreDWG._dwg_binary_chunk_swigregister(_dwg_binary_chunk)
607
608class _dwg_binary_chunk_u(object):
609    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
610    __repr__ = _swig_repr
611    data = property(_LibreDWG._dwg_binary_chunk_u_data_get, _LibreDWG._dwg_binary_chunk_u_data_set)
612    wdata = property(_LibreDWG._dwg_binary_chunk_u_wdata_get, _LibreDWG._dwg_binary_chunk_u_wdata_set)
613
614    def __init__(self):
615        _LibreDWG._dwg_binary_chunk_u_swiginit(self, _LibreDWG.new__dwg_binary_chunk_u())
616    __swig_destroy__ = _LibreDWG.delete__dwg_binary_chunk_u
617
618# Register _dwg_binary_chunk_u in _LibreDWG:
619_LibreDWG._dwg_binary_chunk_u_swigregister(_dwg_binary_chunk_u)
620
621class Dwg_Resbuf(object):
622    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
623    __repr__ = _swig_repr
624    type = property(_LibreDWG.Dwg_Resbuf_type_get, _LibreDWG.Dwg_Resbuf_type_set)
625    value = property(_LibreDWG.Dwg_Resbuf_value_get)
626    nextrb = property(_LibreDWG.Dwg_Resbuf_nextrb_get, _LibreDWG.Dwg_Resbuf_nextrb_set)
627
628    def __init__(self):
629        _LibreDWG.Dwg_Resbuf_swiginit(self, _LibreDWG.new_Dwg_Resbuf())
630    __swig_destroy__ = _LibreDWG.delete_Dwg_Resbuf
631
632# Register Dwg_Resbuf in _LibreDWG:
633_LibreDWG.Dwg_Resbuf_swigregister(Dwg_Resbuf)
634
635class _dwg_resbuf_value(object):
636    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
637    __repr__ = _swig_repr
638    pt = property(_LibreDWG._dwg_resbuf_value_pt_get, _LibreDWG._dwg_resbuf_value_pt_set)
639    i8 = property(_LibreDWG._dwg_resbuf_value_i8_get, _LibreDWG._dwg_resbuf_value_i8_set)
640    i16 = property(_LibreDWG._dwg_resbuf_value_i16_get, _LibreDWG._dwg_resbuf_value_i16_set)
641    i32 = property(_LibreDWG._dwg_resbuf_value_i32_get, _LibreDWG._dwg_resbuf_value_i32_set)
642    i64 = property(_LibreDWG._dwg_resbuf_value_i64_get, _LibreDWG._dwg_resbuf_value_i64_set)
643    dbl = property(_LibreDWG._dwg_resbuf_value_dbl_get, _LibreDWG._dwg_resbuf_value_dbl_set)
644    hdl = property(_LibreDWG._dwg_resbuf_value_hdl_get, _LibreDWG._dwg_resbuf_value_hdl_set)
645    h = property(_LibreDWG._dwg_resbuf_value_h_get, _LibreDWG._dwg_resbuf_value_h_set)
646    str = property(_LibreDWG._dwg_resbuf_value_str_get, _LibreDWG._dwg_resbuf_value_str_set)
647
648    def __init__(self):
649        _LibreDWG._dwg_resbuf_value_swiginit(self, _LibreDWG.new__dwg_resbuf_value())
650    __swig_destroy__ = _LibreDWG.delete__dwg_resbuf_value
651
652# Register _dwg_resbuf_value in _LibreDWG:
653_LibreDWG._dwg_resbuf_value_swigregister(_dwg_resbuf_value)
654
655class Dwg_Header_Variables(object):
656    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
657    __repr__ = _swig_repr
658    size = property(_LibreDWG.Dwg_Header_Variables_size_get, _LibreDWG.Dwg_Header_Variables_size_set)
659    bitsize_hi = property(_LibreDWG.Dwg_Header_Variables_bitsize_hi_get, _LibreDWG.Dwg_Header_Variables_bitsize_hi_set)
660    bitsize = property(_LibreDWG.Dwg_Header_Variables_bitsize_get, _LibreDWG.Dwg_Header_Variables_bitsize_set)
661    ACADMAINTVER = property(_LibreDWG.Dwg_Header_Variables_ACADMAINTVER_get, _LibreDWG.Dwg_Header_Variables_ACADMAINTVER_set)
662    REQUIREDVERSIONS = property(_LibreDWG.Dwg_Header_Variables_REQUIREDVERSIONS_get, _LibreDWG.Dwg_Header_Variables_REQUIREDVERSIONS_set)
663    DWGCODEPAGE = property(_LibreDWG.Dwg_Header_Variables_DWGCODEPAGE_get, _LibreDWG.Dwg_Header_Variables_DWGCODEPAGE_set)
664    unknown_0 = property(_LibreDWG.Dwg_Header_Variables_unknown_0_get, _LibreDWG.Dwg_Header_Variables_unknown_0_set)
665    unknown_1 = property(_LibreDWG.Dwg_Header_Variables_unknown_1_get, _LibreDWG.Dwg_Header_Variables_unknown_1_set)
666    unknown_2 = property(_LibreDWG.Dwg_Header_Variables_unknown_2_get, _LibreDWG.Dwg_Header_Variables_unknown_2_set)
667    unknown_3 = property(_LibreDWG.Dwg_Header_Variables_unknown_3_get, _LibreDWG.Dwg_Header_Variables_unknown_3_set)
668    unknown_text1 = property(_LibreDWG.Dwg_Header_Variables_unknown_text1_get, _LibreDWG.Dwg_Header_Variables_unknown_text1_set)
669    unknown_text2 = property(_LibreDWG.Dwg_Header_Variables_unknown_text2_get, _LibreDWG.Dwg_Header_Variables_unknown_text2_set)
670    unknown_text3 = property(_LibreDWG.Dwg_Header_Variables_unknown_text3_get, _LibreDWG.Dwg_Header_Variables_unknown_text3_set)
671    unknown_text4 = property(_LibreDWG.Dwg_Header_Variables_unknown_text4_get, _LibreDWG.Dwg_Header_Variables_unknown_text4_set)
672    unknown_8 = property(_LibreDWG.Dwg_Header_Variables_unknown_8_get, _LibreDWG.Dwg_Header_Variables_unknown_8_set)
673    unknown_9 = property(_LibreDWG.Dwg_Header_Variables_unknown_9_get, _LibreDWG.Dwg_Header_Variables_unknown_9_set)
674    unknown_10 = property(_LibreDWG.Dwg_Header_Variables_unknown_10_get, _LibreDWG.Dwg_Header_Variables_unknown_10_set)
675    VX_TABLE_RECORD = property(_LibreDWG.Dwg_Header_Variables_VX_TABLE_RECORD_get, _LibreDWG.Dwg_Header_Variables_VX_TABLE_RECORD_set)
676    DIMASO = property(_LibreDWG.Dwg_Header_Variables_DIMASO_get, _LibreDWG.Dwg_Header_Variables_DIMASO_set)
677    DIMSHO = property(_LibreDWG.Dwg_Header_Variables_DIMSHO_get, _LibreDWG.Dwg_Header_Variables_DIMSHO_set)
678    DIMSAV = property(_LibreDWG.Dwg_Header_Variables_DIMSAV_get, _LibreDWG.Dwg_Header_Variables_DIMSAV_set)
679    PLINEGEN = property(_LibreDWG.Dwg_Header_Variables_PLINEGEN_get, _LibreDWG.Dwg_Header_Variables_PLINEGEN_set)
680    ORTHOMODE = property(_LibreDWG.Dwg_Header_Variables_ORTHOMODE_get, _LibreDWG.Dwg_Header_Variables_ORTHOMODE_set)
681    REGENMODE = property(_LibreDWG.Dwg_Header_Variables_REGENMODE_get, _LibreDWG.Dwg_Header_Variables_REGENMODE_set)
682    FILLMODE = property(_LibreDWG.Dwg_Header_Variables_FILLMODE_get, _LibreDWG.Dwg_Header_Variables_FILLMODE_set)
683    QTEXTMODE = property(_LibreDWG.Dwg_Header_Variables_QTEXTMODE_get, _LibreDWG.Dwg_Header_Variables_QTEXTMODE_set)
684    PSLTSCALE = property(_LibreDWG.Dwg_Header_Variables_PSLTSCALE_get, _LibreDWG.Dwg_Header_Variables_PSLTSCALE_set)
685    LIMCHECK = property(_LibreDWG.Dwg_Header_Variables_LIMCHECK_get, _LibreDWG.Dwg_Header_Variables_LIMCHECK_set)
686    BLIPMODE = property(_LibreDWG.Dwg_Header_Variables_BLIPMODE_get, _LibreDWG.Dwg_Header_Variables_BLIPMODE_set)
687    unknown_11 = property(_LibreDWG.Dwg_Header_Variables_unknown_11_get, _LibreDWG.Dwg_Header_Variables_unknown_11_set)
688    USRTIMER = property(_LibreDWG.Dwg_Header_Variables_USRTIMER_get, _LibreDWG.Dwg_Header_Variables_USRTIMER_set)
689    SKPOLY = property(_LibreDWG.Dwg_Header_Variables_SKPOLY_get, _LibreDWG.Dwg_Header_Variables_SKPOLY_set)
690    ANGDIR = property(_LibreDWG.Dwg_Header_Variables_ANGDIR_get, _LibreDWG.Dwg_Header_Variables_ANGDIR_set)
691    SPLFRAME = property(_LibreDWG.Dwg_Header_Variables_SPLFRAME_get, _LibreDWG.Dwg_Header_Variables_SPLFRAME_set)
692    ATTREQ = property(_LibreDWG.Dwg_Header_Variables_ATTREQ_get, _LibreDWG.Dwg_Header_Variables_ATTREQ_set)
693    ATTDIA = property(_LibreDWG.Dwg_Header_Variables_ATTDIA_get, _LibreDWG.Dwg_Header_Variables_ATTDIA_set)
694    MIRRTEXT = property(_LibreDWG.Dwg_Header_Variables_MIRRTEXT_get, _LibreDWG.Dwg_Header_Variables_MIRRTEXT_set)
695    WORLDVIEW = property(_LibreDWG.Dwg_Header_Variables_WORLDVIEW_get, _LibreDWG.Dwg_Header_Variables_WORLDVIEW_set)
696    WIREFRAME = property(_LibreDWG.Dwg_Header_Variables_WIREFRAME_get, _LibreDWG.Dwg_Header_Variables_WIREFRAME_set)
697    TILEMODE = property(_LibreDWG.Dwg_Header_Variables_TILEMODE_get, _LibreDWG.Dwg_Header_Variables_TILEMODE_set)
698    PLIMCHECK = property(_LibreDWG.Dwg_Header_Variables_PLIMCHECK_get, _LibreDWG.Dwg_Header_Variables_PLIMCHECK_set)
699    VISRETAIN = property(_LibreDWG.Dwg_Header_Variables_VISRETAIN_get, _LibreDWG.Dwg_Header_Variables_VISRETAIN_set)
700    DELOBJ = property(_LibreDWG.Dwg_Header_Variables_DELOBJ_get, _LibreDWG.Dwg_Header_Variables_DELOBJ_set)
701    DISPSILH = property(_LibreDWG.Dwg_Header_Variables_DISPSILH_get, _LibreDWG.Dwg_Header_Variables_DISPSILH_set)
702    PELLIPSE = property(_LibreDWG.Dwg_Header_Variables_PELLIPSE_get, _LibreDWG.Dwg_Header_Variables_PELLIPSE_set)
703    SAVEIMAGES = property(_LibreDWG.Dwg_Header_Variables_SAVEIMAGES_get, _LibreDWG.Dwg_Header_Variables_SAVEIMAGES_set)
704    PROXYGRAPHICS = property(_LibreDWG.Dwg_Header_Variables_PROXYGRAPHICS_get, _LibreDWG.Dwg_Header_Variables_PROXYGRAPHICS_set)
705    MEASUREMENT = property(_LibreDWG.Dwg_Header_Variables_MEASUREMENT_get, _LibreDWG.Dwg_Header_Variables_MEASUREMENT_set)
706    DRAGMODE = property(_LibreDWG.Dwg_Header_Variables_DRAGMODE_get, _LibreDWG.Dwg_Header_Variables_DRAGMODE_set)
707    TREEDEPTH = property(_LibreDWG.Dwg_Header_Variables_TREEDEPTH_get, _LibreDWG.Dwg_Header_Variables_TREEDEPTH_set)
708    LUNITS = property(_LibreDWG.Dwg_Header_Variables_LUNITS_get, _LibreDWG.Dwg_Header_Variables_LUNITS_set)
709    LUPREC = property(_LibreDWG.Dwg_Header_Variables_LUPREC_get, _LibreDWG.Dwg_Header_Variables_LUPREC_set)
710    AUNITS = property(_LibreDWG.Dwg_Header_Variables_AUNITS_get, _LibreDWG.Dwg_Header_Variables_AUNITS_set)
711    AUPREC = property(_LibreDWG.Dwg_Header_Variables_AUPREC_get, _LibreDWG.Dwg_Header_Variables_AUPREC_set)
712    OSMODE = property(_LibreDWG.Dwg_Header_Variables_OSMODE_get, _LibreDWG.Dwg_Header_Variables_OSMODE_set)
713    ATTMODE = property(_LibreDWG.Dwg_Header_Variables_ATTMODE_get, _LibreDWG.Dwg_Header_Variables_ATTMODE_set)
714    COORDS = property(_LibreDWG.Dwg_Header_Variables_COORDS_get, _LibreDWG.Dwg_Header_Variables_COORDS_set)
715    PDMODE = property(_LibreDWG.Dwg_Header_Variables_PDMODE_get, _LibreDWG.Dwg_Header_Variables_PDMODE_set)
716    PICKSTYLE = property(_LibreDWG.Dwg_Header_Variables_PICKSTYLE_get, _LibreDWG.Dwg_Header_Variables_PICKSTYLE_set)
717    unknown_12 = property(_LibreDWG.Dwg_Header_Variables_unknown_12_get, _LibreDWG.Dwg_Header_Variables_unknown_12_set)
718    unknown_13 = property(_LibreDWG.Dwg_Header_Variables_unknown_13_get, _LibreDWG.Dwg_Header_Variables_unknown_13_set)
719    unknown_14 = property(_LibreDWG.Dwg_Header_Variables_unknown_14_get, _LibreDWG.Dwg_Header_Variables_unknown_14_set)
720    USERI1 = property(_LibreDWG.Dwg_Header_Variables_USERI1_get, _LibreDWG.Dwg_Header_Variables_USERI1_set)
721    USERI2 = property(_LibreDWG.Dwg_Header_Variables_USERI2_get, _LibreDWG.Dwg_Header_Variables_USERI2_set)
722    USERI3 = property(_LibreDWG.Dwg_Header_Variables_USERI3_get, _LibreDWG.Dwg_Header_Variables_USERI3_set)
723    USERI4 = property(_LibreDWG.Dwg_Header_Variables_USERI4_get, _LibreDWG.Dwg_Header_Variables_USERI4_set)
724    USERI5 = property(_LibreDWG.Dwg_Header_Variables_USERI5_get, _LibreDWG.Dwg_Header_Variables_USERI5_set)
725    SPLINESEGS = property(_LibreDWG.Dwg_Header_Variables_SPLINESEGS_get, _LibreDWG.Dwg_Header_Variables_SPLINESEGS_set)
726    SURFU = property(_LibreDWG.Dwg_Header_Variables_SURFU_get, _LibreDWG.Dwg_Header_Variables_SURFU_set)
727    SURFV = property(_LibreDWG.Dwg_Header_Variables_SURFV_get, _LibreDWG.Dwg_Header_Variables_SURFV_set)
728    SURFTYPE = property(_LibreDWG.Dwg_Header_Variables_SURFTYPE_get, _LibreDWG.Dwg_Header_Variables_SURFTYPE_set)
729    SURFTAB1 = property(_LibreDWG.Dwg_Header_Variables_SURFTAB1_get, _LibreDWG.Dwg_Header_Variables_SURFTAB1_set)
730    SURFTAB2 = property(_LibreDWG.Dwg_Header_Variables_SURFTAB2_get, _LibreDWG.Dwg_Header_Variables_SURFTAB2_set)
731    SPLINETYPE = property(_LibreDWG.Dwg_Header_Variables_SPLINETYPE_get, _LibreDWG.Dwg_Header_Variables_SPLINETYPE_set)
732    SHADEDGE = property(_LibreDWG.Dwg_Header_Variables_SHADEDGE_get, _LibreDWG.Dwg_Header_Variables_SHADEDGE_set)
733    SHADEDIF = property(_LibreDWG.Dwg_Header_Variables_SHADEDIF_get, _LibreDWG.Dwg_Header_Variables_SHADEDIF_set)
734    UNITMODE = property(_LibreDWG.Dwg_Header_Variables_UNITMODE_get, _LibreDWG.Dwg_Header_Variables_UNITMODE_set)
735    MAXACTVP = property(_LibreDWG.Dwg_Header_Variables_MAXACTVP_get, _LibreDWG.Dwg_Header_Variables_MAXACTVP_set)
736    ISOLINES = property(_LibreDWG.Dwg_Header_Variables_ISOLINES_get, _LibreDWG.Dwg_Header_Variables_ISOLINES_set)
737    CMLJUST = property(_LibreDWG.Dwg_Header_Variables_CMLJUST_get, _LibreDWG.Dwg_Header_Variables_CMLJUST_set)
738    TEXTQLTY = property(_LibreDWG.Dwg_Header_Variables_TEXTQLTY_get, _LibreDWG.Dwg_Header_Variables_TEXTQLTY_set)
739    unknown_14b = property(_LibreDWG.Dwg_Header_Variables_unknown_14b_get, _LibreDWG.Dwg_Header_Variables_unknown_14b_set)
740    LTSCALE = property(_LibreDWG.Dwg_Header_Variables_LTSCALE_get, _LibreDWG.Dwg_Header_Variables_LTSCALE_set)
741    TEXTSIZE = property(_LibreDWG.Dwg_Header_Variables_TEXTSIZE_get, _LibreDWG.Dwg_Header_Variables_TEXTSIZE_set)
742    TRACEWID = property(_LibreDWG.Dwg_Header_Variables_TRACEWID_get, _LibreDWG.Dwg_Header_Variables_TRACEWID_set)
743    SKETCHINC = property(_LibreDWG.Dwg_Header_Variables_SKETCHINC_get, _LibreDWG.Dwg_Header_Variables_SKETCHINC_set)
744    FILLETRAD = property(_LibreDWG.Dwg_Header_Variables_FILLETRAD_get, _LibreDWG.Dwg_Header_Variables_FILLETRAD_set)
745    THICKNESS = property(_LibreDWG.Dwg_Header_Variables_THICKNESS_get, _LibreDWG.Dwg_Header_Variables_THICKNESS_set)
746    ANGBASE = property(_LibreDWG.Dwg_Header_Variables_ANGBASE_get, _LibreDWG.Dwg_Header_Variables_ANGBASE_set)
747    PDSIZE = property(_LibreDWG.Dwg_Header_Variables_PDSIZE_get, _LibreDWG.Dwg_Header_Variables_PDSIZE_set)
748    PLINEWID = property(_LibreDWG.Dwg_Header_Variables_PLINEWID_get, _LibreDWG.Dwg_Header_Variables_PLINEWID_set)
749    USERR1 = property(_LibreDWG.Dwg_Header_Variables_USERR1_get, _LibreDWG.Dwg_Header_Variables_USERR1_set)
750    USERR2 = property(_LibreDWG.Dwg_Header_Variables_USERR2_get, _LibreDWG.Dwg_Header_Variables_USERR2_set)
751    USERR3 = property(_LibreDWG.Dwg_Header_Variables_USERR3_get, _LibreDWG.Dwg_Header_Variables_USERR3_set)
752    USERR4 = property(_LibreDWG.Dwg_Header_Variables_USERR4_get, _LibreDWG.Dwg_Header_Variables_USERR4_set)
753    USERR5 = property(_LibreDWG.Dwg_Header_Variables_USERR5_get, _LibreDWG.Dwg_Header_Variables_USERR5_set)
754    CHAMFERA = property(_LibreDWG.Dwg_Header_Variables_CHAMFERA_get, _LibreDWG.Dwg_Header_Variables_CHAMFERA_set)
755    CHAMFERB = property(_LibreDWG.Dwg_Header_Variables_CHAMFERB_get, _LibreDWG.Dwg_Header_Variables_CHAMFERB_set)
756    CHAMFERC = property(_LibreDWG.Dwg_Header_Variables_CHAMFERC_get, _LibreDWG.Dwg_Header_Variables_CHAMFERC_set)
757    CHAMFERD = property(_LibreDWG.Dwg_Header_Variables_CHAMFERD_get, _LibreDWG.Dwg_Header_Variables_CHAMFERD_set)
758    FACETRES = property(_LibreDWG.Dwg_Header_Variables_FACETRES_get, _LibreDWG.Dwg_Header_Variables_FACETRES_set)
759    CMLSCALE = property(_LibreDWG.Dwg_Header_Variables_CMLSCALE_get, _LibreDWG.Dwg_Header_Variables_CMLSCALE_set)
760    CELTSCALE = property(_LibreDWG.Dwg_Header_Variables_CELTSCALE_get, _LibreDWG.Dwg_Header_Variables_CELTSCALE_set)
761    MENU = property(_LibreDWG.Dwg_Header_Variables_MENU_get, _LibreDWG.Dwg_Header_Variables_MENU_set)
762    TDCREATE = property(_LibreDWG.Dwg_Header_Variables_TDCREATE_get, _LibreDWG.Dwg_Header_Variables_TDCREATE_set)
763    TDUPDATE = property(_LibreDWG.Dwg_Header_Variables_TDUPDATE_get, _LibreDWG.Dwg_Header_Variables_TDUPDATE_set)
764    TDUCREATE = property(_LibreDWG.Dwg_Header_Variables_TDUCREATE_get, _LibreDWG.Dwg_Header_Variables_TDUCREATE_set)
765    TDUUPDATE = property(_LibreDWG.Dwg_Header_Variables_TDUUPDATE_get, _LibreDWG.Dwg_Header_Variables_TDUUPDATE_set)
766    unknown_15 = property(_LibreDWG.Dwg_Header_Variables_unknown_15_get, _LibreDWG.Dwg_Header_Variables_unknown_15_set)
767    unknown_16 = property(_LibreDWG.Dwg_Header_Variables_unknown_16_get, _LibreDWG.Dwg_Header_Variables_unknown_16_set)
768    unknown_17 = property(_LibreDWG.Dwg_Header_Variables_unknown_17_get, _LibreDWG.Dwg_Header_Variables_unknown_17_set)
769    TDINDWG = property(_LibreDWG.Dwg_Header_Variables_TDINDWG_get, _LibreDWG.Dwg_Header_Variables_TDINDWG_set)
770    TDUSRTIMER = property(_LibreDWG.Dwg_Header_Variables_TDUSRTIMER_get, _LibreDWG.Dwg_Header_Variables_TDUSRTIMER_set)
771    CECOLOR = property(_LibreDWG.Dwg_Header_Variables_CECOLOR_get, _LibreDWG.Dwg_Header_Variables_CECOLOR_set)
772    HANDLING = property(_LibreDWG.Dwg_Header_Variables_HANDLING_get, _LibreDWG.Dwg_Header_Variables_HANDLING_set)
773    HANDSEED = property(_LibreDWG.Dwg_Header_Variables_HANDSEED_get, _LibreDWG.Dwg_Header_Variables_HANDSEED_set)
774    CLAYER = property(_LibreDWG.Dwg_Header_Variables_CLAYER_get, _LibreDWG.Dwg_Header_Variables_CLAYER_set)
775    TEXTSTYLE = property(_LibreDWG.Dwg_Header_Variables_TEXTSTYLE_get, _LibreDWG.Dwg_Header_Variables_TEXTSTYLE_set)
776    CELTYPE = property(_LibreDWG.Dwg_Header_Variables_CELTYPE_get, _LibreDWG.Dwg_Header_Variables_CELTYPE_set)
777    CMATERIAL = property(_LibreDWG.Dwg_Header_Variables_CMATERIAL_get, _LibreDWG.Dwg_Header_Variables_CMATERIAL_set)
778    DIMSTYLE = property(_LibreDWG.Dwg_Header_Variables_DIMSTYLE_get, _LibreDWG.Dwg_Header_Variables_DIMSTYLE_set)
779    CMLSTYLE = property(_LibreDWG.Dwg_Header_Variables_CMLSTYLE_get, _LibreDWG.Dwg_Header_Variables_CMLSTYLE_set)
780    PSVPSCALE = property(_LibreDWG.Dwg_Header_Variables_PSVPSCALE_get, _LibreDWG.Dwg_Header_Variables_PSVPSCALE_set)
781    PINSBASE = property(_LibreDWG.Dwg_Header_Variables_PINSBASE_get, _LibreDWG.Dwg_Header_Variables_PINSBASE_set)
782    PEXTMIN = property(_LibreDWG.Dwg_Header_Variables_PEXTMIN_get, _LibreDWG.Dwg_Header_Variables_PEXTMIN_set)
783    PEXTMAX = property(_LibreDWG.Dwg_Header_Variables_PEXTMAX_get, _LibreDWG.Dwg_Header_Variables_PEXTMAX_set)
784    PLIMMIN = property(_LibreDWG.Dwg_Header_Variables_PLIMMIN_get, _LibreDWG.Dwg_Header_Variables_PLIMMIN_set)
785    PLIMMAX = property(_LibreDWG.Dwg_Header_Variables_PLIMMAX_get, _LibreDWG.Dwg_Header_Variables_PLIMMAX_set)
786    PELEVATION = property(_LibreDWG.Dwg_Header_Variables_PELEVATION_get, _LibreDWG.Dwg_Header_Variables_PELEVATION_set)
787    PUCSORG = property(_LibreDWG.Dwg_Header_Variables_PUCSORG_get, _LibreDWG.Dwg_Header_Variables_PUCSORG_set)
788    PUCSXDIR = property(_LibreDWG.Dwg_Header_Variables_PUCSXDIR_get, _LibreDWG.Dwg_Header_Variables_PUCSXDIR_set)
789    PUCSYDIR = property(_LibreDWG.Dwg_Header_Variables_PUCSYDIR_get, _LibreDWG.Dwg_Header_Variables_PUCSYDIR_set)
790    PUCSNAME = property(_LibreDWG.Dwg_Header_Variables_PUCSNAME_get, _LibreDWG.Dwg_Header_Variables_PUCSNAME_set)
791    PUCSBASE = property(_LibreDWG.Dwg_Header_Variables_PUCSBASE_get, _LibreDWG.Dwg_Header_Variables_PUCSBASE_set)
792    PUCSORTHOREF = property(_LibreDWG.Dwg_Header_Variables_PUCSORTHOREF_get, _LibreDWG.Dwg_Header_Variables_PUCSORTHOREF_set)
793    PUCSORTHOVIEW = property(_LibreDWG.Dwg_Header_Variables_PUCSORTHOVIEW_get, _LibreDWG.Dwg_Header_Variables_PUCSORTHOVIEW_set)
794    PUCSORGTOP = property(_LibreDWG.Dwg_Header_Variables_PUCSORGTOP_get, _LibreDWG.Dwg_Header_Variables_PUCSORGTOP_set)
795    PUCSORGBOTTOM = property(_LibreDWG.Dwg_Header_Variables_PUCSORGBOTTOM_get, _LibreDWG.Dwg_Header_Variables_PUCSORGBOTTOM_set)
796    PUCSORGLEFT = property(_LibreDWG.Dwg_Header_Variables_PUCSORGLEFT_get, _LibreDWG.Dwg_Header_Variables_PUCSORGLEFT_set)
797    PUCSORGRIGHT = property(_LibreDWG.Dwg_Header_Variables_PUCSORGRIGHT_get, _LibreDWG.Dwg_Header_Variables_PUCSORGRIGHT_set)
798    PUCSORGFRONT = property(_LibreDWG.Dwg_Header_Variables_PUCSORGFRONT_get, _LibreDWG.Dwg_Header_Variables_PUCSORGFRONT_set)
799    PUCSORGBACK = property(_LibreDWG.Dwg_Header_Variables_PUCSORGBACK_get, _LibreDWG.Dwg_Header_Variables_PUCSORGBACK_set)
800    INSBASE = property(_LibreDWG.Dwg_Header_Variables_INSBASE_get, _LibreDWG.Dwg_Header_Variables_INSBASE_set)
801    EXTMIN = property(_LibreDWG.Dwg_Header_Variables_EXTMIN_get, _LibreDWG.Dwg_Header_Variables_EXTMIN_set)
802    EXTMAX = property(_LibreDWG.Dwg_Header_Variables_EXTMAX_get, _LibreDWG.Dwg_Header_Variables_EXTMAX_set)
803    LIMMIN = property(_LibreDWG.Dwg_Header_Variables_LIMMIN_get, _LibreDWG.Dwg_Header_Variables_LIMMIN_set)
804    LIMMAX = property(_LibreDWG.Dwg_Header_Variables_LIMMAX_get, _LibreDWG.Dwg_Header_Variables_LIMMAX_set)
805    VIEWCTR = property(_LibreDWG.Dwg_Header_Variables_VIEWCTR_get, _LibreDWG.Dwg_Header_Variables_VIEWCTR_set)
806    ELEVATION = property(_LibreDWG.Dwg_Header_Variables_ELEVATION_get, _LibreDWG.Dwg_Header_Variables_ELEVATION_set)
807    VIEWSIZE = property(_LibreDWG.Dwg_Header_Variables_VIEWSIZE_get, _LibreDWG.Dwg_Header_Variables_VIEWSIZE_set)
808    SNAPMODE = property(_LibreDWG.Dwg_Header_Variables_SNAPMODE_get, _LibreDWG.Dwg_Header_Variables_SNAPMODE_set)
809    SNAPUNIT = property(_LibreDWG.Dwg_Header_Variables_SNAPUNIT_get, _LibreDWG.Dwg_Header_Variables_SNAPUNIT_set)
810    SNAPBASE = property(_LibreDWG.Dwg_Header_Variables_SNAPBASE_get, _LibreDWG.Dwg_Header_Variables_SNAPBASE_set)
811    SNAPANG = property(_LibreDWG.Dwg_Header_Variables_SNAPANG_get, _LibreDWG.Dwg_Header_Variables_SNAPANG_set)
812    SNAPSTYL = property(_LibreDWG.Dwg_Header_Variables_SNAPSTYL_get, _LibreDWG.Dwg_Header_Variables_SNAPSTYL_set)
813    SNAPISOPAIR = property(_LibreDWG.Dwg_Header_Variables_SNAPISOPAIR_get, _LibreDWG.Dwg_Header_Variables_SNAPISOPAIR_set)
814    GRIDMODE = property(_LibreDWG.Dwg_Header_Variables_GRIDMODE_get, _LibreDWG.Dwg_Header_Variables_GRIDMODE_set)
815    GRIDUNIT = property(_LibreDWG.Dwg_Header_Variables_GRIDUNIT_get, _LibreDWG.Dwg_Header_Variables_GRIDUNIT_set)
816    UCSORG = property(_LibreDWG.Dwg_Header_Variables_UCSORG_get, _LibreDWG.Dwg_Header_Variables_UCSORG_set)
817    UCSXDIR = property(_LibreDWG.Dwg_Header_Variables_UCSXDIR_get, _LibreDWG.Dwg_Header_Variables_UCSXDIR_set)
818    UCSYDIR = property(_LibreDWG.Dwg_Header_Variables_UCSYDIR_get, _LibreDWG.Dwg_Header_Variables_UCSYDIR_set)
819    UCSNAME = property(_LibreDWG.Dwg_Header_Variables_UCSNAME_get, _LibreDWG.Dwg_Header_Variables_UCSNAME_set)
820    UCSBASE = property(_LibreDWG.Dwg_Header_Variables_UCSBASE_get, _LibreDWG.Dwg_Header_Variables_UCSBASE_set)
821    UCSORTHOVIEW = property(_LibreDWG.Dwg_Header_Variables_UCSORTHOVIEW_get, _LibreDWG.Dwg_Header_Variables_UCSORTHOVIEW_set)
822    UCSORTHOREF = property(_LibreDWG.Dwg_Header_Variables_UCSORTHOREF_get, _LibreDWG.Dwg_Header_Variables_UCSORTHOREF_set)
823    UCSORGTOP = property(_LibreDWG.Dwg_Header_Variables_UCSORGTOP_get, _LibreDWG.Dwg_Header_Variables_UCSORGTOP_set)
824    UCSORGBOTTOM = property(_LibreDWG.Dwg_Header_Variables_UCSORGBOTTOM_get, _LibreDWG.Dwg_Header_Variables_UCSORGBOTTOM_set)
825    UCSORGLEFT = property(_LibreDWG.Dwg_Header_Variables_UCSORGLEFT_get, _LibreDWG.Dwg_Header_Variables_UCSORGLEFT_set)
826    UCSORGRIGHT = property(_LibreDWG.Dwg_Header_Variables_UCSORGRIGHT_get, _LibreDWG.Dwg_Header_Variables_UCSORGRIGHT_set)
827    UCSORGFRONT = property(_LibreDWG.Dwg_Header_Variables_UCSORGFRONT_get, _LibreDWG.Dwg_Header_Variables_UCSORGFRONT_set)
828    UCSORGBACK = property(_LibreDWG.Dwg_Header_Variables_UCSORGBACK_get, _LibreDWG.Dwg_Header_Variables_UCSORGBACK_set)
829    DIMPOST = property(_LibreDWG.Dwg_Header_Variables_DIMPOST_get, _LibreDWG.Dwg_Header_Variables_DIMPOST_set)
830    DIMAPOST = property(_LibreDWG.Dwg_Header_Variables_DIMAPOST_get, _LibreDWG.Dwg_Header_Variables_DIMAPOST_set)
831    DIMTOL = property(_LibreDWG.Dwg_Header_Variables_DIMTOL_get, _LibreDWG.Dwg_Header_Variables_DIMTOL_set)
832    DIMLIM = property(_LibreDWG.Dwg_Header_Variables_DIMLIM_get, _LibreDWG.Dwg_Header_Variables_DIMLIM_set)
833    DIMTIH = property(_LibreDWG.Dwg_Header_Variables_DIMTIH_get, _LibreDWG.Dwg_Header_Variables_DIMTIH_set)
834    DIMTOH = property(_LibreDWG.Dwg_Header_Variables_DIMTOH_get, _LibreDWG.Dwg_Header_Variables_DIMTOH_set)
835    DIMSE1 = property(_LibreDWG.Dwg_Header_Variables_DIMSE1_get, _LibreDWG.Dwg_Header_Variables_DIMSE1_set)
836    DIMSE2 = property(_LibreDWG.Dwg_Header_Variables_DIMSE2_get, _LibreDWG.Dwg_Header_Variables_DIMSE2_set)
837    DIMALT = property(_LibreDWG.Dwg_Header_Variables_DIMALT_get, _LibreDWG.Dwg_Header_Variables_DIMALT_set)
838    DIMTOFL = property(_LibreDWG.Dwg_Header_Variables_DIMTOFL_get, _LibreDWG.Dwg_Header_Variables_DIMTOFL_set)
839    DIMSAH = property(_LibreDWG.Dwg_Header_Variables_DIMSAH_get, _LibreDWG.Dwg_Header_Variables_DIMSAH_set)
840    DIMTIX = property(_LibreDWG.Dwg_Header_Variables_DIMTIX_get, _LibreDWG.Dwg_Header_Variables_DIMTIX_set)
841    DIMSOXD = property(_LibreDWG.Dwg_Header_Variables_DIMSOXD_get, _LibreDWG.Dwg_Header_Variables_DIMSOXD_set)
842    DIMALTD = property(_LibreDWG.Dwg_Header_Variables_DIMALTD_get, _LibreDWG.Dwg_Header_Variables_DIMALTD_set)
843    DIMZIN = property(_LibreDWG.Dwg_Header_Variables_DIMZIN_get, _LibreDWG.Dwg_Header_Variables_DIMZIN_set)
844    DIMSD1 = property(_LibreDWG.Dwg_Header_Variables_DIMSD1_get, _LibreDWG.Dwg_Header_Variables_DIMSD1_set)
845    DIMSD2 = property(_LibreDWG.Dwg_Header_Variables_DIMSD2_get, _LibreDWG.Dwg_Header_Variables_DIMSD2_set)
846    DIMTOLJ = property(_LibreDWG.Dwg_Header_Variables_DIMTOLJ_get, _LibreDWG.Dwg_Header_Variables_DIMTOLJ_set)
847    DIMJUST = property(_LibreDWG.Dwg_Header_Variables_DIMJUST_get, _LibreDWG.Dwg_Header_Variables_DIMJUST_set)
848    DIMFIT = property(_LibreDWG.Dwg_Header_Variables_DIMFIT_get, _LibreDWG.Dwg_Header_Variables_DIMFIT_set)
849    DIMUPT = property(_LibreDWG.Dwg_Header_Variables_DIMUPT_get, _LibreDWG.Dwg_Header_Variables_DIMUPT_set)
850    DIMTZIN = property(_LibreDWG.Dwg_Header_Variables_DIMTZIN_get, _LibreDWG.Dwg_Header_Variables_DIMTZIN_set)
851    DIMMALTZ = property(_LibreDWG.Dwg_Header_Variables_DIMMALTZ_get, _LibreDWG.Dwg_Header_Variables_DIMMALTZ_set)
852    DIMMALTTZ = property(_LibreDWG.Dwg_Header_Variables_DIMMALTTZ_get, _LibreDWG.Dwg_Header_Variables_DIMMALTTZ_set)
853    DIMTAD = property(_LibreDWG.Dwg_Header_Variables_DIMTAD_get, _LibreDWG.Dwg_Header_Variables_DIMTAD_set)
854    DIMUNIT = property(_LibreDWG.Dwg_Header_Variables_DIMUNIT_get, _LibreDWG.Dwg_Header_Variables_DIMUNIT_set)
855    DIMAUNIT = property(_LibreDWG.Dwg_Header_Variables_DIMAUNIT_get, _LibreDWG.Dwg_Header_Variables_DIMAUNIT_set)
856    DIMDEC = property(_LibreDWG.Dwg_Header_Variables_DIMDEC_get, _LibreDWG.Dwg_Header_Variables_DIMDEC_set)
857    DIMTDEC = property(_LibreDWG.Dwg_Header_Variables_DIMTDEC_get, _LibreDWG.Dwg_Header_Variables_DIMTDEC_set)
858    DIMALTU = property(_LibreDWG.Dwg_Header_Variables_DIMALTU_get, _LibreDWG.Dwg_Header_Variables_DIMALTU_set)
859    DIMALTTD = property(_LibreDWG.Dwg_Header_Variables_DIMALTTD_get, _LibreDWG.Dwg_Header_Variables_DIMALTTD_set)
860    DIMTXSTY = property(_LibreDWG.Dwg_Header_Variables_DIMTXSTY_get, _LibreDWG.Dwg_Header_Variables_DIMTXSTY_set)
861    DIMSCALE = property(_LibreDWG.Dwg_Header_Variables_DIMSCALE_get, _LibreDWG.Dwg_Header_Variables_DIMSCALE_set)
862    DIMASZ = property(_LibreDWG.Dwg_Header_Variables_DIMASZ_get, _LibreDWG.Dwg_Header_Variables_DIMASZ_set)
863    DIMEXO = property(_LibreDWG.Dwg_Header_Variables_DIMEXO_get, _LibreDWG.Dwg_Header_Variables_DIMEXO_set)
864    DIMDLI = property(_LibreDWG.Dwg_Header_Variables_DIMDLI_get, _LibreDWG.Dwg_Header_Variables_DIMDLI_set)
865    DIMEXE = property(_LibreDWG.Dwg_Header_Variables_DIMEXE_get, _LibreDWG.Dwg_Header_Variables_DIMEXE_set)
866    DIMRND = property(_LibreDWG.Dwg_Header_Variables_DIMRND_get, _LibreDWG.Dwg_Header_Variables_DIMRND_set)
867    DIMDLE = property(_LibreDWG.Dwg_Header_Variables_DIMDLE_get, _LibreDWG.Dwg_Header_Variables_DIMDLE_set)
868    DIMTP = property(_LibreDWG.Dwg_Header_Variables_DIMTP_get, _LibreDWG.Dwg_Header_Variables_DIMTP_set)
869    DIMTM = property(_LibreDWG.Dwg_Header_Variables_DIMTM_get, _LibreDWG.Dwg_Header_Variables_DIMTM_set)
870    DIMFXL = property(_LibreDWG.Dwg_Header_Variables_DIMFXL_get, _LibreDWG.Dwg_Header_Variables_DIMFXL_set)
871    DIMJOGANG = property(_LibreDWG.Dwg_Header_Variables_DIMJOGANG_get, _LibreDWG.Dwg_Header_Variables_DIMJOGANG_set)
872    DIMTFILL = property(_LibreDWG.Dwg_Header_Variables_DIMTFILL_get, _LibreDWG.Dwg_Header_Variables_DIMTFILL_set)
873    DIMTFILLCLR = property(_LibreDWG.Dwg_Header_Variables_DIMTFILLCLR_get, _LibreDWG.Dwg_Header_Variables_DIMTFILLCLR_set)
874    DIMAZIN = property(_LibreDWG.Dwg_Header_Variables_DIMAZIN_get, _LibreDWG.Dwg_Header_Variables_DIMAZIN_set)
875    DIMARCSYM = property(_LibreDWG.Dwg_Header_Variables_DIMARCSYM_get, _LibreDWG.Dwg_Header_Variables_DIMARCSYM_set)
876    DIMTXT = property(_LibreDWG.Dwg_Header_Variables_DIMTXT_get, _LibreDWG.Dwg_Header_Variables_DIMTXT_set)
877    DIMCEN = property(_LibreDWG.Dwg_Header_Variables_DIMCEN_get, _LibreDWG.Dwg_Header_Variables_DIMCEN_set)
878    DIMTSZ = property(_LibreDWG.Dwg_Header_Variables_DIMTSZ_get, _LibreDWG.Dwg_Header_Variables_DIMTSZ_set)
879    DIMALTF = property(_LibreDWG.Dwg_Header_Variables_DIMALTF_get, _LibreDWG.Dwg_Header_Variables_DIMALTF_set)
880    DIMLFAC = property(_LibreDWG.Dwg_Header_Variables_DIMLFAC_get, _LibreDWG.Dwg_Header_Variables_DIMLFAC_set)
881    DIMTVP = property(_LibreDWG.Dwg_Header_Variables_DIMTVP_get, _LibreDWG.Dwg_Header_Variables_DIMTVP_set)
882    DIMTFAC = property(_LibreDWG.Dwg_Header_Variables_DIMTFAC_get, _LibreDWG.Dwg_Header_Variables_DIMTFAC_set)
883    DIMGAP = property(_LibreDWG.Dwg_Header_Variables_DIMGAP_get, _LibreDWG.Dwg_Header_Variables_DIMGAP_set)
884    DIMPOST_T = property(_LibreDWG.Dwg_Header_Variables_DIMPOST_T_get, _LibreDWG.Dwg_Header_Variables_DIMPOST_T_set)
885    DIMAPOST_T = property(_LibreDWG.Dwg_Header_Variables_DIMAPOST_T_get, _LibreDWG.Dwg_Header_Variables_DIMAPOST_T_set)
886    DIMBLK_T = property(_LibreDWG.Dwg_Header_Variables_DIMBLK_T_get, _LibreDWG.Dwg_Header_Variables_DIMBLK_T_set)
887    DIMBLK1_T = property(_LibreDWG.Dwg_Header_Variables_DIMBLK1_T_get, _LibreDWG.Dwg_Header_Variables_DIMBLK1_T_set)
888    DIMBLK2_T = property(_LibreDWG.Dwg_Header_Variables_DIMBLK2_T_get, _LibreDWG.Dwg_Header_Variables_DIMBLK2_T_set)
889    DIMALTRND = property(_LibreDWG.Dwg_Header_Variables_DIMALTRND_get, _LibreDWG.Dwg_Header_Variables_DIMALTRND_set)
890    DIMCLRD_C = property(_LibreDWG.Dwg_Header_Variables_DIMCLRD_C_get, _LibreDWG.Dwg_Header_Variables_DIMCLRD_C_set)
891    DIMCLRE_C = property(_LibreDWG.Dwg_Header_Variables_DIMCLRE_C_get, _LibreDWG.Dwg_Header_Variables_DIMCLRE_C_set)
892    DIMCLRT_C = property(_LibreDWG.Dwg_Header_Variables_DIMCLRT_C_get, _LibreDWG.Dwg_Header_Variables_DIMCLRT_C_set)
893    DIMCLRD = property(_LibreDWG.Dwg_Header_Variables_DIMCLRD_get, _LibreDWG.Dwg_Header_Variables_DIMCLRD_set)
894    DIMCLRE = property(_LibreDWG.Dwg_Header_Variables_DIMCLRE_get, _LibreDWG.Dwg_Header_Variables_DIMCLRE_set)
895    DIMCLRT = property(_LibreDWG.Dwg_Header_Variables_DIMCLRT_get, _LibreDWG.Dwg_Header_Variables_DIMCLRT_set)
896    DIMADEC = property(_LibreDWG.Dwg_Header_Variables_DIMADEC_get, _LibreDWG.Dwg_Header_Variables_DIMADEC_set)
897    DIMFRAC = property(_LibreDWG.Dwg_Header_Variables_DIMFRAC_get, _LibreDWG.Dwg_Header_Variables_DIMFRAC_set)
898    DIMLUNIT = property(_LibreDWG.Dwg_Header_Variables_DIMLUNIT_get, _LibreDWG.Dwg_Header_Variables_DIMLUNIT_set)
899    DIMDSEP = property(_LibreDWG.Dwg_Header_Variables_DIMDSEP_get, _LibreDWG.Dwg_Header_Variables_DIMDSEP_set)
900    DIMTMOVE = property(_LibreDWG.Dwg_Header_Variables_DIMTMOVE_get, _LibreDWG.Dwg_Header_Variables_DIMTMOVE_set)
901    DIMALTZ = property(_LibreDWG.Dwg_Header_Variables_DIMALTZ_get, _LibreDWG.Dwg_Header_Variables_DIMALTZ_set)
902    DIMALTTZ = property(_LibreDWG.Dwg_Header_Variables_DIMALTTZ_get, _LibreDWG.Dwg_Header_Variables_DIMALTTZ_set)
903    DIMATFIT = property(_LibreDWG.Dwg_Header_Variables_DIMATFIT_get, _LibreDWG.Dwg_Header_Variables_DIMATFIT_set)
904    DIMFXLON = property(_LibreDWG.Dwg_Header_Variables_DIMFXLON_get, _LibreDWG.Dwg_Header_Variables_DIMFXLON_set)
905    DIMTXTDIRECTION = property(_LibreDWG.Dwg_Header_Variables_DIMTXTDIRECTION_get, _LibreDWG.Dwg_Header_Variables_DIMTXTDIRECTION_set)
906    DIMALTMZF = property(_LibreDWG.Dwg_Header_Variables_DIMALTMZF_get, _LibreDWG.Dwg_Header_Variables_DIMALTMZF_set)
907    DIMALTMZS = property(_LibreDWG.Dwg_Header_Variables_DIMALTMZS_get, _LibreDWG.Dwg_Header_Variables_DIMALTMZS_set)
908    DIMMZF = property(_LibreDWG.Dwg_Header_Variables_DIMMZF_get, _LibreDWG.Dwg_Header_Variables_DIMMZF_set)
909    DIMMZS = property(_LibreDWG.Dwg_Header_Variables_DIMMZS_get, _LibreDWG.Dwg_Header_Variables_DIMMZS_set)
910    DIMLDRBLK = property(_LibreDWG.Dwg_Header_Variables_DIMLDRBLK_get, _LibreDWG.Dwg_Header_Variables_DIMLDRBLK_set)
911    DIMBLK = property(_LibreDWG.Dwg_Header_Variables_DIMBLK_get, _LibreDWG.Dwg_Header_Variables_DIMBLK_set)
912    DIMBLK1 = property(_LibreDWG.Dwg_Header_Variables_DIMBLK1_get, _LibreDWG.Dwg_Header_Variables_DIMBLK1_set)
913    DIMBLK2 = property(_LibreDWG.Dwg_Header_Variables_DIMBLK2_get, _LibreDWG.Dwg_Header_Variables_DIMBLK2_set)
914    DIMLTYPE = property(_LibreDWG.Dwg_Header_Variables_DIMLTYPE_get, _LibreDWG.Dwg_Header_Variables_DIMLTYPE_set)
915    DIMLTEX1 = property(_LibreDWG.Dwg_Header_Variables_DIMLTEX1_get, _LibreDWG.Dwg_Header_Variables_DIMLTEX1_set)
916    DIMLTEX2 = property(_LibreDWG.Dwg_Header_Variables_DIMLTEX2_get, _LibreDWG.Dwg_Header_Variables_DIMLTEX2_set)
917    DIMLWD = property(_LibreDWG.Dwg_Header_Variables_DIMLWD_get, _LibreDWG.Dwg_Header_Variables_DIMLWD_set)
918    DIMLWE = property(_LibreDWG.Dwg_Header_Variables_DIMLWE_get, _LibreDWG.Dwg_Header_Variables_DIMLWE_set)
919    BLOCK_CONTROL_OBJECT = property(_LibreDWG.Dwg_Header_Variables_BLOCK_CONTROL_OBJECT_get, _LibreDWG.Dwg_Header_Variables_BLOCK_CONTROL_OBJECT_set)
920    LAYER_CONTROL_OBJECT = property(_LibreDWG.Dwg_Header_Variables_LAYER_CONTROL_OBJECT_get, _LibreDWG.Dwg_Header_Variables_LAYER_CONTROL_OBJECT_set)
921    STYLE_CONTROL_OBJECT = property(_LibreDWG.Dwg_Header_Variables_STYLE_CONTROL_OBJECT_get, _LibreDWG.Dwg_Header_Variables_STYLE_CONTROL_OBJECT_set)
922    LTYPE_CONTROL_OBJECT = property(_LibreDWG.Dwg_Header_Variables_LTYPE_CONTROL_OBJECT_get, _LibreDWG.Dwg_Header_Variables_LTYPE_CONTROL_OBJECT_set)
923    VIEW_CONTROL_OBJECT = property(_LibreDWG.Dwg_Header_Variables_VIEW_CONTROL_OBJECT_get, _LibreDWG.Dwg_Header_Variables_VIEW_CONTROL_OBJECT_set)
924    UCS_CONTROL_OBJECT = property(_LibreDWG.Dwg_Header_Variables_UCS_CONTROL_OBJECT_get, _LibreDWG.Dwg_Header_Variables_UCS_CONTROL_OBJECT_set)
925    VPORT_CONTROL_OBJECT = property(_LibreDWG.Dwg_Header_Variables_VPORT_CONTROL_OBJECT_get, _LibreDWG.Dwg_Header_Variables_VPORT_CONTROL_OBJECT_set)
926    APPID_CONTROL_OBJECT = property(_LibreDWG.Dwg_Header_Variables_APPID_CONTROL_OBJECT_get, _LibreDWG.Dwg_Header_Variables_APPID_CONTROL_OBJECT_set)
927    DIMSTYLE_CONTROL_OBJECT = property(_LibreDWG.Dwg_Header_Variables_DIMSTYLE_CONTROL_OBJECT_get, _LibreDWG.Dwg_Header_Variables_DIMSTYLE_CONTROL_OBJECT_set)
928    VX_CONTROL_OBJECT = property(_LibreDWG.Dwg_Header_Variables_VX_CONTROL_OBJECT_get, _LibreDWG.Dwg_Header_Variables_VX_CONTROL_OBJECT_set)
929    DICTIONARY_ACAD_GROUP = property(_LibreDWG.Dwg_Header_Variables_DICTIONARY_ACAD_GROUP_get, _LibreDWG.Dwg_Header_Variables_DICTIONARY_ACAD_GROUP_set)
930    DICTIONARY_ACAD_MLINESTYLE = property(_LibreDWG.Dwg_Header_Variables_DICTIONARY_ACAD_MLINESTYLE_get, _LibreDWG.Dwg_Header_Variables_DICTIONARY_ACAD_MLINESTYLE_set)
931    DICTIONARY_NAMED_OBJECT = property(_LibreDWG.Dwg_Header_Variables_DICTIONARY_NAMED_OBJECT_get, _LibreDWG.Dwg_Header_Variables_DICTIONARY_NAMED_OBJECT_set)
932    TSTACKALIGN = property(_LibreDWG.Dwg_Header_Variables_TSTACKALIGN_get, _LibreDWG.Dwg_Header_Variables_TSTACKALIGN_set)
933    TSTACKSIZE = property(_LibreDWG.Dwg_Header_Variables_TSTACKSIZE_get, _LibreDWG.Dwg_Header_Variables_TSTACKSIZE_set)
934    HYPERLINKBASE = property(_LibreDWG.Dwg_Header_Variables_HYPERLINKBASE_get, _LibreDWG.Dwg_Header_Variables_HYPERLINKBASE_set)
935    STYLESHEET = property(_LibreDWG.Dwg_Header_Variables_STYLESHEET_get, _LibreDWG.Dwg_Header_Variables_STYLESHEET_set)
936    DICTIONARY_LAYOUT = property(_LibreDWG.Dwg_Header_Variables_DICTIONARY_LAYOUT_get, _LibreDWG.Dwg_Header_Variables_DICTIONARY_LAYOUT_set)
937    DICTIONARY_PLOTSETTINGS = property(_LibreDWG.Dwg_Header_Variables_DICTIONARY_PLOTSETTINGS_get, _LibreDWG.Dwg_Header_Variables_DICTIONARY_PLOTSETTINGS_set)
938    DICTIONARY_PLOTSTYLENAME = property(_LibreDWG.Dwg_Header_Variables_DICTIONARY_PLOTSTYLENAME_get, _LibreDWG.Dwg_Header_Variables_DICTIONARY_PLOTSTYLENAME_set)
939    DICTIONARY_MATERIAL = property(_LibreDWG.Dwg_Header_Variables_DICTIONARY_MATERIAL_get, _LibreDWG.Dwg_Header_Variables_DICTIONARY_MATERIAL_set)
940    DICTIONARY_COLOR = property(_LibreDWG.Dwg_Header_Variables_DICTIONARY_COLOR_get, _LibreDWG.Dwg_Header_Variables_DICTIONARY_COLOR_set)
941    DICTIONARY_VISUALSTYLE = property(_LibreDWG.Dwg_Header_Variables_DICTIONARY_VISUALSTYLE_get, _LibreDWG.Dwg_Header_Variables_DICTIONARY_VISUALSTYLE_set)
942    DICTIONARY_LIGHTLIST = property(_LibreDWG.Dwg_Header_Variables_DICTIONARY_LIGHTLIST_get, _LibreDWG.Dwg_Header_Variables_DICTIONARY_LIGHTLIST_set)
943    unknown_20 = property(_LibreDWG.Dwg_Header_Variables_unknown_20_get, _LibreDWG.Dwg_Header_Variables_unknown_20_set)
944    FLAGS = property(_LibreDWG.Dwg_Header_Variables_FLAGS_get, _LibreDWG.Dwg_Header_Variables_FLAGS_set)
945    CELWEIGHT = property(_LibreDWG.Dwg_Header_Variables_CELWEIGHT_get, _LibreDWG.Dwg_Header_Variables_CELWEIGHT_set)
946    ENDCAPS = property(_LibreDWG.Dwg_Header_Variables_ENDCAPS_get, _LibreDWG.Dwg_Header_Variables_ENDCAPS_set)
947    JOINSTYLE = property(_LibreDWG.Dwg_Header_Variables_JOINSTYLE_get, _LibreDWG.Dwg_Header_Variables_JOINSTYLE_set)
948    LWDISPLAY = property(_LibreDWG.Dwg_Header_Variables_LWDISPLAY_get, _LibreDWG.Dwg_Header_Variables_LWDISPLAY_set)
949    XEDIT = property(_LibreDWG.Dwg_Header_Variables_XEDIT_get, _LibreDWG.Dwg_Header_Variables_XEDIT_set)
950    EXTNAMES = property(_LibreDWG.Dwg_Header_Variables_EXTNAMES_get, _LibreDWG.Dwg_Header_Variables_EXTNAMES_set)
951    PSTYLEMODE = property(_LibreDWG.Dwg_Header_Variables_PSTYLEMODE_get, _LibreDWG.Dwg_Header_Variables_PSTYLEMODE_set)
952    OLESTARTUP = property(_LibreDWG.Dwg_Header_Variables_OLESTARTUP_get, _LibreDWG.Dwg_Header_Variables_OLESTARTUP_set)
953    INSUNITS = property(_LibreDWG.Dwg_Header_Variables_INSUNITS_get, _LibreDWG.Dwg_Header_Variables_INSUNITS_set)
954    CEPSNTYPE = property(_LibreDWG.Dwg_Header_Variables_CEPSNTYPE_get, _LibreDWG.Dwg_Header_Variables_CEPSNTYPE_set)
955    CPSNID = property(_LibreDWG.Dwg_Header_Variables_CPSNID_get, _LibreDWG.Dwg_Header_Variables_CPSNID_set)
956    FINGERPRINTGUID = property(_LibreDWG.Dwg_Header_Variables_FINGERPRINTGUID_get, _LibreDWG.Dwg_Header_Variables_FINGERPRINTGUID_set)
957    VERSIONGUID = property(_LibreDWG.Dwg_Header_Variables_VERSIONGUID_get, _LibreDWG.Dwg_Header_Variables_VERSIONGUID_set)
958    SORTENTS = property(_LibreDWG.Dwg_Header_Variables_SORTENTS_get, _LibreDWG.Dwg_Header_Variables_SORTENTS_set)
959    INDEXCTL = property(_LibreDWG.Dwg_Header_Variables_INDEXCTL_get, _LibreDWG.Dwg_Header_Variables_INDEXCTL_set)
960    HIDETEXT = property(_LibreDWG.Dwg_Header_Variables_HIDETEXT_get, _LibreDWG.Dwg_Header_Variables_HIDETEXT_set)
961    XCLIPFRAME = property(_LibreDWG.Dwg_Header_Variables_XCLIPFRAME_get, _LibreDWG.Dwg_Header_Variables_XCLIPFRAME_set)
962    DIMASSOC = property(_LibreDWG.Dwg_Header_Variables_DIMASSOC_get, _LibreDWG.Dwg_Header_Variables_DIMASSOC_set)
963    HALOGAP = property(_LibreDWG.Dwg_Header_Variables_HALOGAP_get, _LibreDWG.Dwg_Header_Variables_HALOGAP_set)
964    OBSCOLOR = property(_LibreDWG.Dwg_Header_Variables_OBSCOLOR_get, _LibreDWG.Dwg_Header_Variables_OBSCOLOR_set)
965    INTERSECTIONCOLOR = property(_LibreDWG.Dwg_Header_Variables_INTERSECTIONCOLOR_get, _LibreDWG.Dwg_Header_Variables_INTERSECTIONCOLOR_set)
966    OBSLTYPE = property(_LibreDWG.Dwg_Header_Variables_OBSLTYPE_get, _LibreDWG.Dwg_Header_Variables_OBSLTYPE_set)
967    INTERSECTIONDISPLAY = property(_LibreDWG.Dwg_Header_Variables_INTERSECTIONDISPLAY_get, _LibreDWG.Dwg_Header_Variables_INTERSECTIONDISPLAY_set)
968    PROJECTNAME = property(_LibreDWG.Dwg_Header_Variables_PROJECTNAME_get, _LibreDWG.Dwg_Header_Variables_PROJECTNAME_set)
969    BLOCK_RECORD_PSPACE = property(_LibreDWG.Dwg_Header_Variables_BLOCK_RECORD_PSPACE_get, _LibreDWG.Dwg_Header_Variables_BLOCK_RECORD_PSPACE_set)
970    BLOCK_RECORD_MSPACE = property(_LibreDWG.Dwg_Header_Variables_BLOCK_RECORD_MSPACE_get, _LibreDWG.Dwg_Header_Variables_BLOCK_RECORD_MSPACE_set)
971    LTYPE_BYLAYER = property(_LibreDWG.Dwg_Header_Variables_LTYPE_BYLAYER_get, _LibreDWG.Dwg_Header_Variables_LTYPE_BYLAYER_set)
972    LTYPE_BYBLOCK = property(_LibreDWG.Dwg_Header_Variables_LTYPE_BYBLOCK_get, _LibreDWG.Dwg_Header_Variables_LTYPE_BYBLOCK_set)
973    LTYPE_CONTINUOUS = property(_LibreDWG.Dwg_Header_Variables_LTYPE_CONTINUOUS_get, _LibreDWG.Dwg_Header_Variables_LTYPE_CONTINUOUS_set)
974    CAMERADISPLAY = property(_LibreDWG.Dwg_Header_Variables_CAMERADISPLAY_get, _LibreDWG.Dwg_Header_Variables_CAMERADISPLAY_set)
975    unknown_21 = property(_LibreDWG.Dwg_Header_Variables_unknown_21_get, _LibreDWG.Dwg_Header_Variables_unknown_21_set)
976    unknown_22 = property(_LibreDWG.Dwg_Header_Variables_unknown_22_get, _LibreDWG.Dwg_Header_Variables_unknown_22_set)
977    unknown_23 = property(_LibreDWG.Dwg_Header_Variables_unknown_23_get, _LibreDWG.Dwg_Header_Variables_unknown_23_set)
978    STEPSPERSEC = property(_LibreDWG.Dwg_Header_Variables_STEPSPERSEC_get, _LibreDWG.Dwg_Header_Variables_STEPSPERSEC_set)
979    STEPSIZE = property(_LibreDWG.Dwg_Header_Variables_STEPSIZE_get, _LibreDWG.Dwg_Header_Variables_STEPSIZE_set)
980    _3DDWFPREC = property(_LibreDWG.Dwg_Header_Variables__3DDWFPREC_get, _LibreDWG.Dwg_Header_Variables__3DDWFPREC_set)
981    LENSLENGTH = property(_LibreDWG.Dwg_Header_Variables_LENSLENGTH_get, _LibreDWG.Dwg_Header_Variables_LENSLENGTH_set)
982    CAMERAHEIGHT = property(_LibreDWG.Dwg_Header_Variables_CAMERAHEIGHT_get, _LibreDWG.Dwg_Header_Variables_CAMERAHEIGHT_set)
983    SOLIDHIST = property(_LibreDWG.Dwg_Header_Variables_SOLIDHIST_get, _LibreDWG.Dwg_Header_Variables_SOLIDHIST_set)
984    SHOWHIST = property(_LibreDWG.Dwg_Header_Variables_SHOWHIST_get, _LibreDWG.Dwg_Header_Variables_SHOWHIST_set)
985    PSOLWIDTH = property(_LibreDWG.Dwg_Header_Variables_PSOLWIDTH_get, _LibreDWG.Dwg_Header_Variables_PSOLWIDTH_set)
986    PSOLHEIGHT = property(_LibreDWG.Dwg_Header_Variables_PSOLHEIGHT_get, _LibreDWG.Dwg_Header_Variables_PSOLHEIGHT_set)
987    LOFTANG1 = property(_LibreDWG.Dwg_Header_Variables_LOFTANG1_get, _LibreDWG.Dwg_Header_Variables_LOFTANG1_set)
988    LOFTANG2 = property(_LibreDWG.Dwg_Header_Variables_LOFTANG2_get, _LibreDWG.Dwg_Header_Variables_LOFTANG2_set)
989    LOFTMAG1 = property(_LibreDWG.Dwg_Header_Variables_LOFTMAG1_get, _LibreDWG.Dwg_Header_Variables_LOFTMAG1_set)
990    LOFTMAG2 = property(_LibreDWG.Dwg_Header_Variables_LOFTMAG2_get, _LibreDWG.Dwg_Header_Variables_LOFTMAG2_set)
991    LOFTPARAM = property(_LibreDWG.Dwg_Header_Variables_LOFTPARAM_get, _LibreDWG.Dwg_Header_Variables_LOFTPARAM_set)
992    LOFTNORMALS = property(_LibreDWG.Dwg_Header_Variables_LOFTNORMALS_get, _LibreDWG.Dwg_Header_Variables_LOFTNORMALS_set)
993    LATITUDE = property(_LibreDWG.Dwg_Header_Variables_LATITUDE_get, _LibreDWG.Dwg_Header_Variables_LATITUDE_set)
994    LONGITUDE = property(_LibreDWG.Dwg_Header_Variables_LONGITUDE_get, _LibreDWG.Dwg_Header_Variables_LONGITUDE_set)
995    NORTHDIRECTION = property(_LibreDWG.Dwg_Header_Variables_NORTHDIRECTION_get, _LibreDWG.Dwg_Header_Variables_NORTHDIRECTION_set)
996    TIMEZONE = property(_LibreDWG.Dwg_Header_Variables_TIMEZONE_get, _LibreDWG.Dwg_Header_Variables_TIMEZONE_set)
997    LIGHTGLYPHDISPLAY = property(_LibreDWG.Dwg_Header_Variables_LIGHTGLYPHDISPLAY_get, _LibreDWG.Dwg_Header_Variables_LIGHTGLYPHDISPLAY_set)
998    TILEMODELIGHTSYNCH = property(_LibreDWG.Dwg_Header_Variables_TILEMODELIGHTSYNCH_get, _LibreDWG.Dwg_Header_Variables_TILEMODELIGHTSYNCH_set)
999    DWFFRAME = property(_LibreDWG.Dwg_Header_Variables_DWFFRAME_get, _LibreDWG.Dwg_Header_Variables_DWFFRAME_set)
1000    DGNFRAME = property(_LibreDWG.Dwg_Header_Variables_DGNFRAME_get, _LibreDWG.Dwg_Header_Variables_DGNFRAME_set)
1001    REALWORLDSCALE = property(_LibreDWG.Dwg_Header_Variables_REALWORLDSCALE_get, _LibreDWG.Dwg_Header_Variables_REALWORLDSCALE_set)
1002    INTERFERECOLOR = property(_LibreDWG.Dwg_Header_Variables_INTERFERECOLOR_get, _LibreDWG.Dwg_Header_Variables_INTERFERECOLOR_set)
1003    INTERFEREOBJVS = property(_LibreDWG.Dwg_Header_Variables_INTERFEREOBJVS_get, _LibreDWG.Dwg_Header_Variables_INTERFEREOBJVS_set)
1004    INTERFEREVPVS = property(_LibreDWG.Dwg_Header_Variables_INTERFEREVPVS_get, _LibreDWG.Dwg_Header_Variables_INTERFEREVPVS_set)
1005    DRAGVS = property(_LibreDWG.Dwg_Header_Variables_DRAGVS_get, _LibreDWG.Dwg_Header_Variables_DRAGVS_set)
1006    CSHADOW = property(_LibreDWG.Dwg_Header_Variables_CSHADOW_get, _LibreDWG.Dwg_Header_Variables_CSHADOW_set)
1007    SHADOWPLANELOCATION = property(_LibreDWG.Dwg_Header_Variables_SHADOWPLANELOCATION_get, _LibreDWG.Dwg_Header_Variables_SHADOWPLANELOCATION_set)
1008    unknown_54 = property(_LibreDWG.Dwg_Header_Variables_unknown_54_get, _LibreDWG.Dwg_Header_Variables_unknown_54_set)
1009    unknown_55 = property(_LibreDWG.Dwg_Header_Variables_unknown_55_get, _LibreDWG.Dwg_Header_Variables_unknown_55_set)
1010    unknown_56 = property(_LibreDWG.Dwg_Header_Variables_unknown_56_get, _LibreDWG.Dwg_Header_Variables_unknown_56_set)
1011    unknown_57 = property(_LibreDWG.Dwg_Header_Variables_unknown_57_get, _LibreDWG.Dwg_Header_Variables_unknown_57_set)
1012
1013    def __init__(self):
1014        _LibreDWG.Dwg_Header_Variables_swiginit(self, _LibreDWG.new_Dwg_Header_Variables())
1015    __swig_destroy__ = _LibreDWG.delete_Dwg_Header_Variables
1016
1017# Register Dwg_Header_Variables in _LibreDWG:
1018_LibreDWG.Dwg_Header_Variables_swigregister(Dwg_Header_Variables)
1019
1020class Dwg_Entity_TEXT(object):
1021    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1022    __repr__ = _swig_repr
1023    parent = property(_LibreDWG.Dwg_Entity_TEXT_parent_get, _LibreDWG.Dwg_Entity_TEXT_parent_set)
1024    dataflags = property(_LibreDWG.Dwg_Entity_TEXT_dataflags_get, _LibreDWG.Dwg_Entity_TEXT_dataflags_set)
1025    elevation = property(_LibreDWG.Dwg_Entity_TEXT_elevation_get, _LibreDWG.Dwg_Entity_TEXT_elevation_set)
1026    ins_pt = property(_LibreDWG.Dwg_Entity_TEXT_ins_pt_get, _LibreDWG.Dwg_Entity_TEXT_ins_pt_set)
1027    alignment_pt = property(_LibreDWG.Dwg_Entity_TEXT_alignment_pt_get, _LibreDWG.Dwg_Entity_TEXT_alignment_pt_set)
1028    extrusion = property(_LibreDWG.Dwg_Entity_TEXT_extrusion_get, _LibreDWG.Dwg_Entity_TEXT_extrusion_set)
1029    thickness = property(_LibreDWG.Dwg_Entity_TEXT_thickness_get, _LibreDWG.Dwg_Entity_TEXT_thickness_set)
1030    oblique_angle = property(_LibreDWG.Dwg_Entity_TEXT_oblique_angle_get, _LibreDWG.Dwg_Entity_TEXT_oblique_angle_set)
1031    rotation = property(_LibreDWG.Dwg_Entity_TEXT_rotation_get, _LibreDWG.Dwg_Entity_TEXT_rotation_set)
1032    height = property(_LibreDWG.Dwg_Entity_TEXT_height_get, _LibreDWG.Dwg_Entity_TEXT_height_set)
1033    width_factor = property(_LibreDWG.Dwg_Entity_TEXT_width_factor_get, _LibreDWG.Dwg_Entity_TEXT_width_factor_set)
1034    text_value = property(_LibreDWG.Dwg_Entity_TEXT_text_value_get, _LibreDWG.Dwg_Entity_TEXT_text_value_set)
1035    generation = property(_LibreDWG.Dwg_Entity_TEXT_generation_get, _LibreDWG.Dwg_Entity_TEXT_generation_set)
1036    horiz_alignment = property(_LibreDWG.Dwg_Entity_TEXT_horiz_alignment_get, _LibreDWG.Dwg_Entity_TEXT_horiz_alignment_set)
1037    vert_alignment = property(_LibreDWG.Dwg_Entity_TEXT_vert_alignment_get, _LibreDWG.Dwg_Entity_TEXT_vert_alignment_set)
1038    style = property(_LibreDWG.Dwg_Entity_TEXT_style_get, _LibreDWG.Dwg_Entity_TEXT_style_set)
1039
1040    def __init__(self):
1041        _LibreDWG.Dwg_Entity_TEXT_swiginit(self, _LibreDWG.new_Dwg_Entity_TEXT())
1042    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_TEXT
1043
1044# Register Dwg_Entity_TEXT in _LibreDWG:
1045_LibreDWG.Dwg_Entity_TEXT_swigregister(Dwg_Entity_TEXT)
1046
1047class Dwg_Entity_ATTRIB(object):
1048    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1049    __repr__ = _swig_repr
1050    parent = property(_LibreDWG.Dwg_Entity_ATTRIB_parent_get, _LibreDWG.Dwg_Entity_ATTRIB_parent_set)
1051    elevation = property(_LibreDWG.Dwg_Entity_ATTRIB_elevation_get, _LibreDWG.Dwg_Entity_ATTRIB_elevation_set)
1052    ins_pt = property(_LibreDWG.Dwg_Entity_ATTRIB_ins_pt_get, _LibreDWG.Dwg_Entity_ATTRIB_ins_pt_set)
1053    alignment_pt = property(_LibreDWG.Dwg_Entity_ATTRIB_alignment_pt_get, _LibreDWG.Dwg_Entity_ATTRIB_alignment_pt_set)
1054    extrusion = property(_LibreDWG.Dwg_Entity_ATTRIB_extrusion_get, _LibreDWG.Dwg_Entity_ATTRIB_extrusion_set)
1055    thickness = property(_LibreDWG.Dwg_Entity_ATTRIB_thickness_get, _LibreDWG.Dwg_Entity_ATTRIB_thickness_set)
1056    oblique_angle = property(_LibreDWG.Dwg_Entity_ATTRIB_oblique_angle_get, _LibreDWG.Dwg_Entity_ATTRIB_oblique_angle_set)
1057    rotation = property(_LibreDWG.Dwg_Entity_ATTRIB_rotation_get, _LibreDWG.Dwg_Entity_ATTRIB_rotation_set)
1058    height = property(_LibreDWG.Dwg_Entity_ATTRIB_height_get, _LibreDWG.Dwg_Entity_ATTRIB_height_set)
1059    width_factor = property(_LibreDWG.Dwg_Entity_ATTRIB_width_factor_get, _LibreDWG.Dwg_Entity_ATTRIB_width_factor_set)
1060    text_value = property(_LibreDWG.Dwg_Entity_ATTRIB_text_value_get, _LibreDWG.Dwg_Entity_ATTRIB_text_value_set)
1061    generation = property(_LibreDWG.Dwg_Entity_ATTRIB_generation_get, _LibreDWG.Dwg_Entity_ATTRIB_generation_set)
1062    horiz_alignment = property(_LibreDWG.Dwg_Entity_ATTRIB_horiz_alignment_get, _LibreDWG.Dwg_Entity_ATTRIB_horiz_alignment_set)
1063    vert_alignment = property(_LibreDWG.Dwg_Entity_ATTRIB_vert_alignment_get, _LibreDWG.Dwg_Entity_ATTRIB_vert_alignment_set)
1064    dataflags = property(_LibreDWG.Dwg_Entity_ATTRIB_dataflags_get, _LibreDWG.Dwg_Entity_ATTRIB_dataflags_set)
1065    class_version = property(_LibreDWG.Dwg_Entity_ATTRIB_class_version_get, _LibreDWG.Dwg_Entity_ATTRIB_class_version_set)
1066    type = property(_LibreDWG.Dwg_Entity_ATTRIB_type_get, _LibreDWG.Dwg_Entity_ATTRIB_type_set)
1067    tag = property(_LibreDWG.Dwg_Entity_ATTRIB_tag_get, _LibreDWG.Dwg_Entity_ATTRIB_tag_set)
1068    field_length = property(_LibreDWG.Dwg_Entity_ATTRIB_field_length_get, _LibreDWG.Dwg_Entity_ATTRIB_field_length_set)
1069    flags = property(_LibreDWG.Dwg_Entity_ATTRIB_flags_get, _LibreDWG.Dwg_Entity_ATTRIB_flags_set)
1070    lock_position_flag = property(_LibreDWG.Dwg_Entity_ATTRIB_lock_position_flag_get, _LibreDWG.Dwg_Entity_ATTRIB_lock_position_flag_set)
1071    style = property(_LibreDWG.Dwg_Entity_ATTRIB_style_get, _LibreDWG.Dwg_Entity_ATTRIB_style_set)
1072    mtext_handles = property(_LibreDWG.Dwg_Entity_ATTRIB_mtext_handles_get, _LibreDWG.Dwg_Entity_ATTRIB_mtext_handles_set)
1073    annotative_data_size = property(_LibreDWG.Dwg_Entity_ATTRIB_annotative_data_size_get, _LibreDWG.Dwg_Entity_ATTRIB_annotative_data_size_set)
1074    annotative_data_bytes = property(_LibreDWG.Dwg_Entity_ATTRIB_annotative_data_bytes_get, _LibreDWG.Dwg_Entity_ATTRIB_annotative_data_bytes_set)
1075    annotative_app = property(_LibreDWG.Dwg_Entity_ATTRIB_annotative_app_get, _LibreDWG.Dwg_Entity_ATTRIB_annotative_app_set)
1076    annotative_short = property(_LibreDWG.Dwg_Entity_ATTRIB_annotative_short_get, _LibreDWG.Dwg_Entity_ATTRIB_annotative_short_set)
1077
1078    def __init__(self):
1079        _LibreDWG.Dwg_Entity_ATTRIB_swiginit(self, _LibreDWG.new_Dwg_Entity_ATTRIB())
1080    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_ATTRIB
1081
1082# Register Dwg_Entity_ATTRIB in _LibreDWG:
1083_LibreDWG.Dwg_Entity_ATTRIB_swigregister(Dwg_Entity_ATTRIB)
1084
1085class Dwg_Entity_ATTDEF(object):
1086    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1087    __repr__ = _swig_repr
1088    parent = property(_LibreDWG.Dwg_Entity_ATTDEF_parent_get, _LibreDWG.Dwg_Entity_ATTDEF_parent_set)
1089    elevation = property(_LibreDWG.Dwg_Entity_ATTDEF_elevation_get, _LibreDWG.Dwg_Entity_ATTDEF_elevation_set)
1090    ins_pt = property(_LibreDWG.Dwg_Entity_ATTDEF_ins_pt_get, _LibreDWG.Dwg_Entity_ATTDEF_ins_pt_set)
1091    alignment_pt = property(_LibreDWG.Dwg_Entity_ATTDEF_alignment_pt_get, _LibreDWG.Dwg_Entity_ATTDEF_alignment_pt_set)
1092    extrusion = property(_LibreDWG.Dwg_Entity_ATTDEF_extrusion_get, _LibreDWG.Dwg_Entity_ATTDEF_extrusion_set)
1093    thickness = property(_LibreDWG.Dwg_Entity_ATTDEF_thickness_get, _LibreDWG.Dwg_Entity_ATTDEF_thickness_set)
1094    oblique_angle = property(_LibreDWG.Dwg_Entity_ATTDEF_oblique_angle_get, _LibreDWG.Dwg_Entity_ATTDEF_oblique_angle_set)
1095    rotation = property(_LibreDWG.Dwg_Entity_ATTDEF_rotation_get, _LibreDWG.Dwg_Entity_ATTDEF_rotation_set)
1096    height = property(_LibreDWG.Dwg_Entity_ATTDEF_height_get, _LibreDWG.Dwg_Entity_ATTDEF_height_set)
1097    width_factor = property(_LibreDWG.Dwg_Entity_ATTDEF_width_factor_get, _LibreDWG.Dwg_Entity_ATTDEF_width_factor_set)
1098    default_value = property(_LibreDWG.Dwg_Entity_ATTDEF_default_value_get, _LibreDWG.Dwg_Entity_ATTDEF_default_value_set)
1099    generation = property(_LibreDWG.Dwg_Entity_ATTDEF_generation_get, _LibreDWG.Dwg_Entity_ATTDEF_generation_set)
1100    horiz_alignment = property(_LibreDWG.Dwg_Entity_ATTDEF_horiz_alignment_get, _LibreDWG.Dwg_Entity_ATTDEF_horiz_alignment_set)
1101    vert_alignment = property(_LibreDWG.Dwg_Entity_ATTDEF_vert_alignment_get, _LibreDWG.Dwg_Entity_ATTDEF_vert_alignment_set)
1102    dataflags = property(_LibreDWG.Dwg_Entity_ATTDEF_dataflags_get, _LibreDWG.Dwg_Entity_ATTDEF_dataflags_set)
1103    class_version = property(_LibreDWG.Dwg_Entity_ATTDEF_class_version_get, _LibreDWG.Dwg_Entity_ATTDEF_class_version_set)
1104    type = property(_LibreDWG.Dwg_Entity_ATTDEF_type_get, _LibreDWG.Dwg_Entity_ATTDEF_type_set)
1105    tag = property(_LibreDWG.Dwg_Entity_ATTDEF_tag_get, _LibreDWG.Dwg_Entity_ATTDEF_tag_set)
1106    field_length = property(_LibreDWG.Dwg_Entity_ATTDEF_field_length_get, _LibreDWG.Dwg_Entity_ATTDEF_field_length_set)
1107    flags = property(_LibreDWG.Dwg_Entity_ATTDEF_flags_get, _LibreDWG.Dwg_Entity_ATTDEF_flags_set)
1108    lock_position_flag = property(_LibreDWG.Dwg_Entity_ATTDEF_lock_position_flag_get, _LibreDWG.Dwg_Entity_ATTDEF_lock_position_flag_set)
1109    style = property(_LibreDWG.Dwg_Entity_ATTDEF_style_get, _LibreDWG.Dwg_Entity_ATTDEF_style_set)
1110    mtext_handles = property(_LibreDWG.Dwg_Entity_ATTDEF_mtext_handles_get, _LibreDWG.Dwg_Entity_ATTDEF_mtext_handles_set)
1111    annotative_data_size = property(_LibreDWG.Dwg_Entity_ATTDEF_annotative_data_size_get, _LibreDWG.Dwg_Entity_ATTDEF_annotative_data_size_set)
1112    annotative_data_bytes = property(_LibreDWG.Dwg_Entity_ATTDEF_annotative_data_bytes_get, _LibreDWG.Dwg_Entity_ATTDEF_annotative_data_bytes_set)
1113    annotative_app = property(_LibreDWG.Dwg_Entity_ATTDEF_annotative_app_get, _LibreDWG.Dwg_Entity_ATTDEF_annotative_app_set)
1114    annotative_short = property(_LibreDWG.Dwg_Entity_ATTDEF_annotative_short_get, _LibreDWG.Dwg_Entity_ATTDEF_annotative_short_set)
1115    attdef_class_version = property(_LibreDWG.Dwg_Entity_ATTDEF_attdef_class_version_get, _LibreDWG.Dwg_Entity_ATTDEF_attdef_class_version_set)
1116    prompt = property(_LibreDWG.Dwg_Entity_ATTDEF_prompt_get, _LibreDWG.Dwg_Entity_ATTDEF_prompt_set)
1117
1118    def __init__(self):
1119        _LibreDWG.Dwg_Entity_ATTDEF_swiginit(self, _LibreDWG.new_Dwg_Entity_ATTDEF())
1120    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_ATTDEF
1121
1122# Register Dwg_Entity_ATTDEF in _LibreDWG:
1123_LibreDWG.Dwg_Entity_ATTDEF_swigregister(Dwg_Entity_ATTDEF)
1124
1125class Dwg_Entity_BLOCK(object):
1126    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1127    __repr__ = _swig_repr
1128    parent = property(_LibreDWG.Dwg_Entity_BLOCK_parent_get, _LibreDWG.Dwg_Entity_BLOCK_parent_set)
1129    name = property(_LibreDWG.Dwg_Entity_BLOCK_name_get, _LibreDWG.Dwg_Entity_BLOCK_name_set)
1130    filename = property(_LibreDWG.Dwg_Entity_BLOCK_filename_get, _LibreDWG.Dwg_Entity_BLOCK_filename_set)
1131
1132    def __init__(self):
1133        _LibreDWG.Dwg_Entity_BLOCK_swiginit(self, _LibreDWG.new_Dwg_Entity_BLOCK())
1134    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_BLOCK
1135
1136# Register Dwg_Entity_BLOCK in _LibreDWG:
1137_LibreDWG.Dwg_Entity_BLOCK_swigregister(Dwg_Entity_BLOCK)
1138
1139class Dwg_Entity_ENDBLK(object):
1140    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1141    __repr__ = _swig_repr
1142    parent = property(_LibreDWG.Dwg_Entity_ENDBLK_parent_get, _LibreDWG.Dwg_Entity_ENDBLK_parent_set)
1143
1144    def __init__(self):
1145        _LibreDWG.Dwg_Entity_ENDBLK_swiginit(self, _LibreDWG.new_Dwg_Entity_ENDBLK())
1146    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_ENDBLK
1147
1148# Register Dwg_Entity_ENDBLK in _LibreDWG:
1149_LibreDWG.Dwg_Entity_ENDBLK_swigregister(Dwg_Entity_ENDBLK)
1150
1151class Dwg_Entity_SEQEND(object):
1152    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1153    __repr__ = _swig_repr
1154    parent = property(_LibreDWG.Dwg_Entity_SEQEND_parent_get, _LibreDWG.Dwg_Entity_SEQEND_parent_set)
1155
1156    def __init__(self):
1157        _LibreDWG.Dwg_Entity_SEQEND_swiginit(self, _LibreDWG.new_Dwg_Entity_SEQEND())
1158    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_SEQEND
1159
1160# Register Dwg_Entity_SEQEND in _LibreDWG:
1161_LibreDWG.Dwg_Entity_SEQEND_swigregister(Dwg_Entity_SEQEND)
1162
1163class Dwg_Entity_INSERT(object):
1164    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1165    __repr__ = _swig_repr
1166    parent = property(_LibreDWG.Dwg_Entity_INSERT_parent_get, _LibreDWG.Dwg_Entity_INSERT_parent_set)
1167    ins_pt = property(_LibreDWG.Dwg_Entity_INSERT_ins_pt_get, _LibreDWG.Dwg_Entity_INSERT_ins_pt_set)
1168    scale_flag = property(_LibreDWG.Dwg_Entity_INSERT_scale_flag_get, _LibreDWG.Dwg_Entity_INSERT_scale_flag_set)
1169    scale = property(_LibreDWG.Dwg_Entity_INSERT_scale_get, _LibreDWG.Dwg_Entity_INSERT_scale_set)
1170    rotation = property(_LibreDWG.Dwg_Entity_INSERT_rotation_get, _LibreDWG.Dwg_Entity_INSERT_rotation_set)
1171    extrusion = property(_LibreDWG.Dwg_Entity_INSERT_extrusion_get, _LibreDWG.Dwg_Entity_INSERT_extrusion_set)
1172    has_attribs = property(_LibreDWG.Dwg_Entity_INSERT_has_attribs_get, _LibreDWG.Dwg_Entity_INSERT_has_attribs_set)
1173    num_owned = property(_LibreDWG.Dwg_Entity_INSERT_num_owned_get, _LibreDWG.Dwg_Entity_INSERT_num_owned_set)
1174    block_header = property(_LibreDWG.Dwg_Entity_INSERT_block_header_get, _LibreDWG.Dwg_Entity_INSERT_block_header_set)
1175    first_attrib = property(_LibreDWG.Dwg_Entity_INSERT_first_attrib_get, _LibreDWG.Dwg_Entity_INSERT_first_attrib_set)
1176    last_attrib = property(_LibreDWG.Dwg_Entity_INSERT_last_attrib_get, _LibreDWG.Dwg_Entity_INSERT_last_attrib_set)
1177    attribs = property(_LibreDWG.Dwg_Entity_INSERT_attribs_get, _LibreDWG.Dwg_Entity_INSERT_attribs_set)
1178    seqend = property(_LibreDWG.Dwg_Entity_INSERT_seqend_get, _LibreDWG.Dwg_Entity_INSERT_seqend_set)
1179
1180    def __init__(self):
1181        _LibreDWG.Dwg_Entity_INSERT_swiginit(self, _LibreDWG.new_Dwg_Entity_INSERT())
1182    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_INSERT
1183
1184# Register Dwg_Entity_INSERT in _LibreDWG:
1185_LibreDWG.Dwg_Entity_INSERT_swigregister(Dwg_Entity_INSERT)
1186
1187class Dwg_Entity_MINSERT(object):
1188    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1189    __repr__ = _swig_repr
1190    parent = property(_LibreDWG.Dwg_Entity_MINSERT_parent_get, _LibreDWG.Dwg_Entity_MINSERT_parent_set)
1191    ins_pt = property(_LibreDWG.Dwg_Entity_MINSERT_ins_pt_get, _LibreDWG.Dwg_Entity_MINSERT_ins_pt_set)
1192    scale_flag = property(_LibreDWG.Dwg_Entity_MINSERT_scale_flag_get, _LibreDWG.Dwg_Entity_MINSERT_scale_flag_set)
1193    scale = property(_LibreDWG.Dwg_Entity_MINSERT_scale_get, _LibreDWG.Dwg_Entity_MINSERT_scale_set)
1194    rotation = property(_LibreDWG.Dwg_Entity_MINSERT_rotation_get, _LibreDWG.Dwg_Entity_MINSERT_rotation_set)
1195    extrusion = property(_LibreDWG.Dwg_Entity_MINSERT_extrusion_get, _LibreDWG.Dwg_Entity_MINSERT_extrusion_set)
1196    has_attribs = property(_LibreDWG.Dwg_Entity_MINSERT_has_attribs_get, _LibreDWG.Dwg_Entity_MINSERT_has_attribs_set)
1197    num_owned = property(_LibreDWG.Dwg_Entity_MINSERT_num_owned_get, _LibreDWG.Dwg_Entity_MINSERT_num_owned_set)
1198    num_cols = property(_LibreDWG.Dwg_Entity_MINSERT_num_cols_get, _LibreDWG.Dwg_Entity_MINSERT_num_cols_set)
1199    num_rows = property(_LibreDWG.Dwg_Entity_MINSERT_num_rows_get, _LibreDWG.Dwg_Entity_MINSERT_num_rows_set)
1200    col_spacing = property(_LibreDWG.Dwg_Entity_MINSERT_col_spacing_get, _LibreDWG.Dwg_Entity_MINSERT_col_spacing_set)
1201    row_spacing = property(_LibreDWG.Dwg_Entity_MINSERT_row_spacing_get, _LibreDWG.Dwg_Entity_MINSERT_row_spacing_set)
1202    block_header = property(_LibreDWG.Dwg_Entity_MINSERT_block_header_get, _LibreDWG.Dwg_Entity_MINSERT_block_header_set)
1203    first_attrib = property(_LibreDWG.Dwg_Entity_MINSERT_first_attrib_get, _LibreDWG.Dwg_Entity_MINSERT_first_attrib_set)
1204    last_attrib = property(_LibreDWG.Dwg_Entity_MINSERT_last_attrib_get, _LibreDWG.Dwg_Entity_MINSERT_last_attrib_set)
1205    attribs = property(_LibreDWG.Dwg_Entity_MINSERT_attribs_get, _LibreDWG.Dwg_Entity_MINSERT_attribs_set)
1206    seqend = property(_LibreDWG.Dwg_Entity_MINSERT_seqend_get, _LibreDWG.Dwg_Entity_MINSERT_seqend_set)
1207
1208    def __init__(self):
1209        _LibreDWG.Dwg_Entity_MINSERT_swiginit(self, _LibreDWG.new_Dwg_Entity_MINSERT())
1210    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_MINSERT
1211
1212# Register Dwg_Entity_MINSERT in _LibreDWG:
1213_LibreDWG.Dwg_Entity_MINSERT_swigregister(Dwg_Entity_MINSERT)
1214
1215class Dwg_Entity_VERTEX_2D(object):
1216    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1217    __repr__ = _swig_repr
1218    parent = property(_LibreDWG.Dwg_Entity_VERTEX_2D_parent_get, _LibreDWG.Dwg_Entity_VERTEX_2D_parent_set)
1219    flag = property(_LibreDWG.Dwg_Entity_VERTEX_2D_flag_get, _LibreDWG.Dwg_Entity_VERTEX_2D_flag_set)
1220    point = property(_LibreDWG.Dwg_Entity_VERTEX_2D_point_get, _LibreDWG.Dwg_Entity_VERTEX_2D_point_set)
1221    start_width = property(_LibreDWG.Dwg_Entity_VERTEX_2D_start_width_get, _LibreDWG.Dwg_Entity_VERTEX_2D_start_width_set)
1222    end_width = property(_LibreDWG.Dwg_Entity_VERTEX_2D_end_width_get, _LibreDWG.Dwg_Entity_VERTEX_2D_end_width_set)
1223    id = property(_LibreDWG.Dwg_Entity_VERTEX_2D_id_get, _LibreDWG.Dwg_Entity_VERTEX_2D_id_set)
1224    bulge = property(_LibreDWG.Dwg_Entity_VERTEX_2D_bulge_get, _LibreDWG.Dwg_Entity_VERTEX_2D_bulge_set)
1225    tangent_dir = property(_LibreDWG.Dwg_Entity_VERTEX_2D_tangent_dir_get, _LibreDWG.Dwg_Entity_VERTEX_2D_tangent_dir_set)
1226
1227    def __init__(self):
1228        _LibreDWG.Dwg_Entity_VERTEX_2D_swiginit(self, _LibreDWG.new_Dwg_Entity_VERTEX_2D())
1229    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_VERTEX_2D
1230
1231# Register Dwg_Entity_VERTEX_2D in _LibreDWG:
1232_LibreDWG.Dwg_Entity_VERTEX_2D_swigregister(Dwg_Entity_VERTEX_2D)
1233
1234class Dwg_Entity_VERTEX_3D(object):
1235    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1236    __repr__ = _swig_repr
1237    parent = property(_LibreDWG.Dwg_Entity_VERTEX_3D_parent_get, _LibreDWG.Dwg_Entity_VERTEX_3D_parent_set)
1238    flag = property(_LibreDWG.Dwg_Entity_VERTEX_3D_flag_get, _LibreDWG.Dwg_Entity_VERTEX_3D_flag_set)
1239    point = property(_LibreDWG.Dwg_Entity_VERTEX_3D_point_get, _LibreDWG.Dwg_Entity_VERTEX_3D_point_set)
1240
1241    def __init__(self):
1242        _LibreDWG.Dwg_Entity_VERTEX_3D_swiginit(self, _LibreDWG.new_Dwg_Entity_VERTEX_3D())
1243    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_VERTEX_3D
1244
1245# Register Dwg_Entity_VERTEX_3D in _LibreDWG:
1246_LibreDWG.Dwg_Entity_VERTEX_3D_swigregister(Dwg_Entity_VERTEX_3D)
1247
1248class Dwg_Entity_VERTEX_PFACE_FACE(object):
1249    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1250    __repr__ = _swig_repr
1251    parent = property(_LibreDWG.Dwg_Entity_VERTEX_PFACE_FACE_parent_get, _LibreDWG.Dwg_Entity_VERTEX_PFACE_FACE_parent_set)
1252    flag = property(_LibreDWG.Dwg_Entity_VERTEX_PFACE_FACE_flag_get, _LibreDWG.Dwg_Entity_VERTEX_PFACE_FACE_flag_set)
1253    vertind = property(_LibreDWG.Dwg_Entity_VERTEX_PFACE_FACE_vertind_get, _LibreDWG.Dwg_Entity_VERTEX_PFACE_FACE_vertind_set)
1254
1255    def __init__(self):
1256        _LibreDWG.Dwg_Entity_VERTEX_PFACE_FACE_swiginit(self, _LibreDWG.new_Dwg_Entity_VERTEX_PFACE_FACE())
1257    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_VERTEX_PFACE_FACE
1258
1259# Register Dwg_Entity_VERTEX_PFACE_FACE in _LibreDWG:
1260_LibreDWG.Dwg_Entity_VERTEX_PFACE_FACE_swigregister(Dwg_Entity_VERTEX_PFACE_FACE)
1261
1262class Dwg_Entity_POLYLINE_2D(object):
1263    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1264    __repr__ = _swig_repr
1265    parent = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_parent_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_parent_set)
1266    has_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_has_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_has_vertex_set)
1267    num_owned = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_num_owned_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_num_owned_set)
1268    first_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_first_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_first_vertex_set)
1269    last_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_last_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_last_vertex_set)
1270    vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_vertex_set)
1271    seqend = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_seqend_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_seqend_set)
1272    flag = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_flag_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_flag_set)
1273    curve_type = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_curve_type_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_curve_type_set)
1274    start_width = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_start_width_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_start_width_set)
1275    end_width = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_end_width_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_end_width_set)
1276    thickness = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_thickness_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_thickness_set)
1277    elevation = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_elevation_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_elevation_set)
1278    extrusion = property(_LibreDWG.Dwg_Entity_POLYLINE_2D_extrusion_get, _LibreDWG.Dwg_Entity_POLYLINE_2D_extrusion_set)
1279
1280    def __init__(self):
1281        _LibreDWG.Dwg_Entity_POLYLINE_2D_swiginit(self, _LibreDWG.new_Dwg_Entity_POLYLINE_2D())
1282    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_POLYLINE_2D
1283
1284# Register Dwg_Entity_POLYLINE_2D in _LibreDWG:
1285_LibreDWG.Dwg_Entity_POLYLINE_2D_swigregister(Dwg_Entity_POLYLINE_2D)
1286
1287class Dwg_Entity_POLYLINE_3D(object):
1288    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1289    __repr__ = _swig_repr
1290    parent = property(_LibreDWG.Dwg_Entity_POLYLINE_3D_parent_get, _LibreDWG.Dwg_Entity_POLYLINE_3D_parent_set)
1291    has_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_3D_has_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_3D_has_vertex_set)
1292    num_owned = property(_LibreDWG.Dwg_Entity_POLYLINE_3D_num_owned_get, _LibreDWG.Dwg_Entity_POLYLINE_3D_num_owned_set)
1293    first_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_3D_first_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_3D_first_vertex_set)
1294    last_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_3D_last_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_3D_last_vertex_set)
1295    vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_3D_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_3D_vertex_set)
1296    seqend = property(_LibreDWG.Dwg_Entity_POLYLINE_3D_seqend_get, _LibreDWG.Dwg_Entity_POLYLINE_3D_seqend_set)
1297    curve_type = property(_LibreDWG.Dwg_Entity_POLYLINE_3D_curve_type_get, _LibreDWG.Dwg_Entity_POLYLINE_3D_curve_type_set)
1298    flag = property(_LibreDWG.Dwg_Entity_POLYLINE_3D_flag_get, _LibreDWG.Dwg_Entity_POLYLINE_3D_flag_set)
1299
1300    def __init__(self):
1301        _LibreDWG.Dwg_Entity_POLYLINE_3D_swiginit(self, _LibreDWG.new_Dwg_Entity_POLYLINE_3D())
1302    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_POLYLINE_3D
1303
1304# Register Dwg_Entity_POLYLINE_3D in _LibreDWG:
1305_LibreDWG.Dwg_Entity_POLYLINE_3D_swigregister(Dwg_Entity_POLYLINE_3D)
1306
1307class Dwg_Entity_ARC(object):
1308    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1309    __repr__ = _swig_repr
1310    parent = property(_LibreDWG.Dwg_Entity_ARC_parent_get, _LibreDWG.Dwg_Entity_ARC_parent_set)
1311    center = property(_LibreDWG.Dwg_Entity_ARC_center_get, _LibreDWG.Dwg_Entity_ARC_center_set)
1312    radius = property(_LibreDWG.Dwg_Entity_ARC_radius_get, _LibreDWG.Dwg_Entity_ARC_radius_set)
1313    thickness = property(_LibreDWG.Dwg_Entity_ARC_thickness_get, _LibreDWG.Dwg_Entity_ARC_thickness_set)
1314    extrusion = property(_LibreDWG.Dwg_Entity_ARC_extrusion_get, _LibreDWG.Dwg_Entity_ARC_extrusion_set)
1315    start_angle = property(_LibreDWG.Dwg_Entity_ARC_start_angle_get, _LibreDWG.Dwg_Entity_ARC_start_angle_set)
1316    end_angle = property(_LibreDWG.Dwg_Entity_ARC_end_angle_get, _LibreDWG.Dwg_Entity_ARC_end_angle_set)
1317
1318    def __init__(self):
1319        _LibreDWG.Dwg_Entity_ARC_swiginit(self, _LibreDWG.new_Dwg_Entity_ARC())
1320    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_ARC
1321
1322# Register Dwg_Entity_ARC in _LibreDWG:
1323_LibreDWG.Dwg_Entity_ARC_swigregister(Dwg_Entity_ARC)
1324
1325class Dwg_Entity_CIRCLE(object):
1326    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1327    __repr__ = _swig_repr
1328    parent = property(_LibreDWG.Dwg_Entity_CIRCLE_parent_get, _LibreDWG.Dwg_Entity_CIRCLE_parent_set)
1329    center = property(_LibreDWG.Dwg_Entity_CIRCLE_center_get, _LibreDWG.Dwg_Entity_CIRCLE_center_set)
1330    radius = property(_LibreDWG.Dwg_Entity_CIRCLE_radius_get, _LibreDWG.Dwg_Entity_CIRCLE_radius_set)
1331    thickness = property(_LibreDWG.Dwg_Entity_CIRCLE_thickness_get, _LibreDWG.Dwg_Entity_CIRCLE_thickness_set)
1332    extrusion = property(_LibreDWG.Dwg_Entity_CIRCLE_extrusion_get, _LibreDWG.Dwg_Entity_CIRCLE_extrusion_set)
1333
1334    def __init__(self):
1335        _LibreDWG.Dwg_Entity_CIRCLE_swiginit(self, _LibreDWG.new_Dwg_Entity_CIRCLE())
1336    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_CIRCLE
1337
1338# Register Dwg_Entity_CIRCLE in _LibreDWG:
1339_LibreDWG.Dwg_Entity_CIRCLE_swigregister(Dwg_Entity_CIRCLE)
1340
1341class Dwg_Entity_LINE(object):
1342    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1343    __repr__ = _swig_repr
1344    parent = property(_LibreDWG.Dwg_Entity_LINE_parent_get, _LibreDWG.Dwg_Entity_LINE_parent_set)
1345    z_is_zero = property(_LibreDWG.Dwg_Entity_LINE_z_is_zero_get, _LibreDWG.Dwg_Entity_LINE_z_is_zero_set)
1346    start = property(_LibreDWG.Dwg_Entity_LINE_start_get, _LibreDWG.Dwg_Entity_LINE_start_set)
1347    end = property(_LibreDWG.Dwg_Entity_LINE_end_get, _LibreDWG.Dwg_Entity_LINE_end_set)
1348    thickness = property(_LibreDWG.Dwg_Entity_LINE_thickness_get, _LibreDWG.Dwg_Entity_LINE_thickness_set)
1349    extrusion = property(_LibreDWG.Dwg_Entity_LINE_extrusion_get, _LibreDWG.Dwg_Entity_LINE_extrusion_set)
1350
1351    def __init__(self):
1352        _LibreDWG.Dwg_Entity_LINE_swiginit(self, _LibreDWG.new_Dwg_Entity_LINE())
1353    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_LINE
1354
1355# Register Dwg_Entity_LINE in _LibreDWG:
1356_LibreDWG.Dwg_Entity_LINE_swigregister(Dwg_Entity_LINE)
1357
1358class Dwg_DIMENSION_common(object):
1359    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1360    __repr__ = _swig_repr
1361    parent = property(_LibreDWG.Dwg_DIMENSION_common_parent_get, _LibreDWG.Dwg_DIMENSION_common_parent_set)
1362    class_version = property(_LibreDWG.Dwg_DIMENSION_common_class_version_get, _LibreDWG.Dwg_DIMENSION_common_class_version_set)
1363    extrusion = property(_LibreDWG.Dwg_DIMENSION_common_extrusion_get, _LibreDWG.Dwg_DIMENSION_common_extrusion_set)
1364    def_pt = property(_LibreDWG.Dwg_DIMENSION_common_def_pt_get, _LibreDWG.Dwg_DIMENSION_common_def_pt_set)
1365    text_midpt = property(_LibreDWG.Dwg_DIMENSION_common_text_midpt_get, _LibreDWG.Dwg_DIMENSION_common_text_midpt_set)
1366    elevation = property(_LibreDWG.Dwg_DIMENSION_common_elevation_get, _LibreDWG.Dwg_DIMENSION_common_elevation_set)
1367    flag = property(_LibreDWG.Dwg_DIMENSION_common_flag_get, _LibreDWG.Dwg_DIMENSION_common_flag_set)
1368    flag1 = property(_LibreDWG.Dwg_DIMENSION_common_flag1_get, _LibreDWG.Dwg_DIMENSION_common_flag1_set)
1369    user_text = property(_LibreDWG.Dwg_DIMENSION_common_user_text_get, _LibreDWG.Dwg_DIMENSION_common_user_text_set)
1370    text_rotation = property(_LibreDWG.Dwg_DIMENSION_common_text_rotation_get, _LibreDWG.Dwg_DIMENSION_common_text_rotation_set)
1371    horiz_dir = property(_LibreDWG.Dwg_DIMENSION_common_horiz_dir_get, _LibreDWG.Dwg_DIMENSION_common_horiz_dir_set)
1372    ins_scale = property(_LibreDWG.Dwg_DIMENSION_common_ins_scale_get, _LibreDWG.Dwg_DIMENSION_common_ins_scale_set)
1373    ins_rotation = property(_LibreDWG.Dwg_DIMENSION_common_ins_rotation_get, _LibreDWG.Dwg_DIMENSION_common_ins_rotation_set)
1374    attachment = property(_LibreDWG.Dwg_DIMENSION_common_attachment_get, _LibreDWG.Dwg_DIMENSION_common_attachment_set)
1375    lspace_style = property(_LibreDWG.Dwg_DIMENSION_common_lspace_style_get, _LibreDWG.Dwg_DIMENSION_common_lspace_style_set)
1376    lspace_factor = property(_LibreDWG.Dwg_DIMENSION_common_lspace_factor_get, _LibreDWG.Dwg_DIMENSION_common_lspace_factor_set)
1377    act_measurement = property(_LibreDWG.Dwg_DIMENSION_common_act_measurement_get, _LibreDWG.Dwg_DIMENSION_common_act_measurement_set)
1378    unknown = property(_LibreDWG.Dwg_DIMENSION_common_unknown_get, _LibreDWG.Dwg_DIMENSION_common_unknown_set)
1379    flip_arrow1 = property(_LibreDWG.Dwg_DIMENSION_common_flip_arrow1_get, _LibreDWG.Dwg_DIMENSION_common_flip_arrow1_set)
1380    flip_arrow2 = property(_LibreDWG.Dwg_DIMENSION_common_flip_arrow2_get, _LibreDWG.Dwg_DIMENSION_common_flip_arrow2_set)
1381    clone_ins_pt = property(_LibreDWG.Dwg_DIMENSION_common_clone_ins_pt_get, _LibreDWG.Dwg_DIMENSION_common_clone_ins_pt_set)
1382    dimstyle = property(_LibreDWG.Dwg_DIMENSION_common_dimstyle_get, _LibreDWG.Dwg_DIMENSION_common_dimstyle_set)
1383    block = property(_LibreDWG.Dwg_DIMENSION_common_block_get, _LibreDWG.Dwg_DIMENSION_common_block_set)
1384
1385    def __init__(self):
1386        _LibreDWG.Dwg_DIMENSION_common_swiginit(self, _LibreDWG.new_Dwg_DIMENSION_common())
1387    __swig_destroy__ = _LibreDWG.delete_Dwg_DIMENSION_common
1388
1389# Register Dwg_DIMENSION_common in _LibreDWG:
1390_LibreDWG.Dwg_DIMENSION_common_swigregister(Dwg_DIMENSION_common)
1391
1392class Dwg_Entity_DIMENSION_ORDINATE(object):
1393    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1394    __repr__ = _swig_repr
1395    parent = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_parent_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_parent_set)
1396    class_version = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_class_version_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_class_version_set)
1397    extrusion = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_extrusion_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_extrusion_set)
1398    def_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_def_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_def_pt_set)
1399    text_midpt = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_text_midpt_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_text_midpt_set)
1400    elevation = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_elevation_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_elevation_set)
1401    flag = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_flag_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_flag_set)
1402    flag1 = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_flag1_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_flag1_set)
1403    user_text = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_user_text_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_user_text_set)
1404    text_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_text_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_text_rotation_set)
1405    horiz_dir = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_horiz_dir_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_horiz_dir_set)
1406    ins_scale = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_ins_scale_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_ins_scale_set)
1407    ins_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_ins_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_ins_rotation_set)
1408    attachment = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_attachment_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_attachment_set)
1409    lspace_style = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_lspace_style_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_lspace_style_set)
1410    lspace_factor = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_lspace_factor_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_lspace_factor_set)
1411    act_measurement = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_act_measurement_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_act_measurement_set)
1412    unknown = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_unknown_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_unknown_set)
1413    flip_arrow1 = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_flip_arrow1_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_flip_arrow1_set)
1414    flip_arrow2 = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_flip_arrow2_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_flip_arrow2_set)
1415    clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_clone_ins_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_clone_ins_pt_set)
1416    dimstyle = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_dimstyle_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_dimstyle_set)
1417    block = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_block_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_block_set)
1418    feature_location_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_feature_location_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_feature_location_pt_set)
1419    leader_endpt = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_leader_endpt_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_leader_endpt_set)
1420    flag2 = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_flag2_get, _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_flag2_set)
1421
1422    def __init__(self):
1423        _LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_swiginit(self, _LibreDWG.new_Dwg_Entity_DIMENSION_ORDINATE())
1424    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_DIMENSION_ORDINATE
1425
1426# Register Dwg_Entity_DIMENSION_ORDINATE in _LibreDWG:
1427_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_swigregister(Dwg_Entity_DIMENSION_ORDINATE)
1428
1429class Dwg_Entity_DIMENSION_LINEAR(object):
1430    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1431    __repr__ = _swig_repr
1432    parent = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_parent_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_parent_set)
1433    class_version = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_class_version_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_class_version_set)
1434    extrusion = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_extrusion_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_extrusion_set)
1435    def_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_def_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_def_pt_set)
1436    text_midpt = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_text_midpt_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_text_midpt_set)
1437    elevation = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_elevation_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_elevation_set)
1438    flag = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_flag_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_flag_set)
1439    flag1 = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_flag1_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_flag1_set)
1440    user_text = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_user_text_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_user_text_set)
1441    text_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_text_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_text_rotation_set)
1442    horiz_dir = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_horiz_dir_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_horiz_dir_set)
1443    ins_scale = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_ins_scale_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_ins_scale_set)
1444    ins_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_ins_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_ins_rotation_set)
1445    attachment = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_attachment_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_attachment_set)
1446    lspace_style = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_lspace_style_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_lspace_style_set)
1447    lspace_factor = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_lspace_factor_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_lspace_factor_set)
1448    act_measurement = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_act_measurement_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_act_measurement_set)
1449    unknown = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_unknown_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_unknown_set)
1450    flip_arrow1 = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_flip_arrow1_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_flip_arrow1_set)
1451    flip_arrow2 = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_flip_arrow2_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_flip_arrow2_set)
1452    clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_clone_ins_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_clone_ins_pt_set)
1453    dimstyle = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_dimstyle_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_dimstyle_set)
1454    block = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_block_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_block_set)
1455    xline1_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_xline1_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_xline1_pt_set)
1456    xline2_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_xline2_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_xline2_pt_set)
1457    oblique_angle = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_oblique_angle_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_oblique_angle_set)
1458    dim_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_dim_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_dim_rotation_set)
1459
1460    def __init__(self):
1461        _LibreDWG.Dwg_Entity_DIMENSION_LINEAR_swiginit(self, _LibreDWG.new_Dwg_Entity_DIMENSION_LINEAR())
1462    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_DIMENSION_LINEAR
1463
1464# Register Dwg_Entity_DIMENSION_LINEAR in _LibreDWG:
1465_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_swigregister(Dwg_Entity_DIMENSION_LINEAR)
1466
1467class Dwg_Entity_DIMENSION_ALIGNED(object):
1468    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1469    __repr__ = _swig_repr
1470    parent = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_parent_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_parent_set)
1471    class_version = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_class_version_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_class_version_set)
1472    extrusion = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_extrusion_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_extrusion_set)
1473    def_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_def_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_def_pt_set)
1474    text_midpt = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_text_midpt_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_text_midpt_set)
1475    elevation = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_elevation_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_elevation_set)
1476    flag = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_flag_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_flag_set)
1477    flag1 = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_flag1_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_flag1_set)
1478    user_text = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_user_text_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_user_text_set)
1479    text_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_text_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_text_rotation_set)
1480    horiz_dir = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_horiz_dir_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_horiz_dir_set)
1481    ins_scale = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_ins_scale_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_ins_scale_set)
1482    ins_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_ins_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_ins_rotation_set)
1483    attachment = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_attachment_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_attachment_set)
1484    lspace_style = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_lspace_style_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_lspace_style_set)
1485    lspace_factor = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_lspace_factor_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_lspace_factor_set)
1486    act_measurement = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_act_measurement_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_act_measurement_set)
1487    unknown = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_unknown_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_unknown_set)
1488    flip_arrow1 = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_flip_arrow1_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_flip_arrow1_set)
1489    flip_arrow2 = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_flip_arrow2_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_flip_arrow2_set)
1490    clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_clone_ins_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_clone_ins_pt_set)
1491    dimstyle = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_dimstyle_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_dimstyle_set)
1492    block = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_block_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_block_set)
1493    xline1_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_xline1_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_xline1_pt_set)
1494    xline2_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_xline2_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_xline2_pt_set)
1495    oblique_angle = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_oblique_angle_get, _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_oblique_angle_set)
1496
1497    def __init__(self):
1498        _LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_swiginit(self, _LibreDWG.new_Dwg_Entity_DIMENSION_ALIGNED())
1499    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_DIMENSION_ALIGNED
1500
1501# Register Dwg_Entity_DIMENSION_ALIGNED in _LibreDWG:
1502_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_swigregister(Dwg_Entity_DIMENSION_ALIGNED)
1503
1504class Dwg_Entity_DIMENSION_ANG3PT(object):
1505    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1506    __repr__ = _swig_repr
1507    parent = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_parent_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_parent_set)
1508    class_version = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_class_version_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_class_version_set)
1509    extrusion = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_extrusion_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_extrusion_set)
1510    def_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_def_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_def_pt_set)
1511    text_midpt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_text_midpt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_text_midpt_set)
1512    elevation = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_elevation_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_elevation_set)
1513    flag = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_flag_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_flag_set)
1514    flag1 = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_flag1_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_flag1_set)
1515    user_text = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_user_text_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_user_text_set)
1516    text_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_text_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_text_rotation_set)
1517    horiz_dir = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_horiz_dir_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_horiz_dir_set)
1518    ins_scale = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_ins_scale_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_ins_scale_set)
1519    ins_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_ins_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_ins_rotation_set)
1520    attachment = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_attachment_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_attachment_set)
1521    lspace_style = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_lspace_style_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_lspace_style_set)
1522    lspace_factor = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_lspace_factor_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_lspace_factor_set)
1523    act_measurement = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_act_measurement_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_act_measurement_set)
1524    unknown = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_unknown_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_unknown_set)
1525    flip_arrow1 = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_flip_arrow1_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_flip_arrow1_set)
1526    flip_arrow2 = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_flip_arrow2_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_flip_arrow2_set)
1527    clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_clone_ins_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_clone_ins_pt_set)
1528    dimstyle = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_dimstyle_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_dimstyle_set)
1529    block = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_block_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_block_set)
1530    xline1_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_xline1_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_xline1_pt_set)
1531    xline2_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_xline2_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_xline2_pt_set)
1532    center_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_center_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_center_pt_set)
1533
1534    def __init__(self):
1535        _LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_swiginit(self, _LibreDWG.new_Dwg_Entity_DIMENSION_ANG3PT())
1536    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_DIMENSION_ANG3PT
1537
1538# Register Dwg_Entity_DIMENSION_ANG3PT in _LibreDWG:
1539_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_swigregister(Dwg_Entity_DIMENSION_ANG3PT)
1540
1541class Dwg_Entity_DIMENSION_ANG2LN(object):
1542    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1543    __repr__ = _swig_repr
1544    parent = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_parent_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_parent_set)
1545    class_version = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_class_version_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_class_version_set)
1546    extrusion = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_extrusion_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_extrusion_set)
1547    def_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_def_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_def_pt_set)
1548    text_midpt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_text_midpt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_text_midpt_set)
1549    elevation = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_elevation_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_elevation_set)
1550    flag = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_flag_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_flag_set)
1551    flag1 = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_flag1_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_flag1_set)
1552    user_text = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_user_text_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_user_text_set)
1553    text_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_text_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_text_rotation_set)
1554    horiz_dir = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_horiz_dir_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_horiz_dir_set)
1555    ins_scale = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_ins_scale_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_ins_scale_set)
1556    ins_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_ins_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_ins_rotation_set)
1557    attachment = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_attachment_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_attachment_set)
1558    lspace_style = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_lspace_style_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_lspace_style_set)
1559    lspace_factor = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_lspace_factor_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_lspace_factor_set)
1560    act_measurement = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_act_measurement_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_act_measurement_set)
1561    unknown = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_unknown_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_unknown_set)
1562    flip_arrow1 = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_flip_arrow1_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_flip_arrow1_set)
1563    flip_arrow2 = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_flip_arrow2_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_flip_arrow2_set)
1564    clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_clone_ins_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_clone_ins_pt_set)
1565    dimstyle = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_dimstyle_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_dimstyle_set)
1566    block = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_block_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_block_set)
1567    xline1start_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_xline1start_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_xline1start_pt_set)
1568    xline1end_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_xline1end_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_xline1end_pt_set)
1569    xline2start_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_xline2start_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_xline2start_pt_set)
1570    xline2end_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_xline2end_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_xline2end_pt_set)
1571
1572    def __init__(self):
1573        _LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_swiginit(self, _LibreDWG.new_Dwg_Entity_DIMENSION_ANG2LN())
1574    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_DIMENSION_ANG2LN
1575
1576# Register Dwg_Entity_DIMENSION_ANG2LN in _LibreDWG:
1577_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_swigregister(Dwg_Entity_DIMENSION_ANG2LN)
1578
1579class Dwg_Entity_DIMENSION_RADIUS(object):
1580    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1581    __repr__ = _swig_repr
1582    parent = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_parent_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_parent_set)
1583    class_version = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_class_version_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_class_version_set)
1584    extrusion = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_extrusion_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_extrusion_set)
1585    def_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_def_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_def_pt_set)
1586    text_midpt = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_text_midpt_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_text_midpt_set)
1587    elevation = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_elevation_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_elevation_set)
1588    flag = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_flag_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_flag_set)
1589    flag1 = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_flag1_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_flag1_set)
1590    user_text = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_user_text_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_user_text_set)
1591    text_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_text_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_text_rotation_set)
1592    horiz_dir = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_horiz_dir_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_horiz_dir_set)
1593    ins_scale = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_ins_scale_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_ins_scale_set)
1594    ins_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_ins_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_ins_rotation_set)
1595    attachment = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_attachment_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_attachment_set)
1596    lspace_style = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_lspace_style_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_lspace_style_set)
1597    lspace_factor = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_lspace_factor_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_lspace_factor_set)
1598    act_measurement = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_act_measurement_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_act_measurement_set)
1599    unknown = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_unknown_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_unknown_set)
1600    flip_arrow1 = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_flip_arrow1_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_flip_arrow1_set)
1601    flip_arrow2 = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_flip_arrow2_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_flip_arrow2_set)
1602    clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_clone_ins_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_clone_ins_pt_set)
1603    dimstyle = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_dimstyle_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_dimstyle_set)
1604    block = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_block_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_block_set)
1605    first_arc_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_first_arc_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_first_arc_pt_set)
1606    leader_len = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_leader_len_get, _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_leader_len_set)
1607
1608    def __init__(self):
1609        _LibreDWG.Dwg_Entity_DIMENSION_RADIUS_swiginit(self, _LibreDWG.new_Dwg_Entity_DIMENSION_RADIUS())
1610    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_DIMENSION_RADIUS
1611
1612# Register Dwg_Entity_DIMENSION_RADIUS in _LibreDWG:
1613_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_swigregister(Dwg_Entity_DIMENSION_RADIUS)
1614
1615class Dwg_Entity_DIMENSION_DIAMETER(object):
1616    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1617    __repr__ = _swig_repr
1618    parent = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_parent_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_parent_set)
1619    class_version = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_class_version_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_class_version_set)
1620    extrusion = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_extrusion_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_extrusion_set)
1621    def_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_def_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_def_pt_set)
1622    text_midpt = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_text_midpt_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_text_midpt_set)
1623    elevation = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_elevation_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_elevation_set)
1624    flag = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_flag_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_flag_set)
1625    flag1 = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_flag1_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_flag1_set)
1626    user_text = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_user_text_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_user_text_set)
1627    text_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_text_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_text_rotation_set)
1628    horiz_dir = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_horiz_dir_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_horiz_dir_set)
1629    ins_scale = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_ins_scale_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_ins_scale_set)
1630    ins_rotation = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_ins_rotation_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_ins_rotation_set)
1631    attachment = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_attachment_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_attachment_set)
1632    lspace_style = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_lspace_style_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_lspace_style_set)
1633    lspace_factor = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_lspace_factor_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_lspace_factor_set)
1634    act_measurement = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_act_measurement_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_act_measurement_set)
1635    unknown = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_unknown_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_unknown_set)
1636    flip_arrow1 = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_flip_arrow1_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_flip_arrow1_set)
1637    flip_arrow2 = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_flip_arrow2_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_flip_arrow2_set)
1638    clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_clone_ins_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_clone_ins_pt_set)
1639    dimstyle = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_dimstyle_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_dimstyle_set)
1640    block = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_block_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_block_set)
1641    first_arc_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_first_arc_pt_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_first_arc_pt_set)
1642    leader_len = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_leader_len_get, _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_leader_len_set)
1643
1644    def __init__(self):
1645        _LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_swiginit(self, _LibreDWG.new_Dwg_Entity_DIMENSION_DIAMETER())
1646    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_DIMENSION_DIAMETER
1647
1648# Register Dwg_Entity_DIMENSION_DIAMETER in _LibreDWG:
1649_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_swigregister(Dwg_Entity_DIMENSION_DIAMETER)
1650
1651class Dwg_Entity_ARC_DIMENSION(object):
1652    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1653    __repr__ = _swig_repr
1654    parent = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_parent_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_parent_set)
1655    class_version = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_class_version_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_class_version_set)
1656    extrusion = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_extrusion_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_extrusion_set)
1657    def_pt = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_def_pt_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_def_pt_set)
1658    text_midpt = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_text_midpt_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_text_midpt_set)
1659    elevation = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_elevation_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_elevation_set)
1660    flag = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_flag_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_flag_set)
1661    flag1 = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_flag1_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_flag1_set)
1662    user_text = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_user_text_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_user_text_set)
1663    text_rotation = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_text_rotation_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_text_rotation_set)
1664    horiz_dir = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_horiz_dir_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_horiz_dir_set)
1665    ins_scale = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_ins_scale_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_ins_scale_set)
1666    ins_rotation = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_ins_rotation_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_ins_rotation_set)
1667    attachment = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_attachment_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_attachment_set)
1668    lspace_style = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_lspace_style_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_lspace_style_set)
1669    lspace_factor = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_lspace_factor_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_lspace_factor_set)
1670    act_measurement = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_act_measurement_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_act_measurement_set)
1671    unknown = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_unknown_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_unknown_set)
1672    flip_arrow1 = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_flip_arrow1_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_flip_arrow1_set)
1673    flip_arrow2 = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_flip_arrow2_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_flip_arrow2_set)
1674    clone_ins_pt = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_clone_ins_pt_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_clone_ins_pt_set)
1675    dimstyle = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_dimstyle_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_dimstyle_set)
1676    block = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_block_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_block_set)
1677    xline1_pt = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_xline1_pt_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_xline1_pt_set)
1678    xline2_pt = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_xline2_pt_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_xline2_pt_set)
1679    center_pt = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_center_pt_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_center_pt_set)
1680    is_partial = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_is_partial_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_is_partial_set)
1681    arc_start_param = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_arc_start_param_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_arc_start_param_set)
1682    arc_end_param = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_arc_end_param_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_arc_end_param_set)
1683    has_leader = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_has_leader_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_has_leader_set)
1684    leader1_pt = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_leader1_pt_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_leader1_pt_set)
1685    leader2_pt = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_leader2_pt_get, _LibreDWG.Dwg_Entity_ARC_DIMENSION_leader2_pt_set)
1686
1687    def __init__(self):
1688        _LibreDWG.Dwg_Entity_ARC_DIMENSION_swiginit(self, _LibreDWG.new_Dwg_Entity_ARC_DIMENSION())
1689    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_ARC_DIMENSION
1690
1691# Register Dwg_Entity_ARC_DIMENSION in _LibreDWG:
1692_LibreDWG.Dwg_Entity_ARC_DIMENSION_swigregister(Dwg_Entity_ARC_DIMENSION)
1693
1694class Dwg_Entity_LARGE_RADIAL_DIMENSION(object):
1695    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1696    __repr__ = _swig_repr
1697    parent = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_parent_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_parent_set)
1698    class_version = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_class_version_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_class_version_set)
1699    extrusion = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_extrusion_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_extrusion_set)
1700    def_pt = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_def_pt_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_def_pt_set)
1701    text_midpt = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_text_midpt_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_text_midpt_set)
1702    elevation = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_elevation_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_elevation_set)
1703    flag = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_flag_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_flag_set)
1704    flag1 = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_flag1_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_flag1_set)
1705    user_text = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_user_text_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_user_text_set)
1706    text_rotation = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_text_rotation_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_text_rotation_set)
1707    horiz_dir = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_horiz_dir_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_horiz_dir_set)
1708    ins_scale = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_ins_scale_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_ins_scale_set)
1709    ins_rotation = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_ins_rotation_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_ins_rotation_set)
1710    attachment = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_attachment_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_attachment_set)
1711    lspace_style = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_lspace_style_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_lspace_style_set)
1712    lspace_factor = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_lspace_factor_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_lspace_factor_set)
1713    act_measurement = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_act_measurement_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_act_measurement_set)
1714    unknown = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_unknown_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_unknown_set)
1715    flip_arrow1 = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_flip_arrow1_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_flip_arrow1_set)
1716    flip_arrow2 = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_flip_arrow2_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_flip_arrow2_set)
1717    clone_ins_pt = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_clone_ins_pt_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_clone_ins_pt_set)
1718    dimstyle = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_dimstyle_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_dimstyle_set)
1719    block = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_block_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_block_set)
1720    first_arc_pt = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_first_arc_pt_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_first_arc_pt_set)
1721    leader_len = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_leader_len_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_leader_len_set)
1722    ovr_center = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_ovr_center_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_ovr_center_set)
1723    jog_point = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_jog_point_get, _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_jog_point_set)
1724
1725    def __init__(self):
1726        _LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_swiginit(self, _LibreDWG.new_Dwg_Entity_LARGE_RADIAL_DIMENSION())
1727    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_LARGE_RADIAL_DIMENSION
1728
1729# Register Dwg_Entity_LARGE_RADIAL_DIMENSION in _LibreDWG:
1730_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_swigregister(Dwg_Entity_LARGE_RADIAL_DIMENSION)
1731
1732class Dwg_Entity_POINT(object):
1733    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1734    __repr__ = _swig_repr
1735    parent = property(_LibreDWG.Dwg_Entity_POINT_parent_get, _LibreDWG.Dwg_Entity_POINT_parent_set)
1736    x = property(_LibreDWG.Dwg_Entity_POINT_x_get, _LibreDWG.Dwg_Entity_POINT_x_set)
1737    y = property(_LibreDWG.Dwg_Entity_POINT_y_get, _LibreDWG.Dwg_Entity_POINT_y_set)
1738    z = property(_LibreDWG.Dwg_Entity_POINT_z_get, _LibreDWG.Dwg_Entity_POINT_z_set)
1739    thickness = property(_LibreDWG.Dwg_Entity_POINT_thickness_get, _LibreDWG.Dwg_Entity_POINT_thickness_set)
1740    extrusion = property(_LibreDWG.Dwg_Entity_POINT_extrusion_get, _LibreDWG.Dwg_Entity_POINT_extrusion_set)
1741    x_ang = property(_LibreDWG.Dwg_Entity_POINT_x_ang_get, _LibreDWG.Dwg_Entity_POINT_x_ang_set)
1742
1743    def __init__(self):
1744        _LibreDWG.Dwg_Entity_POINT_swiginit(self, _LibreDWG.new_Dwg_Entity_POINT())
1745    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_POINT
1746
1747# Register Dwg_Entity_POINT in _LibreDWG:
1748_LibreDWG.Dwg_Entity_POINT_swigregister(Dwg_Entity_POINT)
1749
1750class Dwg_Entity__3DFACE(object):
1751    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1752    __repr__ = _swig_repr
1753    parent = property(_LibreDWG.Dwg_Entity__3DFACE_parent_get, _LibreDWG.Dwg_Entity__3DFACE_parent_set)
1754    has_no_flags = property(_LibreDWG.Dwg_Entity__3DFACE_has_no_flags_get, _LibreDWG.Dwg_Entity__3DFACE_has_no_flags_set)
1755    z_is_zero = property(_LibreDWG.Dwg_Entity__3DFACE_z_is_zero_get, _LibreDWG.Dwg_Entity__3DFACE_z_is_zero_set)
1756    corner1 = property(_LibreDWG.Dwg_Entity__3DFACE_corner1_get, _LibreDWG.Dwg_Entity__3DFACE_corner1_set)
1757    corner2 = property(_LibreDWG.Dwg_Entity__3DFACE_corner2_get, _LibreDWG.Dwg_Entity__3DFACE_corner2_set)
1758    corner3 = property(_LibreDWG.Dwg_Entity__3DFACE_corner3_get, _LibreDWG.Dwg_Entity__3DFACE_corner3_set)
1759    corner4 = property(_LibreDWG.Dwg_Entity__3DFACE_corner4_get, _LibreDWG.Dwg_Entity__3DFACE_corner4_set)
1760    invis_flags = property(_LibreDWG.Dwg_Entity__3DFACE_invis_flags_get, _LibreDWG.Dwg_Entity__3DFACE_invis_flags_set)
1761
1762    def __init__(self):
1763        _LibreDWG.Dwg_Entity__3DFACE_swiginit(self, _LibreDWG.new_Dwg_Entity__3DFACE())
1764    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity__3DFACE
1765
1766# Register Dwg_Entity__3DFACE in _LibreDWG:
1767_LibreDWG.Dwg_Entity__3DFACE_swigregister(Dwg_Entity__3DFACE)
1768
1769class Dwg_Entity_POLYLINE_PFACE(object):
1770    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1771    __repr__ = _swig_repr
1772    parent = property(_LibreDWG.Dwg_Entity_POLYLINE_PFACE_parent_get, _LibreDWG.Dwg_Entity_POLYLINE_PFACE_parent_set)
1773    has_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_PFACE_has_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_PFACE_has_vertex_set)
1774    num_owned = property(_LibreDWG.Dwg_Entity_POLYLINE_PFACE_num_owned_get, _LibreDWG.Dwg_Entity_POLYLINE_PFACE_num_owned_set)
1775    first_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_PFACE_first_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_PFACE_first_vertex_set)
1776    last_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_PFACE_last_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_PFACE_last_vertex_set)
1777    vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_PFACE_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_PFACE_vertex_set)
1778    seqend = property(_LibreDWG.Dwg_Entity_POLYLINE_PFACE_seqend_get, _LibreDWG.Dwg_Entity_POLYLINE_PFACE_seqend_set)
1779    numverts = property(_LibreDWG.Dwg_Entity_POLYLINE_PFACE_numverts_get, _LibreDWG.Dwg_Entity_POLYLINE_PFACE_numverts_set)
1780    numfaces = property(_LibreDWG.Dwg_Entity_POLYLINE_PFACE_numfaces_get, _LibreDWG.Dwg_Entity_POLYLINE_PFACE_numfaces_set)
1781
1782    def __init__(self):
1783        _LibreDWG.Dwg_Entity_POLYLINE_PFACE_swiginit(self, _LibreDWG.new_Dwg_Entity_POLYLINE_PFACE())
1784    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_POLYLINE_PFACE
1785
1786# Register Dwg_Entity_POLYLINE_PFACE in _LibreDWG:
1787_LibreDWG.Dwg_Entity_POLYLINE_PFACE_swigregister(Dwg_Entity_POLYLINE_PFACE)
1788
1789class Dwg_Entity_POLYLINE_MESH(object):
1790    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1791    __repr__ = _swig_repr
1792    parent = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_parent_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_parent_set)
1793    has_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_has_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_has_vertex_set)
1794    num_owned = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_num_owned_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_num_owned_set)
1795    first_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_first_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_first_vertex_set)
1796    last_vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_last_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_last_vertex_set)
1797    vertex = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_vertex_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_vertex_set)
1798    seqend = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_seqend_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_seqend_set)
1799    flag = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_flag_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_flag_set)
1800    curve_type = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_curve_type_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_curve_type_set)
1801    num_m_verts = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_num_m_verts_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_num_m_verts_set)
1802    num_n_verts = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_num_n_verts_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_num_n_verts_set)
1803    m_density = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_m_density_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_m_density_set)
1804    n_density = property(_LibreDWG.Dwg_Entity_POLYLINE_MESH_n_density_get, _LibreDWG.Dwg_Entity_POLYLINE_MESH_n_density_set)
1805
1806    def __init__(self):
1807        _LibreDWG.Dwg_Entity_POLYLINE_MESH_swiginit(self, _LibreDWG.new_Dwg_Entity_POLYLINE_MESH())
1808    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_POLYLINE_MESH
1809
1810# Register Dwg_Entity_POLYLINE_MESH in _LibreDWG:
1811_LibreDWG.Dwg_Entity_POLYLINE_MESH_swigregister(Dwg_Entity_POLYLINE_MESH)
1812
1813class Dwg_Entity_SOLID(object):
1814    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1815    __repr__ = _swig_repr
1816    parent = property(_LibreDWG.Dwg_Entity_SOLID_parent_get, _LibreDWG.Dwg_Entity_SOLID_parent_set)
1817    thickness = property(_LibreDWG.Dwg_Entity_SOLID_thickness_get, _LibreDWG.Dwg_Entity_SOLID_thickness_set)
1818    elevation = property(_LibreDWG.Dwg_Entity_SOLID_elevation_get, _LibreDWG.Dwg_Entity_SOLID_elevation_set)
1819    corner1 = property(_LibreDWG.Dwg_Entity_SOLID_corner1_get, _LibreDWG.Dwg_Entity_SOLID_corner1_set)
1820    corner2 = property(_LibreDWG.Dwg_Entity_SOLID_corner2_get, _LibreDWG.Dwg_Entity_SOLID_corner2_set)
1821    corner3 = property(_LibreDWG.Dwg_Entity_SOLID_corner3_get, _LibreDWG.Dwg_Entity_SOLID_corner3_set)
1822    corner4 = property(_LibreDWG.Dwg_Entity_SOLID_corner4_get, _LibreDWG.Dwg_Entity_SOLID_corner4_set)
1823    extrusion = property(_LibreDWG.Dwg_Entity_SOLID_extrusion_get, _LibreDWG.Dwg_Entity_SOLID_extrusion_set)
1824
1825    def __init__(self):
1826        _LibreDWG.Dwg_Entity_SOLID_swiginit(self, _LibreDWG.new_Dwg_Entity_SOLID())
1827    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_SOLID
1828
1829# Register Dwg_Entity_SOLID in _LibreDWG:
1830_LibreDWG.Dwg_Entity_SOLID_swigregister(Dwg_Entity_SOLID)
1831
1832class Dwg_Entity_TRACE(object):
1833    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1834    __repr__ = _swig_repr
1835    parent = property(_LibreDWG.Dwg_Entity_TRACE_parent_get, _LibreDWG.Dwg_Entity_TRACE_parent_set)
1836    thickness = property(_LibreDWG.Dwg_Entity_TRACE_thickness_get, _LibreDWG.Dwg_Entity_TRACE_thickness_set)
1837    elevation = property(_LibreDWG.Dwg_Entity_TRACE_elevation_get, _LibreDWG.Dwg_Entity_TRACE_elevation_set)
1838    corner1 = property(_LibreDWG.Dwg_Entity_TRACE_corner1_get, _LibreDWG.Dwg_Entity_TRACE_corner1_set)
1839    corner2 = property(_LibreDWG.Dwg_Entity_TRACE_corner2_get, _LibreDWG.Dwg_Entity_TRACE_corner2_set)
1840    corner3 = property(_LibreDWG.Dwg_Entity_TRACE_corner3_get, _LibreDWG.Dwg_Entity_TRACE_corner3_set)
1841    corner4 = property(_LibreDWG.Dwg_Entity_TRACE_corner4_get, _LibreDWG.Dwg_Entity_TRACE_corner4_set)
1842    extrusion = property(_LibreDWG.Dwg_Entity_TRACE_extrusion_get, _LibreDWG.Dwg_Entity_TRACE_extrusion_set)
1843
1844    def __init__(self):
1845        _LibreDWG.Dwg_Entity_TRACE_swiginit(self, _LibreDWG.new_Dwg_Entity_TRACE())
1846    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_TRACE
1847
1848# Register Dwg_Entity_TRACE in _LibreDWG:
1849_LibreDWG.Dwg_Entity_TRACE_swigregister(Dwg_Entity_TRACE)
1850
1851class Dwg_Entity_SHAPE(object):
1852    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1853    __repr__ = _swig_repr
1854    parent = property(_LibreDWG.Dwg_Entity_SHAPE_parent_get, _LibreDWG.Dwg_Entity_SHAPE_parent_set)
1855    ins_pt = property(_LibreDWG.Dwg_Entity_SHAPE_ins_pt_get, _LibreDWG.Dwg_Entity_SHAPE_ins_pt_set)
1856    scale = property(_LibreDWG.Dwg_Entity_SHAPE_scale_get, _LibreDWG.Dwg_Entity_SHAPE_scale_set)
1857    rotation = property(_LibreDWG.Dwg_Entity_SHAPE_rotation_get, _LibreDWG.Dwg_Entity_SHAPE_rotation_set)
1858    width_factor = property(_LibreDWG.Dwg_Entity_SHAPE_width_factor_get, _LibreDWG.Dwg_Entity_SHAPE_width_factor_set)
1859    oblique_angle = property(_LibreDWG.Dwg_Entity_SHAPE_oblique_angle_get, _LibreDWG.Dwg_Entity_SHAPE_oblique_angle_set)
1860    thickness = property(_LibreDWG.Dwg_Entity_SHAPE_thickness_get, _LibreDWG.Dwg_Entity_SHAPE_thickness_set)
1861    style_id = property(_LibreDWG.Dwg_Entity_SHAPE_style_id_get, _LibreDWG.Dwg_Entity_SHAPE_style_id_set)
1862    extrusion = property(_LibreDWG.Dwg_Entity_SHAPE_extrusion_get, _LibreDWG.Dwg_Entity_SHAPE_extrusion_set)
1863    style = property(_LibreDWG.Dwg_Entity_SHAPE_style_get, _LibreDWG.Dwg_Entity_SHAPE_style_set)
1864
1865    def __init__(self):
1866        _LibreDWG.Dwg_Entity_SHAPE_swiginit(self, _LibreDWG.new_Dwg_Entity_SHAPE())
1867    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_SHAPE
1868
1869# Register Dwg_Entity_SHAPE in _LibreDWG:
1870_LibreDWG.Dwg_Entity_SHAPE_swigregister(Dwg_Entity_SHAPE)
1871
1872class Dwg_Entity_VIEWPORT(object):
1873    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1874    __repr__ = _swig_repr
1875    parent = property(_LibreDWG.Dwg_Entity_VIEWPORT_parent_get, _LibreDWG.Dwg_Entity_VIEWPORT_parent_set)
1876    center = property(_LibreDWG.Dwg_Entity_VIEWPORT_center_get, _LibreDWG.Dwg_Entity_VIEWPORT_center_set)
1877    width = property(_LibreDWG.Dwg_Entity_VIEWPORT_width_get, _LibreDWG.Dwg_Entity_VIEWPORT_width_set)
1878    height = property(_LibreDWG.Dwg_Entity_VIEWPORT_height_get, _LibreDWG.Dwg_Entity_VIEWPORT_height_set)
1879    on_off = property(_LibreDWG.Dwg_Entity_VIEWPORT_on_off_get, _LibreDWG.Dwg_Entity_VIEWPORT_on_off_set)
1880    id = property(_LibreDWG.Dwg_Entity_VIEWPORT_id_get, _LibreDWG.Dwg_Entity_VIEWPORT_id_set)
1881    view_target = property(_LibreDWG.Dwg_Entity_VIEWPORT_view_target_get, _LibreDWG.Dwg_Entity_VIEWPORT_view_target_set)
1882    VIEWDIR = property(_LibreDWG.Dwg_Entity_VIEWPORT_VIEWDIR_get, _LibreDWG.Dwg_Entity_VIEWPORT_VIEWDIR_set)
1883    twist_angle = property(_LibreDWG.Dwg_Entity_VIEWPORT_twist_angle_get, _LibreDWG.Dwg_Entity_VIEWPORT_twist_angle_set)
1884    VIEWSIZE = property(_LibreDWG.Dwg_Entity_VIEWPORT_VIEWSIZE_get, _LibreDWG.Dwg_Entity_VIEWPORT_VIEWSIZE_set)
1885    lens_length = property(_LibreDWG.Dwg_Entity_VIEWPORT_lens_length_get, _LibreDWG.Dwg_Entity_VIEWPORT_lens_length_set)
1886    front_clip_z = property(_LibreDWG.Dwg_Entity_VIEWPORT_front_clip_z_get, _LibreDWG.Dwg_Entity_VIEWPORT_front_clip_z_set)
1887    back_clip_z = property(_LibreDWG.Dwg_Entity_VIEWPORT_back_clip_z_get, _LibreDWG.Dwg_Entity_VIEWPORT_back_clip_z_set)
1888    SNAPANG = property(_LibreDWG.Dwg_Entity_VIEWPORT_SNAPANG_get, _LibreDWG.Dwg_Entity_VIEWPORT_SNAPANG_set)
1889    VIEWCTR = property(_LibreDWG.Dwg_Entity_VIEWPORT_VIEWCTR_get, _LibreDWG.Dwg_Entity_VIEWPORT_VIEWCTR_set)
1890    SNAPBASE = property(_LibreDWG.Dwg_Entity_VIEWPORT_SNAPBASE_get, _LibreDWG.Dwg_Entity_VIEWPORT_SNAPBASE_set)
1891    SNAPUNIT = property(_LibreDWG.Dwg_Entity_VIEWPORT_SNAPUNIT_get, _LibreDWG.Dwg_Entity_VIEWPORT_SNAPUNIT_set)
1892    GRIDUNIT = property(_LibreDWG.Dwg_Entity_VIEWPORT_GRIDUNIT_get, _LibreDWG.Dwg_Entity_VIEWPORT_GRIDUNIT_set)
1893    circle_zoom = property(_LibreDWG.Dwg_Entity_VIEWPORT_circle_zoom_get, _LibreDWG.Dwg_Entity_VIEWPORT_circle_zoom_set)
1894    grid_major = property(_LibreDWG.Dwg_Entity_VIEWPORT_grid_major_get, _LibreDWG.Dwg_Entity_VIEWPORT_grid_major_set)
1895    num_frozen_layers = property(_LibreDWG.Dwg_Entity_VIEWPORT_num_frozen_layers_get, _LibreDWG.Dwg_Entity_VIEWPORT_num_frozen_layers_set)
1896    status_flag = property(_LibreDWG.Dwg_Entity_VIEWPORT_status_flag_get, _LibreDWG.Dwg_Entity_VIEWPORT_status_flag_set)
1897    style_sheet = property(_LibreDWG.Dwg_Entity_VIEWPORT_style_sheet_get, _LibreDWG.Dwg_Entity_VIEWPORT_style_sheet_set)
1898    render_mode = property(_LibreDWG.Dwg_Entity_VIEWPORT_render_mode_get, _LibreDWG.Dwg_Entity_VIEWPORT_render_mode_set)
1899    ucs_at_origin = property(_LibreDWG.Dwg_Entity_VIEWPORT_ucs_at_origin_get, _LibreDWG.Dwg_Entity_VIEWPORT_ucs_at_origin_set)
1900    UCSVP = property(_LibreDWG.Dwg_Entity_VIEWPORT_UCSVP_get, _LibreDWG.Dwg_Entity_VIEWPORT_UCSVP_set)
1901    ucsorg = property(_LibreDWG.Dwg_Entity_VIEWPORT_ucsorg_get, _LibreDWG.Dwg_Entity_VIEWPORT_ucsorg_set)
1902    ucsxdir = property(_LibreDWG.Dwg_Entity_VIEWPORT_ucsxdir_get, _LibreDWG.Dwg_Entity_VIEWPORT_ucsxdir_set)
1903    ucsydir = property(_LibreDWG.Dwg_Entity_VIEWPORT_ucsydir_get, _LibreDWG.Dwg_Entity_VIEWPORT_ucsydir_set)
1904    ucs_elevation = property(_LibreDWG.Dwg_Entity_VIEWPORT_ucs_elevation_get, _LibreDWG.Dwg_Entity_VIEWPORT_ucs_elevation_set)
1905    UCSORTHOVIEW = property(_LibreDWG.Dwg_Entity_VIEWPORT_UCSORTHOVIEW_get, _LibreDWG.Dwg_Entity_VIEWPORT_UCSORTHOVIEW_set)
1906    shadeplot_mode = property(_LibreDWG.Dwg_Entity_VIEWPORT_shadeplot_mode_get, _LibreDWG.Dwg_Entity_VIEWPORT_shadeplot_mode_set)
1907    use_default_lights = property(_LibreDWG.Dwg_Entity_VIEWPORT_use_default_lights_get, _LibreDWG.Dwg_Entity_VIEWPORT_use_default_lights_set)
1908    default_lighting_type = property(_LibreDWG.Dwg_Entity_VIEWPORT_default_lighting_type_get, _LibreDWG.Dwg_Entity_VIEWPORT_default_lighting_type_set)
1909    brightness = property(_LibreDWG.Dwg_Entity_VIEWPORT_brightness_get, _LibreDWG.Dwg_Entity_VIEWPORT_brightness_set)
1910    contrast = property(_LibreDWG.Dwg_Entity_VIEWPORT_contrast_get, _LibreDWG.Dwg_Entity_VIEWPORT_contrast_set)
1911    ambient_color = property(_LibreDWG.Dwg_Entity_VIEWPORT_ambient_color_get, _LibreDWG.Dwg_Entity_VIEWPORT_ambient_color_set)
1912    vport_entity_header = property(_LibreDWG.Dwg_Entity_VIEWPORT_vport_entity_header_get, _LibreDWG.Dwg_Entity_VIEWPORT_vport_entity_header_set)
1913    frozen_layers = property(_LibreDWG.Dwg_Entity_VIEWPORT_frozen_layers_get, _LibreDWG.Dwg_Entity_VIEWPORT_frozen_layers_set)
1914    clip_boundary = property(_LibreDWG.Dwg_Entity_VIEWPORT_clip_boundary_get, _LibreDWG.Dwg_Entity_VIEWPORT_clip_boundary_set)
1915    named_ucs = property(_LibreDWG.Dwg_Entity_VIEWPORT_named_ucs_get, _LibreDWG.Dwg_Entity_VIEWPORT_named_ucs_set)
1916    base_ucs = property(_LibreDWG.Dwg_Entity_VIEWPORT_base_ucs_get, _LibreDWG.Dwg_Entity_VIEWPORT_base_ucs_set)
1917    background = property(_LibreDWG.Dwg_Entity_VIEWPORT_background_get, _LibreDWG.Dwg_Entity_VIEWPORT_background_set)
1918    visualstyle = property(_LibreDWG.Dwg_Entity_VIEWPORT_visualstyle_get, _LibreDWG.Dwg_Entity_VIEWPORT_visualstyle_set)
1919    shadeplot = property(_LibreDWG.Dwg_Entity_VIEWPORT_shadeplot_get, _LibreDWG.Dwg_Entity_VIEWPORT_shadeplot_set)
1920    sun = property(_LibreDWG.Dwg_Entity_VIEWPORT_sun_get, _LibreDWG.Dwg_Entity_VIEWPORT_sun_set)
1921
1922    def __init__(self):
1923        _LibreDWG.Dwg_Entity_VIEWPORT_swiginit(self, _LibreDWG.new_Dwg_Entity_VIEWPORT())
1924    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_VIEWPORT
1925
1926# Register Dwg_Entity_VIEWPORT in _LibreDWG:
1927_LibreDWG.Dwg_Entity_VIEWPORT_swigregister(Dwg_Entity_VIEWPORT)
1928
1929class Dwg_Entity_ELLIPSE(object):
1930    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1931    __repr__ = _swig_repr
1932    parent = property(_LibreDWG.Dwg_Entity_ELLIPSE_parent_get, _LibreDWG.Dwg_Entity_ELLIPSE_parent_set)
1933    center = property(_LibreDWG.Dwg_Entity_ELLIPSE_center_get, _LibreDWG.Dwg_Entity_ELLIPSE_center_set)
1934    sm_axis = property(_LibreDWG.Dwg_Entity_ELLIPSE_sm_axis_get, _LibreDWG.Dwg_Entity_ELLIPSE_sm_axis_set)
1935    extrusion = property(_LibreDWG.Dwg_Entity_ELLIPSE_extrusion_get, _LibreDWG.Dwg_Entity_ELLIPSE_extrusion_set)
1936    axis_ratio = property(_LibreDWG.Dwg_Entity_ELLIPSE_axis_ratio_get, _LibreDWG.Dwg_Entity_ELLIPSE_axis_ratio_set)
1937    start_angle = property(_LibreDWG.Dwg_Entity_ELLIPSE_start_angle_get, _LibreDWG.Dwg_Entity_ELLIPSE_start_angle_set)
1938    end_angle = property(_LibreDWG.Dwg_Entity_ELLIPSE_end_angle_get, _LibreDWG.Dwg_Entity_ELLIPSE_end_angle_set)
1939
1940    def __init__(self):
1941        _LibreDWG.Dwg_Entity_ELLIPSE_swiginit(self, _LibreDWG.new_Dwg_Entity_ELLIPSE())
1942    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_ELLIPSE
1943
1944# Register Dwg_Entity_ELLIPSE in _LibreDWG:
1945_LibreDWG.Dwg_Entity_ELLIPSE_swigregister(Dwg_Entity_ELLIPSE)
1946
1947class Dwg_SPLINE_control_point(object):
1948    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1949    __repr__ = _swig_repr
1950    parent = property(_LibreDWG.Dwg_SPLINE_control_point_parent_get, _LibreDWG.Dwg_SPLINE_control_point_parent_set)
1951    x = property(_LibreDWG.Dwg_SPLINE_control_point_x_get, _LibreDWG.Dwg_SPLINE_control_point_x_set)
1952    y = property(_LibreDWG.Dwg_SPLINE_control_point_y_get, _LibreDWG.Dwg_SPLINE_control_point_y_set)
1953    z = property(_LibreDWG.Dwg_SPLINE_control_point_z_get, _LibreDWG.Dwg_SPLINE_control_point_z_set)
1954    w = property(_LibreDWG.Dwg_SPLINE_control_point_w_get, _LibreDWG.Dwg_SPLINE_control_point_w_set)
1955
1956    def __init__(self):
1957        _LibreDWG.Dwg_SPLINE_control_point_swiginit(self, _LibreDWG.new_Dwg_SPLINE_control_point())
1958    __swig_destroy__ = _LibreDWG.delete_Dwg_SPLINE_control_point
1959
1960# Register Dwg_SPLINE_control_point in _LibreDWG:
1961_LibreDWG.Dwg_SPLINE_control_point_swigregister(Dwg_SPLINE_control_point)
1962
1963class Dwg_Entity_SPLINE(object):
1964    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1965    __repr__ = _swig_repr
1966    parent = property(_LibreDWG.Dwg_Entity_SPLINE_parent_get, _LibreDWG.Dwg_Entity_SPLINE_parent_set)
1967    flag = property(_LibreDWG.Dwg_Entity_SPLINE_flag_get, _LibreDWG.Dwg_Entity_SPLINE_flag_set)
1968    scenario = property(_LibreDWG.Dwg_Entity_SPLINE_scenario_get, _LibreDWG.Dwg_Entity_SPLINE_scenario_set)
1969    degree = property(_LibreDWG.Dwg_Entity_SPLINE_degree_get, _LibreDWG.Dwg_Entity_SPLINE_degree_set)
1970    splineflags1 = property(_LibreDWG.Dwg_Entity_SPLINE_splineflags1_get, _LibreDWG.Dwg_Entity_SPLINE_splineflags1_set)
1971    knotparam = property(_LibreDWG.Dwg_Entity_SPLINE_knotparam_get, _LibreDWG.Dwg_Entity_SPLINE_knotparam_set)
1972    fit_tol = property(_LibreDWG.Dwg_Entity_SPLINE_fit_tol_get, _LibreDWG.Dwg_Entity_SPLINE_fit_tol_set)
1973    beg_tan_vec = property(_LibreDWG.Dwg_Entity_SPLINE_beg_tan_vec_get, _LibreDWG.Dwg_Entity_SPLINE_beg_tan_vec_set)
1974    end_tan_vec = property(_LibreDWG.Dwg_Entity_SPLINE_end_tan_vec_get, _LibreDWG.Dwg_Entity_SPLINE_end_tan_vec_set)
1975    closed_b = property(_LibreDWG.Dwg_Entity_SPLINE_closed_b_get, _LibreDWG.Dwg_Entity_SPLINE_closed_b_set)
1976    periodic = property(_LibreDWG.Dwg_Entity_SPLINE_periodic_get, _LibreDWG.Dwg_Entity_SPLINE_periodic_set)
1977    rational = property(_LibreDWG.Dwg_Entity_SPLINE_rational_get, _LibreDWG.Dwg_Entity_SPLINE_rational_set)
1978    weighted = property(_LibreDWG.Dwg_Entity_SPLINE_weighted_get, _LibreDWG.Dwg_Entity_SPLINE_weighted_set)
1979    knot_tol = property(_LibreDWG.Dwg_Entity_SPLINE_knot_tol_get, _LibreDWG.Dwg_Entity_SPLINE_knot_tol_set)
1980    ctrl_tol = property(_LibreDWG.Dwg_Entity_SPLINE_ctrl_tol_get, _LibreDWG.Dwg_Entity_SPLINE_ctrl_tol_set)
1981    num_fit_pts = property(_LibreDWG.Dwg_Entity_SPLINE_num_fit_pts_get, _LibreDWG.Dwg_Entity_SPLINE_num_fit_pts_set)
1982    fit_pts = property(_LibreDWG.Dwg_Entity_SPLINE_fit_pts_get, _LibreDWG.Dwg_Entity_SPLINE_fit_pts_set)
1983    num_knots = property(_LibreDWG.Dwg_Entity_SPLINE_num_knots_get, _LibreDWG.Dwg_Entity_SPLINE_num_knots_set)
1984    knots = property(_LibreDWG.Dwg_Entity_SPLINE_knots_get, _LibreDWG.Dwg_Entity_SPLINE_knots_set)
1985    num_ctrl_pts = property(_LibreDWG.Dwg_Entity_SPLINE_num_ctrl_pts_get, _LibreDWG.Dwg_Entity_SPLINE_num_ctrl_pts_set)
1986    ctrl_pts = property(_LibreDWG.Dwg_Entity_SPLINE_ctrl_pts_get, _LibreDWG.Dwg_Entity_SPLINE_ctrl_pts_set)
1987
1988    def __init__(self):
1989        _LibreDWG.Dwg_Entity_SPLINE_swiginit(self, _LibreDWG.new_Dwg_Entity_SPLINE())
1990    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_SPLINE
1991
1992# Register Dwg_Entity_SPLINE in _LibreDWG:
1993_LibreDWG.Dwg_Entity_SPLINE_swigregister(Dwg_Entity_SPLINE)
1994
1995class Dwg_3DSOLID_wire(object):
1996    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1997    __repr__ = _swig_repr
1998    parent = property(_LibreDWG.Dwg_3DSOLID_wire_parent_get, _LibreDWG.Dwg_3DSOLID_wire_parent_set)
1999    type = property(_LibreDWG.Dwg_3DSOLID_wire_type_get, _LibreDWG.Dwg_3DSOLID_wire_type_set)
2000    selection_marker = property(_LibreDWG.Dwg_3DSOLID_wire_selection_marker_get, _LibreDWG.Dwg_3DSOLID_wire_selection_marker_set)
2001    color = property(_LibreDWG.Dwg_3DSOLID_wire_color_get, _LibreDWG.Dwg_3DSOLID_wire_color_set)
2002    acis_index = property(_LibreDWG.Dwg_3DSOLID_wire_acis_index_get, _LibreDWG.Dwg_3DSOLID_wire_acis_index_set)
2003    num_points = property(_LibreDWG.Dwg_3DSOLID_wire_num_points_get, _LibreDWG.Dwg_3DSOLID_wire_num_points_set)
2004    points = property(_LibreDWG.Dwg_3DSOLID_wire_points_get, _LibreDWG.Dwg_3DSOLID_wire_points_set)
2005    transform_present = property(_LibreDWG.Dwg_3DSOLID_wire_transform_present_get, _LibreDWG.Dwg_3DSOLID_wire_transform_present_set)
2006    axis_x = property(_LibreDWG.Dwg_3DSOLID_wire_axis_x_get, _LibreDWG.Dwg_3DSOLID_wire_axis_x_set)
2007    axis_y = property(_LibreDWG.Dwg_3DSOLID_wire_axis_y_get, _LibreDWG.Dwg_3DSOLID_wire_axis_y_set)
2008    axis_z = property(_LibreDWG.Dwg_3DSOLID_wire_axis_z_get, _LibreDWG.Dwg_3DSOLID_wire_axis_z_set)
2009    translation = property(_LibreDWG.Dwg_3DSOLID_wire_translation_get, _LibreDWG.Dwg_3DSOLID_wire_translation_set)
2010    scale = property(_LibreDWG.Dwg_3DSOLID_wire_scale_get, _LibreDWG.Dwg_3DSOLID_wire_scale_set)
2011    has_rotation = property(_LibreDWG.Dwg_3DSOLID_wire_has_rotation_get, _LibreDWG.Dwg_3DSOLID_wire_has_rotation_set)
2012    has_reflection = property(_LibreDWG.Dwg_3DSOLID_wire_has_reflection_get, _LibreDWG.Dwg_3DSOLID_wire_has_reflection_set)
2013    has_shear = property(_LibreDWG.Dwg_3DSOLID_wire_has_shear_get, _LibreDWG.Dwg_3DSOLID_wire_has_shear_set)
2014
2015    def __init__(self):
2016        _LibreDWG.Dwg_3DSOLID_wire_swiginit(self, _LibreDWG.new_Dwg_3DSOLID_wire())
2017    __swig_destroy__ = _LibreDWG.delete_Dwg_3DSOLID_wire
2018
2019# Register Dwg_3DSOLID_wire in _LibreDWG:
2020_LibreDWG.Dwg_3DSOLID_wire_swigregister(Dwg_3DSOLID_wire)
2021
2022class Dwg_3DSOLID_silhouette(object):
2023    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2024    __repr__ = _swig_repr
2025    parent = property(_LibreDWG.Dwg_3DSOLID_silhouette_parent_get, _LibreDWG.Dwg_3DSOLID_silhouette_parent_set)
2026    vp_id = property(_LibreDWG.Dwg_3DSOLID_silhouette_vp_id_get, _LibreDWG.Dwg_3DSOLID_silhouette_vp_id_set)
2027    vp_target = property(_LibreDWG.Dwg_3DSOLID_silhouette_vp_target_get, _LibreDWG.Dwg_3DSOLID_silhouette_vp_target_set)
2028    vp_dir_from_target = property(_LibreDWG.Dwg_3DSOLID_silhouette_vp_dir_from_target_get, _LibreDWG.Dwg_3DSOLID_silhouette_vp_dir_from_target_set)
2029    vp_up_dir = property(_LibreDWG.Dwg_3DSOLID_silhouette_vp_up_dir_get, _LibreDWG.Dwg_3DSOLID_silhouette_vp_up_dir_set)
2030    vp_perspective = property(_LibreDWG.Dwg_3DSOLID_silhouette_vp_perspective_get, _LibreDWG.Dwg_3DSOLID_silhouette_vp_perspective_set)
2031    has_wires = property(_LibreDWG.Dwg_3DSOLID_silhouette_has_wires_get, _LibreDWG.Dwg_3DSOLID_silhouette_has_wires_set)
2032    num_wires = property(_LibreDWG.Dwg_3DSOLID_silhouette_num_wires_get, _LibreDWG.Dwg_3DSOLID_silhouette_num_wires_set)
2033    wires = property(_LibreDWG.Dwg_3DSOLID_silhouette_wires_get, _LibreDWG.Dwg_3DSOLID_silhouette_wires_set)
2034
2035    def __init__(self):
2036        _LibreDWG.Dwg_3DSOLID_silhouette_swiginit(self, _LibreDWG.new_Dwg_3DSOLID_silhouette())
2037    __swig_destroy__ = _LibreDWG.delete_Dwg_3DSOLID_silhouette
2038
2039# Register Dwg_3DSOLID_silhouette in _LibreDWG:
2040_LibreDWG.Dwg_3DSOLID_silhouette_swigregister(Dwg_3DSOLID_silhouette)
2041
2042class Dwg_3DSOLID_material(object):
2043    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2044    __repr__ = _swig_repr
2045    parent = property(_LibreDWG.Dwg_3DSOLID_material_parent_get, _LibreDWG.Dwg_3DSOLID_material_parent_set)
2046    array_index = property(_LibreDWG.Dwg_3DSOLID_material_array_index_get, _LibreDWG.Dwg_3DSOLID_material_array_index_set)
2047    mat_absref = property(_LibreDWG.Dwg_3DSOLID_material_mat_absref_get, _LibreDWG.Dwg_3DSOLID_material_mat_absref_set)
2048    material_handle = property(_LibreDWG.Dwg_3DSOLID_material_material_handle_get, _LibreDWG.Dwg_3DSOLID_material_material_handle_set)
2049
2050    def __init__(self):
2051        _LibreDWG.Dwg_3DSOLID_material_swiginit(self, _LibreDWG.new_Dwg_3DSOLID_material())
2052    __swig_destroy__ = _LibreDWG.delete_Dwg_3DSOLID_material
2053
2054# Register Dwg_3DSOLID_material in _LibreDWG:
2055_LibreDWG.Dwg_3DSOLID_material_swigregister(Dwg_3DSOLID_material)
2056
2057class Dwg_Entity__3DSOLID(object):
2058    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2059    __repr__ = _swig_repr
2060    parent = property(_LibreDWG.Dwg_Entity__3DSOLID_parent_get, _LibreDWG.Dwg_Entity__3DSOLID_parent_set)
2061    acis_empty = property(_LibreDWG.Dwg_Entity__3DSOLID_acis_empty_get, _LibreDWG.Dwg_Entity__3DSOLID_acis_empty_set)
2062    unknown = property(_LibreDWG.Dwg_Entity__3DSOLID_unknown_get, _LibreDWG.Dwg_Entity__3DSOLID_unknown_set)
2063    version = property(_LibreDWG.Dwg_Entity__3DSOLID_version_get, _LibreDWG.Dwg_Entity__3DSOLID_version_set)
2064    num_blocks = property(_LibreDWG.Dwg_Entity__3DSOLID_num_blocks_get, _LibreDWG.Dwg_Entity__3DSOLID_num_blocks_set)
2065    block_size = property(_LibreDWG.Dwg_Entity__3DSOLID_block_size_get, _LibreDWG.Dwg_Entity__3DSOLID_block_size_set)
2066    encr_sat_data = property(_LibreDWG.Dwg_Entity__3DSOLID_encr_sat_data_get, _LibreDWG.Dwg_Entity__3DSOLID_encr_sat_data_set)
2067    sab_size = property(_LibreDWG.Dwg_Entity__3DSOLID_sab_size_get, _LibreDWG.Dwg_Entity__3DSOLID_sab_size_set)
2068    acis_data = property(_LibreDWG.Dwg_Entity__3DSOLID_acis_data_get, _LibreDWG.Dwg_Entity__3DSOLID_acis_data_set)
2069    wireframe_data_present = property(_LibreDWG.Dwg_Entity__3DSOLID_wireframe_data_present_get, _LibreDWG.Dwg_Entity__3DSOLID_wireframe_data_present_set)
2070    point_present = property(_LibreDWG.Dwg_Entity__3DSOLID_point_present_get, _LibreDWG.Dwg_Entity__3DSOLID_point_present_set)
2071    point = property(_LibreDWG.Dwg_Entity__3DSOLID_point_get, _LibreDWG.Dwg_Entity__3DSOLID_point_set)
2072    isolines = property(_LibreDWG.Dwg_Entity__3DSOLID_isolines_get, _LibreDWG.Dwg_Entity__3DSOLID_isolines_set)
2073    isoline_present = property(_LibreDWG.Dwg_Entity__3DSOLID_isoline_present_get, _LibreDWG.Dwg_Entity__3DSOLID_isoline_present_set)
2074    num_wires = property(_LibreDWG.Dwg_Entity__3DSOLID_num_wires_get, _LibreDWG.Dwg_Entity__3DSOLID_num_wires_set)
2075    wires = property(_LibreDWG.Dwg_Entity__3DSOLID_wires_get, _LibreDWG.Dwg_Entity__3DSOLID_wires_set)
2076    num_silhouettes = property(_LibreDWG.Dwg_Entity__3DSOLID_num_silhouettes_get, _LibreDWG.Dwg_Entity__3DSOLID_num_silhouettes_set)
2077    silhouettes = property(_LibreDWG.Dwg_Entity__3DSOLID_silhouettes_get, _LibreDWG.Dwg_Entity__3DSOLID_silhouettes_set)
2078    _dxf_sab_converted = property(_LibreDWG.Dwg_Entity__3DSOLID__dxf_sab_converted_get, _LibreDWG.Dwg_Entity__3DSOLID__dxf_sab_converted_set)
2079    acis_empty2 = property(_LibreDWG.Dwg_Entity__3DSOLID_acis_empty2_get, _LibreDWG.Dwg_Entity__3DSOLID_acis_empty2_set)
2080    extra_acis_data = property(_LibreDWG.Dwg_Entity__3DSOLID_extra_acis_data_get, _LibreDWG.Dwg_Entity__3DSOLID_extra_acis_data_set)
2081    num_materials = property(_LibreDWG.Dwg_Entity__3DSOLID_num_materials_get, _LibreDWG.Dwg_Entity__3DSOLID_num_materials_set)
2082    materials = property(_LibreDWG.Dwg_Entity__3DSOLID_materials_get, _LibreDWG.Dwg_Entity__3DSOLID_materials_set)
2083    revision_guid = property(_LibreDWG.Dwg_Entity__3DSOLID_revision_guid_get, _LibreDWG.Dwg_Entity__3DSOLID_revision_guid_set)
2084    revision_major = property(_LibreDWG.Dwg_Entity__3DSOLID_revision_major_get, _LibreDWG.Dwg_Entity__3DSOLID_revision_major_set)
2085    revision_minor1 = property(_LibreDWG.Dwg_Entity__3DSOLID_revision_minor1_get, _LibreDWG.Dwg_Entity__3DSOLID_revision_minor1_set)
2086    revision_minor2 = property(_LibreDWG.Dwg_Entity__3DSOLID_revision_minor2_get, _LibreDWG.Dwg_Entity__3DSOLID_revision_minor2_set)
2087    revision_bytes = property(_LibreDWG.Dwg_Entity__3DSOLID_revision_bytes_get, _LibreDWG.Dwg_Entity__3DSOLID_revision_bytes_set)
2088    end_marker = property(_LibreDWG.Dwg_Entity__3DSOLID_end_marker_get, _LibreDWG.Dwg_Entity__3DSOLID_end_marker_set)
2089    history_id = property(_LibreDWG.Dwg_Entity__3DSOLID_history_id_get, _LibreDWG.Dwg_Entity__3DSOLID_history_id_set)
2090    has_revision_guid = property(_LibreDWG.Dwg_Entity__3DSOLID_has_revision_guid_get, _LibreDWG.Dwg_Entity__3DSOLID_has_revision_guid_set)
2091    acis_empty_bit = property(_LibreDWG.Dwg_Entity__3DSOLID_acis_empty_bit_get, _LibreDWG.Dwg_Entity__3DSOLID_acis_empty_bit_set)
2092
2093    def __init__(self):
2094        _LibreDWG.Dwg_Entity__3DSOLID_swiginit(self, _LibreDWG.new_Dwg_Entity__3DSOLID())
2095    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity__3DSOLID
2096
2097# Register Dwg_Entity__3DSOLID in _LibreDWG:
2098_LibreDWG.Dwg_Entity__3DSOLID_swigregister(Dwg_Entity__3DSOLID)
2099
2100class Dwg_Entity_RAY(object):
2101    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2102    __repr__ = _swig_repr
2103    parent = property(_LibreDWG.Dwg_Entity_RAY_parent_get, _LibreDWG.Dwg_Entity_RAY_parent_set)
2104    point = property(_LibreDWG.Dwg_Entity_RAY_point_get, _LibreDWG.Dwg_Entity_RAY_point_set)
2105    vector = property(_LibreDWG.Dwg_Entity_RAY_vector_get, _LibreDWG.Dwg_Entity_RAY_vector_set)
2106
2107    def __init__(self):
2108        _LibreDWG.Dwg_Entity_RAY_swiginit(self, _LibreDWG.new_Dwg_Entity_RAY())
2109    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_RAY
2110
2111# Register Dwg_Entity_RAY in _LibreDWG:
2112_LibreDWG.Dwg_Entity_RAY_swigregister(Dwg_Entity_RAY)
2113
2114class Dwg_Object_DICTIONARY(object):
2115    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2116    __repr__ = _swig_repr
2117    parent = property(_LibreDWG.Dwg_Object_DICTIONARY_parent_get, _LibreDWG.Dwg_Object_DICTIONARY_parent_set)
2118    numitems = property(_LibreDWG.Dwg_Object_DICTIONARY_numitems_get, _LibreDWG.Dwg_Object_DICTIONARY_numitems_set)
2119    is_hardowner = property(_LibreDWG.Dwg_Object_DICTIONARY_is_hardowner_get, _LibreDWG.Dwg_Object_DICTIONARY_is_hardowner_set)
2120    cloning = property(_LibreDWG.Dwg_Object_DICTIONARY_cloning_get, _LibreDWG.Dwg_Object_DICTIONARY_cloning_set)
2121    texts = property(_LibreDWG.Dwg_Object_DICTIONARY_texts_get, _LibreDWG.Dwg_Object_DICTIONARY_texts_set)
2122    itemhandles = property(_LibreDWG.Dwg_Object_DICTIONARY_itemhandles_get, _LibreDWG.Dwg_Object_DICTIONARY_itemhandles_set)
2123    cloning_r14 = property(_LibreDWG.Dwg_Object_DICTIONARY_cloning_r14_get, _LibreDWG.Dwg_Object_DICTIONARY_cloning_r14_set)
2124
2125    def __init__(self):
2126        _LibreDWG.Dwg_Object_DICTIONARY_swiginit(self, _LibreDWG.new_Dwg_Object_DICTIONARY())
2127    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DICTIONARY
2128
2129# Register Dwg_Object_DICTIONARY in _LibreDWG:
2130_LibreDWG.Dwg_Object_DICTIONARY_swigregister(Dwg_Object_DICTIONARY)
2131
2132class Dwg_Object_DICTIONARYWDFLT(object):
2133    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2134    __repr__ = _swig_repr
2135    parent = property(_LibreDWG.Dwg_Object_DICTIONARYWDFLT_parent_get, _LibreDWG.Dwg_Object_DICTIONARYWDFLT_parent_set)
2136    numitems = property(_LibreDWG.Dwg_Object_DICTIONARYWDFLT_numitems_get, _LibreDWG.Dwg_Object_DICTIONARYWDFLT_numitems_set)
2137    is_hardowner = property(_LibreDWG.Dwg_Object_DICTIONARYWDFLT_is_hardowner_get, _LibreDWG.Dwg_Object_DICTIONARYWDFLT_is_hardowner_set)
2138    cloning = property(_LibreDWG.Dwg_Object_DICTIONARYWDFLT_cloning_get, _LibreDWG.Dwg_Object_DICTIONARYWDFLT_cloning_set)
2139    texts = property(_LibreDWG.Dwg_Object_DICTIONARYWDFLT_texts_get, _LibreDWG.Dwg_Object_DICTIONARYWDFLT_texts_set)
2140    itemhandles = property(_LibreDWG.Dwg_Object_DICTIONARYWDFLT_itemhandles_get, _LibreDWG.Dwg_Object_DICTIONARYWDFLT_itemhandles_set)
2141    cloning_r14 = property(_LibreDWG.Dwg_Object_DICTIONARYWDFLT_cloning_r14_get, _LibreDWG.Dwg_Object_DICTIONARYWDFLT_cloning_r14_set)
2142    defaultid = property(_LibreDWG.Dwg_Object_DICTIONARYWDFLT_defaultid_get, _LibreDWG.Dwg_Object_DICTIONARYWDFLT_defaultid_set)
2143
2144    def __init__(self):
2145        _LibreDWG.Dwg_Object_DICTIONARYWDFLT_swiginit(self, _LibreDWG.new_Dwg_Object_DICTIONARYWDFLT())
2146    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DICTIONARYWDFLT
2147
2148# Register Dwg_Object_DICTIONARYWDFLT in _LibreDWG:
2149_LibreDWG.Dwg_Object_DICTIONARYWDFLT_swigregister(Dwg_Object_DICTIONARYWDFLT)
2150
2151class Dwg_Entity_OLEFRAME(object):
2152    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2153    __repr__ = _swig_repr
2154    parent = property(_LibreDWG.Dwg_Entity_OLEFRAME_parent_get, _LibreDWG.Dwg_Entity_OLEFRAME_parent_set)
2155    flag = property(_LibreDWG.Dwg_Entity_OLEFRAME_flag_get, _LibreDWG.Dwg_Entity_OLEFRAME_flag_set)
2156    mode = property(_LibreDWG.Dwg_Entity_OLEFRAME_mode_get, _LibreDWG.Dwg_Entity_OLEFRAME_mode_set)
2157    data_size = property(_LibreDWG.Dwg_Entity_OLEFRAME_data_size_get, _LibreDWG.Dwg_Entity_OLEFRAME_data_size_set)
2158    data = property(_LibreDWG.Dwg_Entity_OLEFRAME_data_get, _LibreDWG.Dwg_Entity_OLEFRAME_data_set)
2159
2160    def __init__(self):
2161        _LibreDWG.Dwg_Entity_OLEFRAME_swiginit(self, _LibreDWG.new_Dwg_Entity_OLEFRAME())
2162    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_OLEFRAME
2163
2164# Register Dwg_Entity_OLEFRAME in _LibreDWG:
2165_LibreDWG.Dwg_Entity_OLEFRAME_swigregister(Dwg_Entity_OLEFRAME)
2166
2167class Dwg_Entity_MTEXT(object):
2168    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2169    __repr__ = _swig_repr
2170    parent = property(_LibreDWG.Dwg_Entity_MTEXT_parent_get, _LibreDWG.Dwg_Entity_MTEXT_parent_set)
2171    ins_pt = property(_LibreDWG.Dwg_Entity_MTEXT_ins_pt_get, _LibreDWG.Dwg_Entity_MTEXT_ins_pt_set)
2172    extrusion = property(_LibreDWG.Dwg_Entity_MTEXT_extrusion_get, _LibreDWG.Dwg_Entity_MTEXT_extrusion_set)
2173    x_axis_dir = property(_LibreDWG.Dwg_Entity_MTEXT_x_axis_dir_get, _LibreDWG.Dwg_Entity_MTEXT_x_axis_dir_set)
2174    rect_height = property(_LibreDWG.Dwg_Entity_MTEXT_rect_height_get, _LibreDWG.Dwg_Entity_MTEXT_rect_height_set)
2175    rect_width = property(_LibreDWG.Dwg_Entity_MTEXT_rect_width_get, _LibreDWG.Dwg_Entity_MTEXT_rect_width_set)
2176    text_height = property(_LibreDWG.Dwg_Entity_MTEXT_text_height_get, _LibreDWG.Dwg_Entity_MTEXT_text_height_set)
2177    attachment = property(_LibreDWG.Dwg_Entity_MTEXT_attachment_get, _LibreDWG.Dwg_Entity_MTEXT_attachment_set)
2178    flow_dir = property(_LibreDWG.Dwg_Entity_MTEXT_flow_dir_get, _LibreDWG.Dwg_Entity_MTEXT_flow_dir_set)
2179    extents_width = property(_LibreDWG.Dwg_Entity_MTEXT_extents_width_get, _LibreDWG.Dwg_Entity_MTEXT_extents_width_set)
2180    extents_height = property(_LibreDWG.Dwg_Entity_MTEXT_extents_height_get, _LibreDWG.Dwg_Entity_MTEXT_extents_height_set)
2181    text = property(_LibreDWG.Dwg_Entity_MTEXT_text_get, _LibreDWG.Dwg_Entity_MTEXT_text_set)
2182    style = property(_LibreDWG.Dwg_Entity_MTEXT_style_get, _LibreDWG.Dwg_Entity_MTEXT_style_set)
2183    linespace_style = property(_LibreDWG.Dwg_Entity_MTEXT_linespace_style_get, _LibreDWG.Dwg_Entity_MTEXT_linespace_style_set)
2184    linespace_factor = property(_LibreDWG.Dwg_Entity_MTEXT_linespace_factor_get, _LibreDWG.Dwg_Entity_MTEXT_linespace_factor_set)
2185    unknown_b0 = property(_LibreDWG.Dwg_Entity_MTEXT_unknown_b0_get, _LibreDWG.Dwg_Entity_MTEXT_unknown_b0_set)
2186    bg_fill_flag = property(_LibreDWG.Dwg_Entity_MTEXT_bg_fill_flag_get, _LibreDWG.Dwg_Entity_MTEXT_bg_fill_flag_set)
2187    bg_fill_scale = property(_LibreDWG.Dwg_Entity_MTEXT_bg_fill_scale_get, _LibreDWG.Dwg_Entity_MTEXT_bg_fill_scale_set)
2188    bg_fill_color = property(_LibreDWG.Dwg_Entity_MTEXT_bg_fill_color_get, _LibreDWG.Dwg_Entity_MTEXT_bg_fill_color_set)
2189    bg_fill_trans = property(_LibreDWG.Dwg_Entity_MTEXT_bg_fill_trans_get, _LibreDWG.Dwg_Entity_MTEXT_bg_fill_trans_set)
2190    is_not_annotative = property(_LibreDWG.Dwg_Entity_MTEXT_is_not_annotative_get, _LibreDWG.Dwg_Entity_MTEXT_is_not_annotative_set)
2191    class_version = property(_LibreDWG.Dwg_Entity_MTEXT_class_version_get, _LibreDWG.Dwg_Entity_MTEXT_class_version_set)
2192    default_flag = property(_LibreDWG.Dwg_Entity_MTEXT_default_flag_get, _LibreDWG.Dwg_Entity_MTEXT_default_flag_set)
2193    appid = property(_LibreDWG.Dwg_Entity_MTEXT_appid_get, _LibreDWG.Dwg_Entity_MTEXT_appid_set)
2194    ignore_attachment = property(_LibreDWG.Dwg_Entity_MTEXT_ignore_attachment_get, _LibreDWG.Dwg_Entity_MTEXT_ignore_attachment_set)
2195    column_type = property(_LibreDWG.Dwg_Entity_MTEXT_column_type_get, _LibreDWG.Dwg_Entity_MTEXT_column_type_set)
2196    numfragments = property(_LibreDWG.Dwg_Entity_MTEXT_numfragments_get, _LibreDWG.Dwg_Entity_MTEXT_numfragments_set)
2197    column_width = property(_LibreDWG.Dwg_Entity_MTEXT_column_width_get, _LibreDWG.Dwg_Entity_MTEXT_column_width_set)
2198    gutter = property(_LibreDWG.Dwg_Entity_MTEXT_gutter_get, _LibreDWG.Dwg_Entity_MTEXT_gutter_set)
2199    auto_height = property(_LibreDWG.Dwg_Entity_MTEXT_auto_height_get, _LibreDWG.Dwg_Entity_MTEXT_auto_height_set)
2200    flow_reversed = property(_LibreDWG.Dwg_Entity_MTEXT_flow_reversed_get, _LibreDWG.Dwg_Entity_MTEXT_flow_reversed_set)
2201    num_column_heights = property(_LibreDWG.Dwg_Entity_MTEXT_num_column_heights_get, _LibreDWG.Dwg_Entity_MTEXT_num_column_heights_set)
2202    column_heights = property(_LibreDWG.Dwg_Entity_MTEXT_column_heights_get, _LibreDWG.Dwg_Entity_MTEXT_column_heights_set)
2203
2204    def __init__(self):
2205        _LibreDWG.Dwg_Entity_MTEXT_swiginit(self, _LibreDWG.new_Dwg_Entity_MTEXT())
2206    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_MTEXT
2207
2208# Register Dwg_Entity_MTEXT in _LibreDWG:
2209_LibreDWG.Dwg_Entity_MTEXT_swigregister(Dwg_Entity_MTEXT)
2210
2211class Dwg_Entity_LEADER(object):
2212    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2213    __repr__ = _swig_repr
2214    parent = property(_LibreDWG.Dwg_Entity_LEADER_parent_get, _LibreDWG.Dwg_Entity_LEADER_parent_set)
2215    unknown_bit_1 = property(_LibreDWG.Dwg_Entity_LEADER_unknown_bit_1_get, _LibreDWG.Dwg_Entity_LEADER_unknown_bit_1_set)
2216    path_type = property(_LibreDWG.Dwg_Entity_LEADER_path_type_get, _LibreDWG.Dwg_Entity_LEADER_path_type_set)
2217    annot_type = property(_LibreDWG.Dwg_Entity_LEADER_annot_type_get, _LibreDWG.Dwg_Entity_LEADER_annot_type_set)
2218    num_points = property(_LibreDWG.Dwg_Entity_LEADER_num_points_get, _LibreDWG.Dwg_Entity_LEADER_num_points_set)
2219    points = property(_LibreDWG.Dwg_Entity_LEADER_points_get, _LibreDWG.Dwg_Entity_LEADER_points_set)
2220    origin = property(_LibreDWG.Dwg_Entity_LEADER_origin_get, _LibreDWG.Dwg_Entity_LEADER_origin_set)
2221    extrusion = property(_LibreDWG.Dwg_Entity_LEADER_extrusion_get, _LibreDWG.Dwg_Entity_LEADER_extrusion_set)
2222    x_direction = property(_LibreDWG.Dwg_Entity_LEADER_x_direction_get, _LibreDWG.Dwg_Entity_LEADER_x_direction_set)
2223    inspt_offset = property(_LibreDWG.Dwg_Entity_LEADER_inspt_offset_get, _LibreDWG.Dwg_Entity_LEADER_inspt_offset_set)
2224    endptproj = property(_LibreDWG.Dwg_Entity_LEADER_endptproj_get, _LibreDWG.Dwg_Entity_LEADER_endptproj_set)
2225    dimgap = property(_LibreDWG.Dwg_Entity_LEADER_dimgap_get, _LibreDWG.Dwg_Entity_LEADER_dimgap_set)
2226    box_height = property(_LibreDWG.Dwg_Entity_LEADER_box_height_get, _LibreDWG.Dwg_Entity_LEADER_box_height_set)
2227    box_width = property(_LibreDWG.Dwg_Entity_LEADER_box_width_get, _LibreDWG.Dwg_Entity_LEADER_box_width_set)
2228    hookline_dir = property(_LibreDWG.Dwg_Entity_LEADER_hookline_dir_get, _LibreDWG.Dwg_Entity_LEADER_hookline_dir_set)
2229    arrowhead_on = property(_LibreDWG.Dwg_Entity_LEADER_arrowhead_on_get, _LibreDWG.Dwg_Entity_LEADER_arrowhead_on_set)
2230    arrowhead_type = property(_LibreDWG.Dwg_Entity_LEADER_arrowhead_type_get, _LibreDWG.Dwg_Entity_LEADER_arrowhead_type_set)
2231    dimasz = property(_LibreDWG.Dwg_Entity_LEADER_dimasz_get, _LibreDWG.Dwg_Entity_LEADER_dimasz_set)
2232    unknown_bit_2 = property(_LibreDWG.Dwg_Entity_LEADER_unknown_bit_2_get, _LibreDWG.Dwg_Entity_LEADER_unknown_bit_2_set)
2233    unknown_bit_3 = property(_LibreDWG.Dwg_Entity_LEADER_unknown_bit_3_get, _LibreDWG.Dwg_Entity_LEADER_unknown_bit_3_set)
2234    unknown_short_1 = property(_LibreDWG.Dwg_Entity_LEADER_unknown_short_1_get, _LibreDWG.Dwg_Entity_LEADER_unknown_short_1_set)
2235    byblock_color = property(_LibreDWG.Dwg_Entity_LEADER_byblock_color_get, _LibreDWG.Dwg_Entity_LEADER_byblock_color_set)
2236    hookline_on = property(_LibreDWG.Dwg_Entity_LEADER_hookline_on_get, _LibreDWG.Dwg_Entity_LEADER_hookline_on_set)
2237    unknown_bit_5 = property(_LibreDWG.Dwg_Entity_LEADER_unknown_bit_5_get, _LibreDWG.Dwg_Entity_LEADER_unknown_bit_5_set)
2238    associated_annotation = property(_LibreDWG.Dwg_Entity_LEADER_associated_annotation_get, _LibreDWG.Dwg_Entity_LEADER_associated_annotation_set)
2239    dimstyle = property(_LibreDWG.Dwg_Entity_LEADER_dimstyle_get, _LibreDWG.Dwg_Entity_LEADER_dimstyle_set)
2240
2241    def __init__(self):
2242        _LibreDWG.Dwg_Entity_LEADER_swiginit(self, _LibreDWG.new_Dwg_Entity_LEADER())
2243    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_LEADER
2244
2245# Register Dwg_Entity_LEADER in _LibreDWG:
2246_LibreDWG.Dwg_Entity_LEADER_swigregister(Dwg_Entity_LEADER)
2247
2248class Dwg_Entity_TOLERANCE(object):
2249    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2250    __repr__ = _swig_repr
2251    parent = property(_LibreDWG.Dwg_Entity_TOLERANCE_parent_get, _LibreDWG.Dwg_Entity_TOLERANCE_parent_set)
2252    unknown_short = property(_LibreDWG.Dwg_Entity_TOLERANCE_unknown_short_get, _LibreDWG.Dwg_Entity_TOLERANCE_unknown_short_set)
2253    height = property(_LibreDWG.Dwg_Entity_TOLERANCE_height_get, _LibreDWG.Dwg_Entity_TOLERANCE_height_set)
2254    dimgap = property(_LibreDWG.Dwg_Entity_TOLERANCE_dimgap_get, _LibreDWG.Dwg_Entity_TOLERANCE_dimgap_set)
2255    ins_pt = property(_LibreDWG.Dwg_Entity_TOLERANCE_ins_pt_get, _LibreDWG.Dwg_Entity_TOLERANCE_ins_pt_set)
2256    x_direction = property(_LibreDWG.Dwg_Entity_TOLERANCE_x_direction_get, _LibreDWG.Dwg_Entity_TOLERANCE_x_direction_set)
2257    extrusion = property(_LibreDWG.Dwg_Entity_TOLERANCE_extrusion_get, _LibreDWG.Dwg_Entity_TOLERANCE_extrusion_set)
2258    text_value = property(_LibreDWG.Dwg_Entity_TOLERANCE_text_value_get, _LibreDWG.Dwg_Entity_TOLERANCE_text_value_set)
2259    dimstyle = property(_LibreDWG.Dwg_Entity_TOLERANCE_dimstyle_get, _LibreDWG.Dwg_Entity_TOLERANCE_dimstyle_set)
2260
2261    def __init__(self):
2262        _LibreDWG.Dwg_Entity_TOLERANCE_swiginit(self, _LibreDWG.new_Dwg_Entity_TOLERANCE())
2263    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_TOLERANCE
2264
2265# Register Dwg_Entity_TOLERANCE in _LibreDWG:
2266_LibreDWG.Dwg_Entity_TOLERANCE_swigregister(Dwg_Entity_TOLERANCE)
2267
2268class Dwg_MLINE_line(object):
2269    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2270    __repr__ = _swig_repr
2271    parent = property(_LibreDWG.Dwg_MLINE_line_parent_get, _LibreDWG.Dwg_MLINE_line_parent_set)
2272    num_segparms = property(_LibreDWG.Dwg_MLINE_line_num_segparms_get, _LibreDWG.Dwg_MLINE_line_num_segparms_set)
2273    segparms = property(_LibreDWG.Dwg_MLINE_line_segparms_get, _LibreDWG.Dwg_MLINE_line_segparms_set)
2274    num_areafillparms = property(_LibreDWG.Dwg_MLINE_line_num_areafillparms_get, _LibreDWG.Dwg_MLINE_line_num_areafillparms_set)
2275    areafillparms = property(_LibreDWG.Dwg_MLINE_line_areafillparms_get, _LibreDWG.Dwg_MLINE_line_areafillparms_set)
2276
2277    def __init__(self):
2278        _LibreDWG.Dwg_MLINE_line_swiginit(self, _LibreDWG.new_Dwg_MLINE_line())
2279    __swig_destroy__ = _LibreDWG.delete_Dwg_MLINE_line
2280
2281# Register Dwg_MLINE_line in _LibreDWG:
2282_LibreDWG.Dwg_MLINE_line_swigregister(Dwg_MLINE_line)
2283
2284class Dwg_MLINE_vertex(object):
2285    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2286    __repr__ = _swig_repr
2287    parent = property(_LibreDWG.Dwg_MLINE_vertex_parent_get, _LibreDWG.Dwg_MLINE_vertex_parent_set)
2288    vertex = property(_LibreDWG.Dwg_MLINE_vertex_vertex_get, _LibreDWG.Dwg_MLINE_vertex_vertex_set)
2289    vertex_direction = property(_LibreDWG.Dwg_MLINE_vertex_vertex_direction_get, _LibreDWG.Dwg_MLINE_vertex_vertex_direction_set)
2290    miter_direction = property(_LibreDWG.Dwg_MLINE_vertex_miter_direction_get, _LibreDWG.Dwg_MLINE_vertex_miter_direction_set)
2291    num_lines = property(_LibreDWG.Dwg_MLINE_vertex_num_lines_get, _LibreDWG.Dwg_MLINE_vertex_num_lines_set)
2292    lines = property(_LibreDWG.Dwg_MLINE_vertex_lines_get, _LibreDWG.Dwg_MLINE_vertex_lines_set)
2293
2294    def __init__(self):
2295        _LibreDWG.Dwg_MLINE_vertex_swiginit(self, _LibreDWG.new_Dwg_MLINE_vertex())
2296    __swig_destroy__ = _LibreDWG.delete_Dwg_MLINE_vertex
2297
2298# Register Dwg_MLINE_vertex in _LibreDWG:
2299_LibreDWG.Dwg_MLINE_vertex_swigregister(Dwg_MLINE_vertex)
2300
2301class Dwg_Entity_MLINE(object):
2302    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2303    __repr__ = _swig_repr
2304    parent = property(_LibreDWG.Dwg_Entity_MLINE_parent_get, _LibreDWG.Dwg_Entity_MLINE_parent_set)
2305    scale = property(_LibreDWG.Dwg_Entity_MLINE_scale_get, _LibreDWG.Dwg_Entity_MLINE_scale_set)
2306    justification = property(_LibreDWG.Dwg_Entity_MLINE_justification_get, _LibreDWG.Dwg_Entity_MLINE_justification_set)
2307    base_point = property(_LibreDWG.Dwg_Entity_MLINE_base_point_get, _LibreDWG.Dwg_Entity_MLINE_base_point_set)
2308    extrusion = property(_LibreDWG.Dwg_Entity_MLINE_extrusion_get, _LibreDWG.Dwg_Entity_MLINE_extrusion_set)
2309    flags = property(_LibreDWG.Dwg_Entity_MLINE_flags_get, _LibreDWG.Dwg_Entity_MLINE_flags_set)
2310    num_lines = property(_LibreDWG.Dwg_Entity_MLINE_num_lines_get, _LibreDWG.Dwg_Entity_MLINE_num_lines_set)
2311    num_verts = property(_LibreDWG.Dwg_Entity_MLINE_num_verts_get, _LibreDWG.Dwg_Entity_MLINE_num_verts_set)
2312    verts = property(_LibreDWG.Dwg_Entity_MLINE_verts_get, _LibreDWG.Dwg_Entity_MLINE_verts_set)
2313    mlinestyle = property(_LibreDWG.Dwg_Entity_MLINE_mlinestyle_get, _LibreDWG.Dwg_Entity_MLINE_mlinestyle_set)
2314
2315    def __init__(self):
2316        _LibreDWG.Dwg_Entity_MLINE_swiginit(self, _LibreDWG.new_Dwg_Entity_MLINE())
2317    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_MLINE
2318
2319# Register Dwg_Entity_MLINE in _LibreDWG:
2320_LibreDWG.Dwg_Entity_MLINE_swigregister(Dwg_Entity_MLINE)
2321
2322class Dwg_Object_BLOCK_CONTROL(object):
2323    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2324    __repr__ = _swig_repr
2325    parent = property(_LibreDWG.Dwg_Object_BLOCK_CONTROL_parent_get, _LibreDWG.Dwg_Object_BLOCK_CONTROL_parent_set)
2326    num_entries = property(_LibreDWG.Dwg_Object_BLOCK_CONTROL_num_entries_get, _LibreDWG.Dwg_Object_BLOCK_CONTROL_num_entries_set)
2327    entries = property(_LibreDWG.Dwg_Object_BLOCK_CONTROL_entries_get, _LibreDWG.Dwg_Object_BLOCK_CONTROL_entries_set)
2328    model_space = property(_LibreDWG.Dwg_Object_BLOCK_CONTROL_model_space_get, _LibreDWG.Dwg_Object_BLOCK_CONTROL_model_space_set)
2329    paper_space = property(_LibreDWG.Dwg_Object_BLOCK_CONTROL_paper_space_get, _LibreDWG.Dwg_Object_BLOCK_CONTROL_paper_space_set)
2330
2331    def __init__(self):
2332        _LibreDWG.Dwg_Object_BLOCK_CONTROL_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCK_CONTROL())
2333    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCK_CONTROL
2334
2335# Register Dwg_Object_BLOCK_CONTROL in _LibreDWG:
2336_LibreDWG.Dwg_Object_BLOCK_CONTROL_swigregister(Dwg_Object_BLOCK_CONTROL)
2337
2338class Dwg_Object_BLOCK_HEADER(object):
2339    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2340    __repr__ = _swig_repr
2341    parent = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_parent_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_parent_set)
2342    flag = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_flag_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_flag_set)
2343    name = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_name_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_name_set)
2344    used = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_used_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_used_set)
2345    is_xref_ref = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_is_xref_ref_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_is_xref_ref_set)
2346    is_xref_resolved = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_is_xref_resolved_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_is_xref_resolved_set)
2347    is_xref_dep = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_is_xref_dep_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_is_xref_dep_set)
2348    xref = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_xref_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_xref_set)
2349    __iterator = property(_LibreDWG.Dwg_Object_BLOCK_HEADER___iterator_get, _LibreDWG.Dwg_Object_BLOCK_HEADER___iterator_set)
2350    flag2 = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_flag2_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_flag2_set)
2351    flag3 = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_flag3_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_flag3_set)
2352    anonymous = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_anonymous_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_anonymous_set)
2353    hasattrs = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_hasattrs_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_hasattrs_set)
2354    blkisxref = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_blkisxref_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_blkisxref_set)
2355    xrefoverlaid = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_xrefoverlaid_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_xrefoverlaid_set)
2356    loaded_bit = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_loaded_bit_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_loaded_bit_set)
2357    num_owned = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_num_owned_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_num_owned_set)
2358    base_pt = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_base_pt_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_base_pt_set)
2359    xref_pname = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_xref_pname_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_xref_pname_set)
2360    num_inserts = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_num_inserts_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_num_inserts_set)
2361    description = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_description_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_description_set)
2362    preview_size = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_preview_size_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_preview_size_set)
2363    preview = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_preview_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_preview_set)
2364    insert_units = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_insert_units_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_insert_units_set)
2365    explodable = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_explodable_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_explodable_set)
2366    block_scaling = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_block_scaling_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_block_scaling_set)
2367    block_entity = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_block_entity_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_block_entity_set)
2368    first_entity = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_first_entity_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_first_entity_set)
2369    last_entity = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_last_entity_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_last_entity_set)
2370    entities = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_entities_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_entities_set)
2371    endblk_entity = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_endblk_entity_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_endblk_entity_set)
2372    inserts = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_inserts_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_inserts_set)
2373    layout = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_layout_get, _LibreDWG.Dwg_Object_BLOCK_HEADER_layout_set)
2374
2375    def __init__(self):
2376        _LibreDWG.Dwg_Object_BLOCK_HEADER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCK_HEADER())
2377    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCK_HEADER
2378
2379# Register Dwg_Object_BLOCK_HEADER in _LibreDWG:
2380_LibreDWG.Dwg_Object_BLOCK_HEADER_swigregister(Dwg_Object_BLOCK_HEADER)
2381
2382class Dwg_Object_LAYER_CONTROL(object):
2383    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2384    __repr__ = _swig_repr
2385    parent = property(_LibreDWG.Dwg_Object_LAYER_CONTROL_parent_get, _LibreDWG.Dwg_Object_LAYER_CONTROL_parent_set)
2386    num_entries = property(_LibreDWG.Dwg_Object_LAYER_CONTROL_num_entries_get, _LibreDWG.Dwg_Object_LAYER_CONTROL_num_entries_set)
2387    entries = property(_LibreDWG.Dwg_Object_LAYER_CONTROL_entries_get, _LibreDWG.Dwg_Object_LAYER_CONTROL_entries_set)
2388
2389    def __init__(self):
2390        _LibreDWG.Dwg_Object_LAYER_CONTROL_swiginit(self, _LibreDWG.new_Dwg_Object_LAYER_CONTROL())
2391    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_LAYER_CONTROL
2392
2393# Register Dwg_Object_LAYER_CONTROL in _LibreDWG:
2394_LibreDWG.Dwg_Object_LAYER_CONTROL_swigregister(Dwg_Object_LAYER_CONTROL)
2395
2396class Dwg_Object_LAYER(object):
2397    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2398    __repr__ = _swig_repr
2399    parent = property(_LibreDWG.Dwg_Object_LAYER_parent_get, _LibreDWG.Dwg_Object_LAYER_parent_set)
2400    flag = property(_LibreDWG.Dwg_Object_LAYER_flag_get, _LibreDWG.Dwg_Object_LAYER_flag_set)
2401    name = property(_LibreDWG.Dwg_Object_LAYER_name_get, _LibreDWG.Dwg_Object_LAYER_name_set)
2402    used = property(_LibreDWG.Dwg_Object_LAYER_used_get, _LibreDWG.Dwg_Object_LAYER_used_set)
2403    is_xref_ref = property(_LibreDWG.Dwg_Object_LAYER_is_xref_ref_get, _LibreDWG.Dwg_Object_LAYER_is_xref_ref_set)
2404    is_xref_resolved = property(_LibreDWG.Dwg_Object_LAYER_is_xref_resolved_get, _LibreDWG.Dwg_Object_LAYER_is_xref_resolved_set)
2405    is_xref_dep = property(_LibreDWG.Dwg_Object_LAYER_is_xref_dep_get, _LibreDWG.Dwg_Object_LAYER_is_xref_dep_set)
2406    xref = property(_LibreDWG.Dwg_Object_LAYER_xref_get, _LibreDWG.Dwg_Object_LAYER_xref_set)
2407    frozen = property(_LibreDWG.Dwg_Object_LAYER_frozen_get, _LibreDWG.Dwg_Object_LAYER_frozen_set)
2408    on = property(_LibreDWG.Dwg_Object_LAYER_on_get, _LibreDWG.Dwg_Object_LAYER_on_set)
2409    frozen_in_new = property(_LibreDWG.Dwg_Object_LAYER_frozen_in_new_get, _LibreDWG.Dwg_Object_LAYER_frozen_in_new_set)
2410    locked = property(_LibreDWG.Dwg_Object_LAYER_locked_get, _LibreDWG.Dwg_Object_LAYER_locked_set)
2411    plotflag = property(_LibreDWG.Dwg_Object_LAYER_plotflag_get, _LibreDWG.Dwg_Object_LAYER_plotflag_set)
2412    linewt = property(_LibreDWG.Dwg_Object_LAYER_linewt_get, _LibreDWG.Dwg_Object_LAYER_linewt_set)
2413    color = property(_LibreDWG.Dwg_Object_LAYER_color_get, _LibreDWG.Dwg_Object_LAYER_color_set)
2414    color_rs = property(_LibreDWG.Dwg_Object_LAYER_color_rs_get, _LibreDWG.Dwg_Object_LAYER_color_rs_set)
2415    ltype_rs = property(_LibreDWG.Dwg_Object_LAYER_ltype_rs_get, _LibreDWG.Dwg_Object_LAYER_ltype_rs_set)
2416    plotstyle = property(_LibreDWG.Dwg_Object_LAYER_plotstyle_get, _LibreDWG.Dwg_Object_LAYER_plotstyle_set)
2417    material = property(_LibreDWG.Dwg_Object_LAYER_material_get, _LibreDWG.Dwg_Object_LAYER_material_set)
2418    ltype = property(_LibreDWG.Dwg_Object_LAYER_ltype_get, _LibreDWG.Dwg_Object_LAYER_ltype_set)
2419    visualstyle = property(_LibreDWG.Dwg_Object_LAYER_visualstyle_get, _LibreDWG.Dwg_Object_LAYER_visualstyle_set)
2420
2421    def __init__(self):
2422        _LibreDWG.Dwg_Object_LAYER_swiginit(self, _LibreDWG.new_Dwg_Object_LAYER())
2423    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_LAYER
2424
2425# Register Dwg_Object_LAYER in _LibreDWG:
2426_LibreDWG.Dwg_Object_LAYER_swigregister(Dwg_Object_LAYER)
2427
2428class Dwg_Object_STYLE_CONTROL(object):
2429    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2430    __repr__ = _swig_repr
2431    parent = property(_LibreDWG.Dwg_Object_STYLE_CONTROL_parent_get, _LibreDWG.Dwg_Object_STYLE_CONTROL_parent_set)
2432    num_entries = property(_LibreDWG.Dwg_Object_STYLE_CONTROL_num_entries_get, _LibreDWG.Dwg_Object_STYLE_CONTROL_num_entries_set)
2433    entries = property(_LibreDWG.Dwg_Object_STYLE_CONTROL_entries_get, _LibreDWG.Dwg_Object_STYLE_CONTROL_entries_set)
2434
2435    def __init__(self):
2436        _LibreDWG.Dwg_Object_STYLE_CONTROL_swiginit(self, _LibreDWG.new_Dwg_Object_STYLE_CONTROL())
2437    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_STYLE_CONTROL
2438
2439# Register Dwg_Object_STYLE_CONTROL in _LibreDWG:
2440_LibreDWG.Dwg_Object_STYLE_CONTROL_swigregister(Dwg_Object_STYLE_CONTROL)
2441
2442class Dwg_Object_STYLE(object):
2443    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2444    __repr__ = _swig_repr
2445    parent = property(_LibreDWG.Dwg_Object_STYLE_parent_get, _LibreDWG.Dwg_Object_STYLE_parent_set)
2446    flag = property(_LibreDWG.Dwg_Object_STYLE_flag_get, _LibreDWG.Dwg_Object_STYLE_flag_set)
2447    name = property(_LibreDWG.Dwg_Object_STYLE_name_get, _LibreDWG.Dwg_Object_STYLE_name_set)
2448    used = property(_LibreDWG.Dwg_Object_STYLE_used_get, _LibreDWG.Dwg_Object_STYLE_used_set)
2449    is_xref_ref = property(_LibreDWG.Dwg_Object_STYLE_is_xref_ref_get, _LibreDWG.Dwg_Object_STYLE_is_xref_ref_set)
2450    is_xref_resolved = property(_LibreDWG.Dwg_Object_STYLE_is_xref_resolved_get, _LibreDWG.Dwg_Object_STYLE_is_xref_resolved_set)
2451    is_xref_dep = property(_LibreDWG.Dwg_Object_STYLE_is_xref_dep_get, _LibreDWG.Dwg_Object_STYLE_is_xref_dep_set)
2452    xref = property(_LibreDWG.Dwg_Object_STYLE_xref_get, _LibreDWG.Dwg_Object_STYLE_xref_set)
2453    is_shape = property(_LibreDWG.Dwg_Object_STYLE_is_shape_get, _LibreDWG.Dwg_Object_STYLE_is_shape_set)
2454    is_vertical = property(_LibreDWG.Dwg_Object_STYLE_is_vertical_get, _LibreDWG.Dwg_Object_STYLE_is_vertical_set)
2455    text_size = property(_LibreDWG.Dwg_Object_STYLE_text_size_get, _LibreDWG.Dwg_Object_STYLE_text_size_set)
2456    width_factor = property(_LibreDWG.Dwg_Object_STYLE_width_factor_get, _LibreDWG.Dwg_Object_STYLE_width_factor_set)
2457    oblique_angle = property(_LibreDWG.Dwg_Object_STYLE_oblique_angle_get, _LibreDWG.Dwg_Object_STYLE_oblique_angle_set)
2458    generation = property(_LibreDWG.Dwg_Object_STYLE_generation_get, _LibreDWG.Dwg_Object_STYLE_generation_set)
2459    last_height = property(_LibreDWG.Dwg_Object_STYLE_last_height_get, _LibreDWG.Dwg_Object_STYLE_last_height_set)
2460    font_file = property(_LibreDWG.Dwg_Object_STYLE_font_file_get, _LibreDWG.Dwg_Object_STYLE_font_file_set)
2461    bigfont_file = property(_LibreDWG.Dwg_Object_STYLE_bigfont_file_get, _LibreDWG.Dwg_Object_STYLE_bigfont_file_set)
2462
2463    def __init__(self):
2464        _LibreDWG.Dwg_Object_STYLE_swiginit(self, _LibreDWG.new_Dwg_Object_STYLE())
2465    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_STYLE
2466
2467# Register Dwg_Object_STYLE in _LibreDWG:
2468_LibreDWG.Dwg_Object_STYLE_swigregister(Dwg_Object_STYLE)
2469
2470class Dwg_Object_LTYPE_CONTROL(object):
2471    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2472    __repr__ = _swig_repr
2473    parent = property(_LibreDWG.Dwg_Object_LTYPE_CONTROL_parent_get, _LibreDWG.Dwg_Object_LTYPE_CONTROL_parent_set)
2474    num_entries = property(_LibreDWG.Dwg_Object_LTYPE_CONTROL_num_entries_get, _LibreDWG.Dwg_Object_LTYPE_CONTROL_num_entries_set)
2475    entries = property(_LibreDWG.Dwg_Object_LTYPE_CONTROL_entries_get, _LibreDWG.Dwg_Object_LTYPE_CONTROL_entries_set)
2476    bylayer = property(_LibreDWG.Dwg_Object_LTYPE_CONTROL_bylayer_get, _LibreDWG.Dwg_Object_LTYPE_CONTROL_bylayer_set)
2477    byblock = property(_LibreDWG.Dwg_Object_LTYPE_CONTROL_byblock_get, _LibreDWG.Dwg_Object_LTYPE_CONTROL_byblock_set)
2478
2479    def __init__(self):
2480        _LibreDWG.Dwg_Object_LTYPE_CONTROL_swiginit(self, _LibreDWG.new_Dwg_Object_LTYPE_CONTROL())
2481    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_LTYPE_CONTROL
2482
2483# Register Dwg_Object_LTYPE_CONTROL in _LibreDWG:
2484_LibreDWG.Dwg_Object_LTYPE_CONTROL_swigregister(Dwg_Object_LTYPE_CONTROL)
2485
2486class Dwg_LTYPE_dash(object):
2487    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2488    __repr__ = _swig_repr
2489    parent = property(_LibreDWG.Dwg_LTYPE_dash_parent_get, _LibreDWG.Dwg_LTYPE_dash_parent_set)
2490    length = property(_LibreDWG.Dwg_LTYPE_dash_length_get, _LibreDWG.Dwg_LTYPE_dash_length_set)
2491    complex_shapecode = property(_LibreDWG.Dwg_LTYPE_dash_complex_shapecode_get, _LibreDWG.Dwg_LTYPE_dash_complex_shapecode_set)
2492    style = property(_LibreDWG.Dwg_LTYPE_dash_style_get, _LibreDWG.Dwg_LTYPE_dash_style_set)
2493    x_offset = property(_LibreDWG.Dwg_LTYPE_dash_x_offset_get, _LibreDWG.Dwg_LTYPE_dash_x_offset_set)
2494    y_offset = property(_LibreDWG.Dwg_LTYPE_dash_y_offset_get, _LibreDWG.Dwg_LTYPE_dash_y_offset_set)
2495    scale = property(_LibreDWG.Dwg_LTYPE_dash_scale_get, _LibreDWG.Dwg_LTYPE_dash_scale_set)
2496    rotation = property(_LibreDWG.Dwg_LTYPE_dash_rotation_get, _LibreDWG.Dwg_LTYPE_dash_rotation_set)
2497    shape_flag = property(_LibreDWG.Dwg_LTYPE_dash_shape_flag_get, _LibreDWG.Dwg_LTYPE_dash_shape_flag_set)
2498    text = property(_LibreDWG.Dwg_LTYPE_dash_text_get, _LibreDWG.Dwg_LTYPE_dash_text_set)
2499
2500    def __init__(self):
2501        _LibreDWG.Dwg_LTYPE_dash_swiginit(self, _LibreDWG.new_Dwg_LTYPE_dash())
2502    __swig_destroy__ = _LibreDWG.delete_Dwg_LTYPE_dash
2503
2504# Register Dwg_LTYPE_dash in _LibreDWG:
2505_LibreDWG.Dwg_LTYPE_dash_swigregister(Dwg_LTYPE_dash)
2506
2507class Dwg_Object_LTYPE(object):
2508    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2509    __repr__ = _swig_repr
2510    parent = property(_LibreDWG.Dwg_Object_LTYPE_parent_get, _LibreDWG.Dwg_Object_LTYPE_parent_set)
2511    flag = property(_LibreDWG.Dwg_Object_LTYPE_flag_get, _LibreDWG.Dwg_Object_LTYPE_flag_set)
2512    name = property(_LibreDWG.Dwg_Object_LTYPE_name_get, _LibreDWG.Dwg_Object_LTYPE_name_set)
2513    used = property(_LibreDWG.Dwg_Object_LTYPE_used_get, _LibreDWG.Dwg_Object_LTYPE_used_set)
2514    is_xref_ref = property(_LibreDWG.Dwg_Object_LTYPE_is_xref_ref_get, _LibreDWG.Dwg_Object_LTYPE_is_xref_ref_set)
2515    is_xref_resolved = property(_LibreDWG.Dwg_Object_LTYPE_is_xref_resolved_get, _LibreDWG.Dwg_Object_LTYPE_is_xref_resolved_set)
2516    is_xref_dep = property(_LibreDWG.Dwg_Object_LTYPE_is_xref_dep_get, _LibreDWG.Dwg_Object_LTYPE_is_xref_dep_set)
2517    xref = property(_LibreDWG.Dwg_Object_LTYPE_xref_get, _LibreDWG.Dwg_Object_LTYPE_xref_set)
2518    description = property(_LibreDWG.Dwg_Object_LTYPE_description_get, _LibreDWG.Dwg_Object_LTYPE_description_set)
2519    pattern_len = property(_LibreDWG.Dwg_Object_LTYPE_pattern_len_get, _LibreDWG.Dwg_Object_LTYPE_pattern_len_set)
2520    alignment = property(_LibreDWG.Dwg_Object_LTYPE_alignment_get, _LibreDWG.Dwg_Object_LTYPE_alignment_set)
2521    num_dashes = property(_LibreDWG.Dwg_Object_LTYPE_num_dashes_get, _LibreDWG.Dwg_Object_LTYPE_num_dashes_set)
2522    dashes = property(_LibreDWG.Dwg_Object_LTYPE_dashes_get, _LibreDWG.Dwg_Object_LTYPE_dashes_set)
2523    dashes_r11 = property(_LibreDWG.Dwg_Object_LTYPE_dashes_r11_get, _LibreDWG.Dwg_Object_LTYPE_dashes_r11_set)
2524    has_strings_area = property(_LibreDWG.Dwg_Object_LTYPE_has_strings_area_get, _LibreDWG.Dwg_Object_LTYPE_has_strings_area_set)
2525    strings_area = property(_LibreDWG.Dwg_Object_LTYPE_strings_area_get, _LibreDWG.Dwg_Object_LTYPE_strings_area_set)
2526
2527    def __init__(self):
2528        _LibreDWG.Dwg_Object_LTYPE_swiginit(self, _LibreDWG.new_Dwg_Object_LTYPE())
2529    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_LTYPE
2530
2531# Register Dwg_Object_LTYPE in _LibreDWG:
2532_LibreDWG.Dwg_Object_LTYPE_swigregister(Dwg_Object_LTYPE)
2533
2534class Dwg_Object_VIEW_CONTROL(object):
2535    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2536    __repr__ = _swig_repr
2537    parent = property(_LibreDWG.Dwg_Object_VIEW_CONTROL_parent_get, _LibreDWG.Dwg_Object_VIEW_CONTROL_parent_set)
2538    num_entries = property(_LibreDWG.Dwg_Object_VIEW_CONTROL_num_entries_get, _LibreDWG.Dwg_Object_VIEW_CONTROL_num_entries_set)
2539    entries = property(_LibreDWG.Dwg_Object_VIEW_CONTROL_entries_get, _LibreDWG.Dwg_Object_VIEW_CONTROL_entries_set)
2540
2541    def __init__(self):
2542        _LibreDWG.Dwg_Object_VIEW_CONTROL_swiginit(self, _LibreDWG.new_Dwg_Object_VIEW_CONTROL())
2543    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_VIEW_CONTROL
2544
2545# Register Dwg_Object_VIEW_CONTROL in _LibreDWG:
2546_LibreDWG.Dwg_Object_VIEW_CONTROL_swigregister(Dwg_Object_VIEW_CONTROL)
2547
2548class Dwg_Object_VIEW(object):
2549    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2550    __repr__ = _swig_repr
2551    parent = property(_LibreDWG.Dwg_Object_VIEW_parent_get, _LibreDWG.Dwg_Object_VIEW_parent_set)
2552    flag = property(_LibreDWG.Dwg_Object_VIEW_flag_get, _LibreDWG.Dwg_Object_VIEW_flag_set)
2553    name = property(_LibreDWG.Dwg_Object_VIEW_name_get, _LibreDWG.Dwg_Object_VIEW_name_set)
2554    used = property(_LibreDWG.Dwg_Object_VIEW_used_get, _LibreDWG.Dwg_Object_VIEW_used_set)
2555    is_xref_ref = property(_LibreDWG.Dwg_Object_VIEW_is_xref_ref_get, _LibreDWG.Dwg_Object_VIEW_is_xref_ref_set)
2556    is_xref_resolved = property(_LibreDWG.Dwg_Object_VIEW_is_xref_resolved_get, _LibreDWG.Dwg_Object_VIEW_is_xref_resolved_set)
2557    is_xref_dep = property(_LibreDWG.Dwg_Object_VIEW_is_xref_dep_get, _LibreDWG.Dwg_Object_VIEW_is_xref_dep_set)
2558    xref = property(_LibreDWG.Dwg_Object_VIEW_xref_get, _LibreDWG.Dwg_Object_VIEW_xref_set)
2559    VIEWSIZE = property(_LibreDWG.Dwg_Object_VIEW_VIEWSIZE_get, _LibreDWG.Dwg_Object_VIEW_VIEWSIZE_set)
2560    view_width = property(_LibreDWG.Dwg_Object_VIEW_view_width_get, _LibreDWG.Dwg_Object_VIEW_view_width_set)
2561    aspect_ratio = property(_LibreDWG.Dwg_Object_VIEW_aspect_ratio_get, _LibreDWG.Dwg_Object_VIEW_aspect_ratio_set)
2562    VIEWCTR = property(_LibreDWG.Dwg_Object_VIEW_VIEWCTR_get, _LibreDWG.Dwg_Object_VIEW_VIEWCTR_set)
2563    view_target = property(_LibreDWG.Dwg_Object_VIEW_view_target_get, _LibreDWG.Dwg_Object_VIEW_view_target_set)
2564    VIEWDIR = property(_LibreDWG.Dwg_Object_VIEW_VIEWDIR_get, _LibreDWG.Dwg_Object_VIEW_VIEWDIR_set)
2565    twist_angle = property(_LibreDWG.Dwg_Object_VIEW_twist_angle_get, _LibreDWG.Dwg_Object_VIEW_twist_angle_set)
2566    lens_length = property(_LibreDWG.Dwg_Object_VIEW_lens_length_get, _LibreDWG.Dwg_Object_VIEW_lens_length_set)
2567    front_clip_z = property(_LibreDWG.Dwg_Object_VIEW_front_clip_z_get, _LibreDWG.Dwg_Object_VIEW_front_clip_z_set)
2568    back_clip_z = property(_LibreDWG.Dwg_Object_VIEW_back_clip_z_get, _LibreDWG.Dwg_Object_VIEW_back_clip_z_set)
2569    VIEWMODE = property(_LibreDWG.Dwg_Object_VIEW_VIEWMODE_get, _LibreDWG.Dwg_Object_VIEW_VIEWMODE_set)
2570    render_mode = property(_LibreDWG.Dwg_Object_VIEW_render_mode_get, _LibreDWG.Dwg_Object_VIEW_render_mode_set)
2571    use_default_lights = property(_LibreDWG.Dwg_Object_VIEW_use_default_lights_get, _LibreDWG.Dwg_Object_VIEW_use_default_lights_set)
2572    default_lightning_type = property(_LibreDWG.Dwg_Object_VIEW_default_lightning_type_get, _LibreDWG.Dwg_Object_VIEW_default_lightning_type_set)
2573    brightness = property(_LibreDWG.Dwg_Object_VIEW_brightness_get, _LibreDWG.Dwg_Object_VIEW_brightness_set)
2574    contrast = property(_LibreDWG.Dwg_Object_VIEW_contrast_get, _LibreDWG.Dwg_Object_VIEW_contrast_set)
2575    ambient_color = property(_LibreDWG.Dwg_Object_VIEW_ambient_color_get, _LibreDWG.Dwg_Object_VIEW_ambient_color_set)
2576    is_pspace = property(_LibreDWG.Dwg_Object_VIEW_is_pspace_get, _LibreDWG.Dwg_Object_VIEW_is_pspace_set)
2577    associated_ucs = property(_LibreDWG.Dwg_Object_VIEW_associated_ucs_get, _LibreDWG.Dwg_Object_VIEW_associated_ucs_set)
2578    ucsorg = property(_LibreDWG.Dwg_Object_VIEW_ucsorg_get, _LibreDWG.Dwg_Object_VIEW_ucsorg_set)
2579    ucsxdir = property(_LibreDWG.Dwg_Object_VIEW_ucsxdir_get, _LibreDWG.Dwg_Object_VIEW_ucsxdir_set)
2580    ucsydir = property(_LibreDWG.Dwg_Object_VIEW_ucsydir_get, _LibreDWG.Dwg_Object_VIEW_ucsydir_set)
2581    ucs_elevation = property(_LibreDWG.Dwg_Object_VIEW_ucs_elevation_get, _LibreDWG.Dwg_Object_VIEW_ucs_elevation_set)
2582    UCSORTHOVIEW = property(_LibreDWG.Dwg_Object_VIEW_UCSORTHOVIEW_get, _LibreDWG.Dwg_Object_VIEW_UCSORTHOVIEW_set)
2583    is_camera_plottable = property(_LibreDWG.Dwg_Object_VIEW_is_camera_plottable_get, _LibreDWG.Dwg_Object_VIEW_is_camera_plottable_set)
2584    background = property(_LibreDWG.Dwg_Object_VIEW_background_get, _LibreDWG.Dwg_Object_VIEW_background_set)
2585    visualstyle = property(_LibreDWG.Dwg_Object_VIEW_visualstyle_get, _LibreDWG.Dwg_Object_VIEW_visualstyle_set)
2586    sun = property(_LibreDWG.Dwg_Object_VIEW_sun_get, _LibreDWG.Dwg_Object_VIEW_sun_set)
2587    base_ucs = property(_LibreDWG.Dwg_Object_VIEW_base_ucs_get, _LibreDWG.Dwg_Object_VIEW_base_ucs_set)
2588    named_ucs = property(_LibreDWG.Dwg_Object_VIEW_named_ucs_get, _LibreDWG.Dwg_Object_VIEW_named_ucs_set)
2589    livesection = property(_LibreDWG.Dwg_Object_VIEW_livesection_get, _LibreDWG.Dwg_Object_VIEW_livesection_set)
2590
2591    def __init__(self):
2592        _LibreDWG.Dwg_Object_VIEW_swiginit(self, _LibreDWG.new_Dwg_Object_VIEW())
2593    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_VIEW
2594
2595# Register Dwg_Object_VIEW in _LibreDWG:
2596_LibreDWG.Dwg_Object_VIEW_swigregister(Dwg_Object_VIEW)
2597
2598class Dwg_Object_UCS_CONTROL(object):
2599    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2600    __repr__ = _swig_repr
2601    parent = property(_LibreDWG.Dwg_Object_UCS_CONTROL_parent_get, _LibreDWG.Dwg_Object_UCS_CONTROL_parent_set)
2602    num_entries = property(_LibreDWG.Dwg_Object_UCS_CONTROL_num_entries_get, _LibreDWG.Dwg_Object_UCS_CONTROL_num_entries_set)
2603    entries = property(_LibreDWG.Dwg_Object_UCS_CONTROL_entries_get, _LibreDWG.Dwg_Object_UCS_CONTROL_entries_set)
2604
2605    def __init__(self):
2606        _LibreDWG.Dwg_Object_UCS_CONTROL_swiginit(self, _LibreDWG.new_Dwg_Object_UCS_CONTROL())
2607    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_UCS_CONTROL
2608
2609# Register Dwg_Object_UCS_CONTROL in _LibreDWG:
2610_LibreDWG.Dwg_Object_UCS_CONTROL_swigregister(Dwg_Object_UCS_CONTROL)
2611
2612class Dwg_UCS_orthopts(object):
2613    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2614    __repr__ = _swig_repr
2615    parent = property(_LibreDWG.Dwg_UCS_orthopts_parent_get, _LibreDWG.Dwg_UCS_orthopts_parent_set)
2616    type = property(_LibreDWG.Dwg_UCS_orthopts_type_get, _LibreDWG.Dwg_UCS_orthopts_type_set)
2617    pt = property(_LibreDWG.Dwg_UCS_orthopts_pt_get, _LibreDWG.Dwg_UCS_orthopts_pt_set)
2618
2619    def __init__(self):
2620        _LibreDWG.Dwg_UCS_orthopts_swiginit(self, _LibreDWG.new_Dwg_UCS_orthopts())
2621    __swig_destroy__ = _LibreDWG.delete_Dwg_UCS_orthopts
2622
2623# Register Dwg_UCS_orthopts in _LibreDWG:
2624_LibreDWG.Dwg_UCS_orthopts_swigregister(Dwg_UCS_orthopts)
2625
2626class Dwg_Object_UCS(object):
2627    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2628    __repr__ = _swig_repr
2629    parent = property(_LibreDWG.Dwg_Object_UCS_parent_get, _LibreDWG.Dwg_Object_UCS_parent_set)
2630    flag = property(_LibreDWG.Dwg_Object_UCS_flag_get, _LibreDWG.Dwg_Object_UCS_flag_set)
2631    name = property(_LibreDWG.Dwg_Object_UCS_name_get, _LibreDWG.Dwg_Object_UCS_name_set)
2632    used = property(_LibreDWG.Dwg_Object_UCS_used_get, _LibreDWG.Dwg_Object_UCS_used_set)
2633    is_xref_ref = property(_LibreDWG.Dwg_Object_UCS_is_xref_ref_get, _LibreDWG.Dwg_Object_UCS_is_xref_ref_set)
2634    is_xref_resolved = property(_LibreDWG.Dwg_Object_UCS_is_xref_resolved_get, _LibreDWG.Dwg_Object_UCS_is_xref_resolved_set)
2635    is_xref_dep = property(_LibreDWG.Dwg_Object_UCS_is_xref_dep_get, _LibreDWG.Dwg_Object_UCS_is_xref_dep_set)
2636    xref = property(_LibreDWG.Dwg_Object_UCS_xref_get, _LibreDWG.Dwg_Object_UCS_xref_set)
2637    ucsorg = property(_LibreDWG.Dwg_Object_UCS_ucsorg_get, _LibreDWG.Dwg_Object_UCS_ucsorg_set)
2638    ucsxdir = property(_LibreDWG.Dwg_Object_UCS_ucsxdir_get, _LibreDWG.Dwg_Object_UCS_ucsxdir_set)
2639    ucsydir = property(_LibreDWG.Dwg_Object_UCS_ucsydir_get, _LibreDWG.Dwg_Object_UCS_ucsydir_set)
2640    ucs_elevation = property(_LibreDWG.Dwg_Object_UCS_ucs_elevation_get, _LibreDWG.Dwg_Object_UCS_ucs_elevation_set)
2641    UCSORTHOVIEW = property(_LibreDWG.Dwg_Object_UCS_UCSORTHOVIEW_get, _LibreDWG.Dwg_Object_UCS_UCSORTHOVIEW_set)
2642    base_ucs = property(_LibreDWG.Dwg_Object_UCS_base_ucs_get, _LibreDWG.Dwg_Object_UCS_base_ucs_set)
2643    named_ucs = property(_LibreDWG.Dwg_Object_UCS_named_ucs_get, _LibreDWG.Dwg_Object_UCS_named_ucs_set)
2644    num_orthopts = property(_LibreDWG.Dwg_Object_UCS_num_orthopts_get, _LibreDWG.Dwg_Object_UCS_num_orthopts_set)
2645    orthopts = property(_LibreDWG.Dwg_Object_UCS_orthopts_get, _LibreDWG.Dwg_Object_UCS_orthopts_set)
2646
2647    def __init__(self):
2648        _LibreDWG.Dwg_Object_UCS_swiginit(self, _LibreDWG.new_Dwg_Object_UCS())
2649    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_UCS
2650
2651# Register Dwg_Object_UCS in _LibreDWG:
2652_LibreDWG.Dwg_Object_UCS_swigregister(Dwg_Object_UCS)
2653
2654class Dwg_Object_VPORT_CONTROL(object):
2655    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2656    __repr__ = _swig_repr
2657    parent = property(_LibreDWG.Dwg_Object_VPORT_CONTROL_parent_get, _LibreDWG.Dwg_Object_VPORT_CONTROL_parent_set)
2658    num_entries = property(_LibreDWG.Dwg_Object_VPORT_CONTROL_num_entries_get, _LibreDWG.Dwg_Object_VPORT_CONTROL_num_entries_set)
2659    entries = property(_LibreDWG.Dwg_Object_VPORT_CONTROL_entries_get, _LibreDWG.Dwg_Object_VPORT_CONTROL_entries_set)
2660
2661    def __init__(self):
2662        _LibreDWG.Dwg_Object_VPORT_CONTROL_swiginit(self, _LibreDWG.new_Dwg_Object_VPORT_CONTROL())
2663    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_VPORT_CONTROL
2664
2665# Register Dwg_Object_VPORT_CONTROL in _LibreDWG:
2666_LibreDWG.Dwg_Object_VPORT_CONTROL_swigregister(Dwg_Object_VPORT_CONTROL)
2667
2668class Dwg_Object_VPORT(object):
2669    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2670    __repr__ = _swig_repr
2671    parent = property(_LibreDWG.Dwg_Object_VPORT_parent_get, _LibreDWG.Dwg_Object_VPORT_parent_set)
2672    flag = property(_LibreDWG.Dwg_Object_VPORT_flag_get, _LibreDWG.Dwg_Object_VPORT_flag_set)
2673    name = property(_LibreDWG.Dwg_Object_VPORT_name_get, _LibreDWG.Dwg_Object_VPORT_name_set)
2674    used = property(_LibreDWG.Dwg_Object_VPORT_used_get, _LibreDWG.Dwg_Object_VPORT_used_set)
2675    is_xref_ref = property(_LibreDWG.Dwg_Object_VPORT_is_xref_ref_get, _LibreDWG.Dwg_Object_VPORT_is_xref_ref_set)
2676    is_xref_resolved = property(_LibreDWG.Dwg_Object_VPORT_is_xref_resolved_get, _LibreDWG.Dwg_Object_VPORT_is_xref_resolved_set)
2677    is_xref_dep = property(_LibreDWG.Dwg_Object_VPORT_is_xref_dep_get, _LibreDWG.Dwg_Object_VPORT_is_xref_dep_set)
2678    xref = property(_LibreDWG.Dwg_Object_VPORT_xref_get, _LibreDWG.Dwg_Object_VPORT_xref_set)
2679    VIEWSIZE = property(_LibreDWG.Dwg_Object_VPORT_VIEWSIZE_get, _LibreDWG.Dwg_Object_VPORT_VIEWSIZE_set)
2680    view_width = property(_LibreDWG.Dwg_Object_VPORT_view_width_get, _LibreDWG.Dwg_Object_VPORT_view_width_set)
2681    aspect_ratio = property(_LibreDWG.Dwg_Object_VPORT_aspect_ratio_get, _LibreDWG.Dwg_Object_VPORT_aspect_ratio_set)
2682    VIEWCTR = property(_LibreDWG.Dwg_Object_VPORT_VIEWCTR_get, _LibreDWG.Dwg_Object_VPORT_VIEWCTR_set)
2683    view_target = property(_LibreDWG.Dwg_Object_VPORT_view_target_get, _LibreDWG.Dwg_Object_VPORT_view_target_set)
2684    VIEWDIR = property(_LibreDWG.Dwg_Object_VPORT_VIEWDIR_get, _LibreDWG.Dwg_Object_VPORT_VIEWDIR_set)
2685    view_twist = property(_LibreDWG.Dwg_Object_VPORT_view_twist_get, _LibreDWG.Dwg_Object_VPORT_view_twist_set)
2686    lens_length = property(_LibreDWG.Dwg_Object_VPORT_lens_length_get, _LibreDWG.Dwg_Object_VPORT_lens_length_set)
2687    front_clip_z = property(_LibreDWG.Dwg_Object_VPORT_front_clip_z_get, _LibreDWG.Dwg_Object_VPORT_front_clip_z_set)
2688    back_clip_z = property(_LibreDWG.Dwg_Object_VPORT_back_clip_z_get, _LibreDWG.Dwg_Object_VPORT_back_clip_z_set)
2689    VIEWMODE = property(_LibreDWG.Dwg_Object_VPORT_VIEWMODE_get, _LibreDWG.Dwg_Object_VPORT_VIEWMODE_set)
2690    render_mode = property(_LibreDWG.Dwg_Object_VPORT_render_mode_get, _LibreDWG.Dwg_Object_VPORT_render_mode_set)
2691    use_default_lights = property(_LibreDWG.Dwg_Object_VPORT_use_default_lights_get, _LibreDWG.Dwg_Object_VPORT_use_default_lights_set)
2692    default_lightning_type = property(_LibreDWG.Dwg_Object_VPORT_default_lightning_type_get, _LibreDWG.Dwg_Object_VPORT_default_lightning_type_set)
2693    brightness = property(_LibreDWG.Dwg_Object_VPORT_brightness_get, _LibreDWG.Dwg_Object_VPORT_brightness_set)
2694    contrast = property(_LibreDWG.Dwg_Object_VPORT_contrast_get, _LibreDWG.Dwg_Object_VPORT_contrast_set)
2695    ambient_color = property(_LibreDWG.Dwg_Object_VPORT_ambient_color_get, _LibreDWG.Dwg_Object_VPORT_ambient_color_set)
2696    lower_left = property(_LibreDWG.Dwg_Object_VPORT_lower_left_get, _LibreDWG.Dwg_Object_VPORT_lower_left_set)
2697    upper_right = property(_LibreDWG.Dwg_Object_VPORT_upper_right_get, _LibreDWG.Dwg_Object_VPORT_upper_right_set)
2698    UCSFOLLOW = property(_LibreDWG.Dwg_Object_VPORT_UCSFOLLOW_get, _LibreDWG.Dwg_Object_VPORT_UCSFOLLOW_set)
2699    circle_zoom = property(_LibreDWG.Dwg_Object_VPORT_circle_zoom_get, _LibreDWG.Dwg_Object_VPORT_circle_zoom_set)
2700    FASTZOOM = property(_LibreDWG.Dwg_Object_VPORT_FASTZOOM_get, _LibreDWG.Dwg_Object_VPORT_FASTZOOM_set)
2701    UCSICON = property(_LibreDWG.Dwg_Object_VPORT_UCSICON_get, _LibreDWG.Dwg_Object_VPORT_UCSICON_set)
2702    GRIDMODE = property(_LibreDWG.Dwg_Object_VPORT_GRIDMODE_get, _LibreDWG.Dwg_Object_VPORT_GRIDMODE_set)
2703    GRIDUNIT = property(_LibreDWG.Dwg_Object_VPORT_GRIDUNIT_get, _LibreDWG.Dwg_Object_VPORT_GRIDUNIT_set)
2704    SNAPMODE = property(_LibreDWG.Dwg_Object_VPORT_SNAPMODE_get, _LibreDWG.Dwg_Object_VPORT_SNAPMODE_set)
2705    SNAPSTYLE = property(_LibreDWG.Dwg_Object_VPORT_SNAPSTYLE_get, _LibreDWG.Dwg_Object_VPORT_SNAPSTYLE_set)
2706    SNAPISOPAIR = property(_LibreDWG.Dwg_Object_VPORT_SNAPISOPAIR_get, _LibreDWG.Dwg_Object_VPORT_SNAPISOPAIR_set)
2707    SNAPANG = property(_LibreDWG.Dwg_Object_VPORT_SNAPANG_get, _LibreDWG.Dwg_Object_VPORT_SNAPANG_set)
2708    SNAPBASE = property(_LibreDWG.Dwg_Object_VPORT_SNAPBASE_get, _LibreDWG.Dwg_Object_VPORT_SNAPBASE_set)
2709    SNAPUNIT = property(_LibreDWG.Dwg_Object_VPORT_SNAPUNIT_get, _LibreDWG.Dwg_Object_VPORT_SNAPUNIT_set)
2710    ucs_at_origin = property(_LibreDWG.Dwg_Object_VPORT_ucs_at_origin_get, _LibreDWG.Dwg_Object_VPORT_ucs_at_origin_set)
2711    UCSVP = property(_LibreDWG.Dwg_Object_VPORT_UCSVP_get, _LibreDWG.Dwg_Object_VPORT_UCSVP_set)
2712    ucsorg = property(_LibreDWG.Dwg_Object_VPORT_ucsorg_get, _LibreDWG.Dwg_Object_VPORT_ucsorg_set)
2713    ucsxdir = property(_LibreDWG.Dwg_Object_VPORT_ucsxdir_get, _LibreDWG.Dwg_Object_VPORT_ucsxdir_set)
2714    ucsydir = property(_LibreDWG.Dwg_Object_VPORT_ucsydir_get, _LibreDWG.Dwg_Object_VPORT_ucsydir_set)
2715    ucs_elevation = property(_LibreDWG.Dwg_Object_VPORT_ucs_elevation_get, _LibreDWG.Dwg_Object_VPORT_ucs_elevation_set)
2716    UCSORTHOVIEW = property(_LibreDWG.Dwg_Object_VPORT_UCSORTHOVIEW_get, _LibreDWG.Dwg_Object_VPORT_UCSORTHOVIEW_set)
2717    grid_flags = property(_LibreDWG.Dwg_Object_VPORT_grid_flags_get, _LibreDWG.Dwg_Object_VPORT_grid_flags_set)
2718    grid_major = property(_LibreDWG.Dwg_Object_VPORT_grid_major_get, _LibreDWG.Dwg_Object_VPORT_grid_major_set)
2719    background = property(_LibreDWG.Dwg_Object_VPORT_background_get, _LibreDWG.Dwg_Object_VPORT_background_set)
2720    visualstyle = property(_LibreDWG.Dwg_Object_VPORT_visualstyle_get, _LibreDWG.Dwg_Object_VPORT_visualstyle_set)
2721    sun = property(_LibreDWG.Dwg_Object_VPORT_sun_get, _LibreDWG.Dwg_Object_VPORT_sun_set)
2722    named_ucs = property(_LibreDWG.Dwg_Object_VPORT_named_ucs_get, _LibreDWG.Dwg_Object_VPORT_named_ucs_set)
2723    base_ucs = property(_LibreDWG.Dwg_Object_VPORT_base_ucs_get, _LibreDWG.Dwg_Object_VPORT_base_ucs_set)
2724
2725    def __init__(self):
2726        _LibreDWG.Dwg_Object_VPORT_swiginit(self, _LibreDWG.new_Dwg_Object_VPORT())
2727    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_VPORT
2728
2729# Register Dwg_Object_VPORT in _LibreDWG:
2730_LibreDWG.Dwg_Object_VPORT_swigregister(Dwg_Object_VPORT)
2731
2732class Dwg_Object_APPID_CONTROL(object):
2733    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2734    __repr__ = _swig_repr
2735    parent = property(_LibreDWG.Dwg_Object_APPID_CONTROL_parent_get, _LibreDWG.Dwg_Object_APPID_CONTROL_parent_set)
2736    num_entries = property(_LibreDWG.Dwg_Object_APPID_CONTROL_num_entries_get, _LibreDWG.Dwg_Object_APPID_CONTROL_num_entries_set)
2737    entries = property(_LibreDWG.Dwg_Object_APPID_CONTROL_entries_get, _LibreDWG.Dwg_Object_APPID_CONTROL_entries_set)
2738
2739    def __init__(self):
2740        _LibreDWG.Dwg_Object_APPID_CONTROL_swiginit(self, _LibreDWG.new_Dwg_Object_APPID_CONTROL())
2741    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_APPID_CONTROL
2742
2743# Register Dwg_Object_APPID_CONTROL in _LibreDWG:
2744_LibreDWG.Dwg_Object_APPID_CONTROL_swigregister(Dwg_Object_APPID_CONTROL)
2745
2746class Dwg_Object_APPID(object):
2747    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2748    __repr__ = _swig_repr
2749    parent = property(_LibreDWG.Dwg_Object_APPID_parent_get, _LibreDWG.Dwg_Object_APPID_parent_set)
2750    flag = property(_LibreDWG.Dwg_Object_APPID_flag_get, _LibreDWG.Dwg_Object_APPID_flag_set)
2751    name = property(_LibreDWG.Dwg_Object_APPID_name_get, _LibreDWG.Dwg_Object_APPID_name_set)
2752    used = property(_LibreDWG.Dwg_Object_APPID_used_get, _LibreDWG.Dwg_Object_APPID_used_set)
2753    is_xref_ref = property(_LibreDWG.Dwg_Object_APPID_is_xref_ref_get, _LibreDWG.Dwg_Object_APPID_is_xref_ref_set)
2754    is_xref_resolved = property(_LibreDWG.Dwg_Object_APPID_is_xref_resolved_get, _LibreDWG.Dwg_Object_APPID_is_xref_resolved_set)
2755    is_xref_dep = property(_LibreDWG.Dwg_Object_APPID_is_xref_dep_get, _LibreDWG.Dwg_Object_APPID_is_xref_dep_set)
2756    xref = property(_LibreDWG.Dwg_Object_APPID_xref_get, _LibreDWG.Dwg_Object_APPID_xref_set)
2757    unknown = property(_LibreDWG.Dwg_Object_APPID_unknown_get, _LibreDWG.Dwg_Object_APPID_unknown_set)
2758
2759    def __init__(self):
2760        _LibreDWG.Dwg_Object_APPID_swiginit(self, _LibreDWG.new_Dwg_Object_APPID())
2761    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_APPID
2762
2763# Register Dwg_Object_APPID in _LibreDWG:
2764_LibreDWG.Dwg_Object_APPID_swigregister(Dwg_Object_APPID)
2765
2766class Dwg_Object_DIMSTYLE_CONTROL(object):
2767    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2768    __repr__ = _swig_repr
2769    parent = property(_LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_parent_get, _LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_parent_set)
2770    num_entries = property(_LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_num_entries_get, _LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_num_entries_set)
2771    entries = property(_LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_entries_get, _LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_entries_set)
2772    num_morehandles = property(_LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_num_morehandles_get, _LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_num_morehandles_set)
2773    morehandles = property(_LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_morehandles_get, _LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_morehandles_set)
2774
2775    def __init__(self):
2776        _LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_swiginit(self, _LibreDWG.new_Dwg_Object_DIMSTYLE_CONTROL())
2777    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DIMSTYLE_CONTROL
2778
2779# Register Dwg_Object_DIMSTYLE_CONTROL in _LibreDWG:
2780_LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_swigregister(Dwg_Object_DIMSTYLE_CONTROL)
2781
2782class Dwg_Object_DIMSTYLE(object):
2783    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2784    __repr__ = _swig_repr
2785    parent = property(_LibreDWG.Dwg_Object_DIMSTYLE_parent_get, _LibreDWG.Dwg_Object_DIMSTYLE_parent_set)
2786    flag = property(_LibreDWG.Dwg_Object_DIMSTYLE_flag_get, _LibreDWG.Dwg_Object_DIMSTYLE_flag_set)
2787    name = property(_LibreDWG.Dwg_Object_DIMSTYLE_name_get, _LibreDWG.Dwg_Object_DIMSTYLE_name_set)
2788    used = property(_LibreDWG.Dwg_Object_DIMSTYLE_used_get, _LibreDWG.Dwg_Object_DIMSTYLE_used_set)
2789    is_xref_ref = property(_LibreDWG.Dwg_Object_DIMSTYLE_is_xref_ref_get, _LibreDWG.Dwg_Object_DIMSTYLE_is_xref_ref_set)
2790    is_xref_resolved = property(_LibreDWG.Dwg_Object_DIMSTYLE_is_xref_resolved_get, _LibreDWG.Dwg_Object_DIMSTYLE_is_xref_resolved_set)
2791    is_xref_dep = property(_LibreDWG.Dwg_Object_DIMSTYLE_is_xref_dep_get, _LibreDWG.Dwg_Object_DIMSTYLE_is_xref_dep_set)
2792    xref = property(_LibreDWG.Dwg_Object_DIMSTYLE_xref_get, _LibreDWG.Dwg_Object_DIMSTYLE_xref_set)
2793    DIMTOL = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTOL_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTOL_set)
2794    DIMLIM = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMLIM_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMLIM_set)
2795    DIMTIH = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTIH_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTIH_set)
2796    DIMTOH = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTOH_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTOH_set)
2797    DIMSE1 = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMSE1_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMSE1_set)
2798    DIMSE2 = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMSE2_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMSE2_set)
2799    DIMALT = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMALT_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMALT_set)
2800    DIMTOFL = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTOFL_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTOFL_set)
2801    DIMSAH = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMSAH_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMSAH_set)
2802    DIMTIX = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTIX_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTIX_set)
2803    DIMSOXD = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMSOXD_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMSOXD_set)
2804    DIMALTD = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMALTD_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMALTD_set)
2805    DIMZIN = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMZIN_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMZIN_set)
2806    DIMSD1 = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMSD1_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMSD1_set)
2807    DIMSD2 = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMSD2_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMSD2_set)
2808    DIMTOLJ = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTOLJ_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTOLJ_set)
2809    DIMJUST = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMJUST_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMJUST_set)
2810    DIMFIT = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMFIT_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMFIT_set)
2811    DIMUPT = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMUPT_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMUPT_set)
2812    DIMTZIN = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTZIN_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTZIN_set)
2813    DIMMALTZ = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMMALTZ_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMMALTZ_set)
2814    DIMMALTTZ = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMMALTTZ_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMMALTTZ_set)
2815    DIMTAD = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTAD_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTAD_set)
2816    DIMUNIT = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMUNIT_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMUNIT_set)
2817    DIMAUNIT = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMAUNIT_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMAUNIT_set)
2818    DIMDEC = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMDEC_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMDEC_set)
2819    DIMTDEC = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTDEC_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTDEC_set)
2820    DIMALTU = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMALTU_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMALTU_set)
2821    DIMALTTD = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMALTTD_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMALTTD_set)
2822    DIMSCALE = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMSCALE_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMSCALE_set)
2823    DIMASZ = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMASZ_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMASZ_set)
2824    DIMEXO = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMEXO_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMEXO_set)
2825    DIMDLI = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMDLI_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMDLI_set)
2826    DIMEXE = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMEXE_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMEXE_set)
2827    DIMRND = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMRND_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMRND_set)
2828    DIMDLE = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMDLE_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMDLE_set)
2829    DIMTP = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTP_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTP_set)
2830    DIMTM = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTM_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTM_set)
2831    DIMFXL = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMFXL_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMFXL_set)
2832    DIMJOGANG = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMJOGANG_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMJOGANG_set)
2833    DIMTFILL = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTFILL_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTFILL_set)
2834    DIMTFILLCLR = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTFILLCLR_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTFILLCLR_set)
2835    DIMAZIN = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMAZIN_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMAZIN_set)
2836    DIMARCSYM = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMARCSYM_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMARCSYM_set)
2837    DIMTXT = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTXT_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTXT_set)
2838    DIMCEN = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMCEN_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMCEN_set)
2839    DIMTSZ = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTSZ_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTSZ_set)
2840    DIMALTF = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMALTF_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMALTF_set)
2841    DIMLFAC = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMLFAC_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMLFAC_set)
2842    DIMTVP = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTVP_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTVP_set)
2843    DIMTFAC = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTFAC_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTFAC_set)
2844    DIMGAP = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMGAP_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMGAP_set)
2845    DIMPOST = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMPOST_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMPOST_set)
2846    DIMAPOST = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMAPOST_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMAPOST_set)
2847    DIMBLK_T = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK_T_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK_T_set)
2848    DIMBLK1_T = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK1_T_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK1_T_set)
2849    DIMBLK2_T = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK2_T_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK2_T_set)
2850    DIMALTRND = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMALTRND_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMALTRND_set)
2851    DIMCLRD_N = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRD_N_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRD_N_set)
2852    DIMCLRE_N = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRE_N_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRE_N_set)
2853    DIMCLRT_N = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRT_N_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRT_N_set)
2854    DIMCLRD = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRD_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRD_set)
2855    DIMCLRE = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRE_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRE_set)
2856    DIMCLRT = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRT_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMCLRT_set)
2857    DIMADEC = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMADEC_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMADEC_set)
2858    DIMFRAC = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMFRAC_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMFRAC_set)
2859    DIMLUNIT = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMLUNIT_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMLUNIT_set)
2860    DIMDSEP = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMDSEP_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMDSEP_set)
2861    DIMTMOVE = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTMOVE_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTMOVE_set)
2862    DIMALTZ = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMALTZ_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMALTZ_set)
2863    DIMALTTZ = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMALTTZ_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMALTTZ_set)
2864    DIMATFIT = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMATFIT_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMATFIT_set)
2865    DIMFXLON = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMFXLON_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMFXLON_set)
2866    DIMTXTDIRECTION = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTXTDIRECTION_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTXTDIRECTION_set)
2867    DIMALTMZF = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMALTMZF_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMALTMZF_set)
2868    DIMALTMZS = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMALTMZS_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMALTMZS_set)
2869    DIMMZF = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMMZF_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMMZF_set)
2870    DIMMZS = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMMZS_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMMZS_set)
2871    DIMLWD = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMLWD_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMLWD_set)
2872    DIMLWE = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMLWE_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMLWE_set)
2873    flag0 = property(_LibreDWG.Dwg_Object_DIMSTYLE_flag0_get, _LibreDWG.Dwg_Object_DIMSTYLE_flag0_set)
2874    DIMTXSTY = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMTXSTY_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMTXSTY_set)
2875    DIMLDRBLK = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMLDRBLK_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMLDRBLK_set)
2876    DIMBLK = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK_set)
2877    DIMBLK1 = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK1_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK1_set)
2878    DIMBLK2 = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK2_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMBLK2_set)
2879    DIMLTYPE = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMLTYPE_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMLTYPE_set)
2880    DIMLTEX1 = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMLTEX1_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMLTEX1_set)
2881    DIMLTEX2 = property(_LibreDWG.Dwg_Object_DIMSTYLE_DIMLTEX2_get, _LibreDWG.Dwg_Object_DIMSTYLE_DIMLTEX2_set)
2882
2883    def __init__(self):
2884        _LibreDWG.Dwg_Object_DIMSTYLE_swiginit(self, _LibreDWG.new_Dwg_Object_DIMSTYLE())
2885    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DIMSTYLE
2886
2887# Register Dwg_Object_DIMSTYLE in _LibreDWG:
2888_LibreDWG.Dwg_Object_DIMSTYLE_swigregister(Dwg_Object_DIMSTYLE)
2889
2890class Dwg_Object_VX_CONTROL(object):
2891    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2892    __repr__ = _swig_repr
2893    parent = property(_LibreDWG.Dwg_Object_VX_CONTROL_parent_get, _LibreDWG.Dwg_Object_VX_CONTROL_parent_set)
2894    num_entries = property(_LibreDWG.Dwg_Object_VX_CONTROL_num_entries_get, _LibreDWG.Dwg_Object_VX_CONTROL_num_entries_set)
2895    entries = property(_LibreDWG.Dwg_Object_VX_CONTROL_entries_get, _LibreDWG.Dwg_Object_VX_CONTROL_entries_set)
2896
2897    def __init__(self):
2898        _LibreDWG.Dwg_Object_VX_CONTROL_swiginit(self, _LibreDWG.new_Dwg_Object_VX_CONTROL())
2899    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_VX_CONTROL
2900
2901# Register Dwg_Object_VX_CONTROL in _LibreDWG:
2902_LibreDWG.Dwg_Object_VX_CONTROL_swigregister(Dwg_Object_VX_CONTROL)
2903
2904class Dwg_Object_VX_TABLE_RECORD(object):
2905    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2906    __repr__ = _swig_repr
2907    parent = property(_LibreDWG.Dwg_Object_VX_TABLE_RECORD_parent_get, _LibreDWG.Dwg_Object_VX_TABLE_RECORD_parent_set)
2908    flag = property(_LibreDWG.Dwg_Object_VX_TABLE_RECORD_flag_get, _LibreDWG.Dwg_Object_VX_TABLE_RECORD_flag_set)
2909    name = property(_LibreDWG.Dwg_Object_VX_TABLE_RECORD_name_get, _LibreDWG.Dwg_Object_VX_TABLE_RECORD_name_set)
2910    used = property(_LibreDWG.Dwg_Object_VX_TABLE_RECORD_used_get, _LibreDWG.Dwg_Object_VX_TABLE_RECORD_used_set)
2911    is_xref_ref = property(_LibreDWG.Dwg_Object_VX_TABLE_RECORD_is_xref_ref_get, _LibreDWG.Dwg_Object_VX_TABLE_RECORD_is_xref_ref_set)
2912    is_xref_resolved = property(_LibreDWG.Dwg_Object_VX_TABLE_RECORD_is_xref_resolved_get, _LibreDWG.Dwg_Object_VX_TABLE_RECORD_is_xref_resolved_set)
2913    is_xref_dep = property(_LibreDWG.Dwg_Object_VX_TABLE_RECORD_is_xref_dep_get, _LibreDWG.Dwg_Object_VX_TABLE_RECORD_is_xref_dep_set)
2914    xref = property(_LibreDWG.Dwg_Object_VX_TABLE_RECORD_xref_get, _LibreDWG.Dwg_Object_VX_TABLE_RECORD_xref_set)
2915    is_on = property(_LibreDWG.Dwg_Object_VX_TABLE_RECORD_is_on_get, _LibreDWG.Dwg_Object_VX_TABLE_RECORD_is_on_set)
2916    viewport = property(_LibreDWG.Dwg_Object_VX_TABLE_RECORD_viewport_get, _LibreDWG.Dwg_Object_VX_TABLE_RECORD_viewport_set)
2917    prev_entry = property(_LibreDWG.Dwg_Object_VX_TABLE_RECORD_prev_entry_get, _LibreDWG.Dwg_Object_VX_TABLE_RECORD_prev_entry_set)
2918
2919    def __init__(self):
2920        _LibreDWG.Dwg_Object_VX_TABLE_RECORD_swiginit(self, _LibreDWG.new_Dwg_Object_VX_TABLE_RECORD())
2921    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_VX_TABLE_RECORD
2922
2923# Register Dwg_Object_VX_TABLE_RECORD in _LibreDWG:
2924_LibreDWG.Dwg_Object_VX_TABLE_RECORD_swigregister(Dwg_Object_VX_TABLE_RECORD)
2925
2926class Dwg_Object_GROUP(object):
2927    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2928    __repr__ = _swig_repr
2929    parent = property(_LibreDWG.Dwg_Object_GROUP_parent_get, _LibreDWG.Dwg_Object_GROUP_parent_set)
2930    name = property(_LibreDWG.Dwg_Object_GROUP_name_get, _LibreDWG.Dwg_Object_GROUP_name_set)
2931    unnamed = property(_LibreDWG.Dwg_Object_GROUP_unnamed_get, _LibreDWG.Dwg_Object_GROUP_unnamed_set)
2932    selectable = property(_LibreDWG.Dwg_Object_GROUP_selectable_get, _LibreDWG.Dwg_Object_GROUP_selectable_set)
2933    num_groups = property(_LibreDWG.Dwg_Object_GROUP_num_groups_get, _LibreDWG.Dwg_Object_GROUP_num_groups_set)
2934    groups = property(_LibreDWG.Dwg_Object_GROUP_groups_get, _LibreDWG.Dwg_Object_GROUP_groups_set)
2935
2936    def __init__(self):
2937        _LibreDWG.Dwg_Object_GROUP_swiginit(self, _LibreDWG.new_Dwg_Object_GROUP())
2938    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_GROUP
2939
2940# Register Dwg_Object_GROUP in _LibreDWG:
2941_LibreDWG.Dwg_Object_GROUP_swigregister(Dwg_Object_GROUP)
2942
2943class Dwg_MLINESTYLE_line(object):
2944    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2945    __repr__ = _swig_repr
2946    parent = property(_LibreDWG.Dwg_MLINESTYLE_line_parent_get, _LibreDWG.Dwg_MLINESTYLE_line_parent_set)
2947    offset = property(_LibreDWG.Dwg_MLINESTYLE_line_offset_get, _LibreDWG.Dwg_MLINESTYLE_line_offset_set)
2948    color = property(_LibreDWG.Dwg_MLINESTYLE_line_color_get, _LibreDWG.Dwg_MLINESTYLE_line_color_set)
2949    lt_index = property(_LibreDWG.Dwg_MLINESTYLE_line_lt_index_get, _LibreDWG.Dwg_MLINESTYLE_line_lt_index_set)
2950    lt_ltype = property(_LibreDWG.Dwg_MLINESTYLE_line_lt_ltype_get, _LibreDWG.Dwg_MLINESTYLE_line_lt_ltype_set)
2951
2952    def __init__(self):
2953        _LibreDWG.Dwg_MLINESTYLE_line_swiginit(self, _LibreDWG.new_Dwg_MLINESTYLE_line())
2954    __swig_destroy__ = _LibreDWG.delete_Dwg_MLINESTYLE_line
2955
2956# Register Dwg_MLINESTYLE_line in _LibreDWG:
2957_LibreDWG.Dwg_MLINESTYLE_line_swigregister(Dwg_MLINESTYLE_line)
2958
2959class Dwg_Object_MLINESTYLE(object):
2960    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2961    __repr__ = _swig_repr
2962    parent = property(_LibreDWG.Dwg_Object_MLINESTYLE_parent_get, _LibreDWG.Dwg_Object_MLINESTYLE_parent_set)
2963    name = property(_LibreDWG.Dwg_Object_MLINESTYLE_name_get, _LibreDWG.Dwg_Object_MLINESTYLE_name_set)
2964    description = property(_LibreDWG.Dwg_Object_MLINESTYLE_description_get, _LibreDWG.Dwg_Object_MLINESTYLE_description_set)
2965    flag = property(_LibreDWG.Dwg_Object_MLINESTYLE_flag_get, _LibreDWG.Dwg_Object_MLINESTYLE_flag_set)
2966    fill_color = property(_LibreDWG.Dwg_Object_MLINESTYLE_fill_color_get, _LibreDWG.Dwg_Object_MLINESTYLE_fill_color_set)
2967    start_angle = property(_LibreDWG.Dwg_Object_MLINESTYLE_start_angle_get, _LibreDWG.Dwg_Object_MLINESTYLE_start_angle_set)
2968    end_angle = property(_LibreDWG.Dwg_Object_MLINESTYLE_end_angle_get, _LibreDWG.Dwg_Object_MLINESTYLE_end_angle_set)
2969    num_lines = property(_LibreDWG.Dwg_Object_MLINESTYLE_num_lines_get, _LibreDWG.Dwg_Object_MLINESTYLE_num_lines_set)
2970    lines = property(_LibreDWG.Dwg_Object_MLINESTYLE_lines_get, _LibreDWG.Dwg_Object_MLINESTYLE_lines_set)
2971
2972    def __init__(self):
2973        _LibreDWG.Dwg_Object_MLINESTYLE_swiginit(self, _LibreDWG.new_Dwg_Object_MLINESTYLE())
2974    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_MLINESTYLE
2975
2976# Register Dwg_Object_MLINESTYLE in _LibreDWG:
2977_LibreDWG.Dwg_Object_MLINESTYLE_swigregister(Dwg_Object_MLINESTYLE)
2978
2979class Dwg_Entity_OLE2FRAME(object):
2980    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
2981    __repr__ = _swig_repr
2982    parent = property(_LibreDWG.Dwg_Entity_OLE2FRAME_parent_get, _LibreDWG.Dwg_Entity_OLE2FRAME_parent_set)
2983    type = property(_LibreDWG.Dwg_Entity_OLE2FRAME_type_get, _LibreDWG.Dwg_Entity_OLE2FRAME_type_set)
2984    mode = property(_LibreDWG.Dwg_Entity_OLE2FRAME_mode_get, _LibreDWG.Dwg_Entity_OLE2FRAME_mode_set)
2985    lock_aspect = property(_LibreDWG.Dwg_Entity_OLE2FRAME_lock_aspect_get, _LibreDWG.Dwg_Entity_OLE2FRAME_lock_aspect_set)
2986    data_size = property(_LibreDWG.Dwg_Entity_OLE2FRAME_data_size_get, _LibreDWG.Dwg_Entity_OLE2FRAME_data_size_set)
2987    data = property(_LibreDWG.Dwg_Entity_OLE2FRAME_data_get, _LibreDWG.Dwg_Entity_OLE2FRAME_data_set)
2988    oleversion = property(_LibreDWG.Dwg_Entity_OLE2FRAME_oleversion_get, _LibreDWG.Dwg_Entity_OLE2FRAME_oleversion_set)
2989    oleclient = property(_LibreDWG.Dwg_Entity_OLE2FRAME_oleclient_get, _LibreDWG.Dwg_Entity_OLE2FRAME_oleclient_set)
2990    pt1 = property(_LibreDWG.Dwg_Entity_OLE2FRAME_pt1_get, _LibreDWG.Dwg_Entity_OLE2FRAME_pt1_set)
2991    pt2 = property(_LibreDWG.Dwg_Entity_OLE2FRAME_pt2_get, _LibreDWG.Dwg_Entity_OLE2FRAME_pt2_set)
2992
2993    def __init__(self):
2994        _LibreDWG.Dwg_Entity_OLE2FRAME_swiginit(self, _LibreDWG.new_Dwg_Entity_OLE2FRAME())
2995    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_OLE2FRAME
2996
2997# Register Dwg_Entity_OLE2FRAME in _LibreDWG:
2998_LibreDWG.Dwg_Entity_OLE2FRAME_swigregister(Dwg_Entity_OLE2FRAME)
2999
3000class Dwg_Object_DUMMY(object):
3001    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3002    __repr__ = _swig_repr
3003    parent = property(_LibreDWG.Dwg_Object_DUMMY_parent_get, _LibreDWG.Dwg_Object_DUMMY_parent_set)
3004
3005    def __init__(self):
3006        _LibreDWG.Dwg_Object_DUMMY_swiginit(self, _LibreDWG.new_Dwg_Object_DUMMY())
3007    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DUMMY
3008
3009# Register Dwg_Object_DUMMY in _LibreDWG:
3010_LibreDWG.Dwg_Object_DUMMY_swigregister(Dwg_Object_DUMMY)
3011
3012class Dwg_Object_LONG_TRANSACTION(object):
3013    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3014    __repr__ = _swig_repr
3015    parent = property(_LibreDWG.Dwg_Object_LONG_TRANSACTION_parent_get, _LibreDWG.Dwg_Object_LONG_TRANSACTION_parent_set)
3016
3017    def __init__(self):
3018        _LibreDWG.Dwg_Object_LONG_TRANSACTION_swiginit(self, _LibreDWG.new_Dwg_Object_LONG_TRANSACTION())
3019    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_LONG_TRANSACTION
3020
3021# Register Dwg_Object_LONG_TRANSACTION in _LibreDWG:
3022_LibreDWG.Dwg_Object_LONG_TRANSACTION_swigregister(Dwg_Object_LONG_TRANSACTION)
3023
3024class Dwg_LWPOLYLINE_width(object):
3025    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3026    __repr__ = _swig_repr
3027    start = property(_LibreDWG.Dwg_LWPOLYLINE_width_start_get, _LibreDWG.Dwg_LWPOLYLINE_width_start_set)
3028    end = property(_LibreDWG.Dwg_LWPOLYLINE_width_end_get, _LibreDWG.Dwg_LWPOLYLINE_width_end_set)
3029
3030    def __init__(self):
3031        _LibreDWG.Dwg_LWPOLYLINE_width_swiginit(self, _LibreDWG.new_Dwg_LWPOLYLINE_width())
3032    __swig_destroy__ = _LibreDWG.delete_Dwg_LWPOLYLINE_width
3033
3034# Register Dwg_LWPOLYLINE_width in _LibreDWG:
3035_LibreDWG.Dwg_LWPOLYLINE_width_swigregister(Dwg_LWPOLYLINE_width)
3036
3037class Dwg_PROXY_LWPOLYLINE(object):
3038    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3039    __repr__ = _swig_repr
3040    parent = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_parent_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_parent_set)
3041    size = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_size_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_size_set)
3042    flags = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_flags_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_flags_set)
3043    const_width = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_const_width_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_const_width_set)
3044    elevation = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_elevation_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_elevation_set)
3045    thickness = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_thickness_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_thickness_set)
3046    extrusion = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_extrusion_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_extrusion_set)
3047    num_points = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_num_points_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_num_points_set)
3048    points = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_points_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_points_set)
3049    num_bulges = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_num_bulges_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_num_bulges_set)
3050    bulges = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_bulges_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_bulges_set)
3051    num_widths = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_num_widths_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_num_widths_set)
3052    widths = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_widths_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_widths_set)
3053    unknown_1 = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_unknown_1_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_unknown_1_set)
3054    unknown_2 = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_unknown_2_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_unknown_2_set)
3055    unknown_3 = property(_LibreDWG.Dwg_PROXY_LWPOLYLINE_unknown_3_get, _LibreDWG.Dwg_PROXY_LWPOLYLINE_unknown_3_set)
3056
3057    def __init__(self):
3058        _LibreDWG.Dwg_PROXY_LWPOLYLINE_swiginit(self, _LibreDWG.new_Dwg_PROXY_LWPOLYLINE())
3059    __swig_destroy__ = _LibreDWG.delete_Dwg_PROXY_LWPOLYLINE
3060
3061# Register Dwg_PROXY_LWPOLYLINE in _LibreDWG:
3062_LibreDWG.Dwg_PROXY_LWPOLYLINE_swigregister(Dwg_PROXY_LWPOLYLINE)
3063
3064class Dwg_Entity_PROXY_ENTITY(object):
3065    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3066    __repr__ = _swig_repr
3067    parent = property(_LibreDWG.Dwg_Entity_PROXY_ENTITY_parent_get, _LibreDWG.Dwg_Entity_PROXY_ENTITY_parent_set)
3068    class_id = property(_LibreDWG.Dwg_Entity_PROXY_ENTITY_class_id_get, _LibreDWG.Dwg_Entity_PROXY_ENTITY_class_id_set)
3069    version = property(_LibreDWG.Dwg_Entity_PROXY_ENTITY_version_get, _LibreDWG.Dwg_Entity_PROXY_ENTITY_version_set)
3070    maint_version = property(_LibreDWG.Dwg_Entity_PROXY_ENTITY_maint_version_get, _LibreDWG.Dwg_Entity_PROXY_ENTITY_maint_version_set)
3071    from_dxf = property(_LibreDWG.Dwg_Entity_PROXY_ENTITY_from_dxf_get, _LibreDWG.Dwg_Entity_PROXY_ENTITY_from_dxf_set)
3072    data_numbits = property(_LibreDWG.Dwg_Entity_PROXY_ENTITY_data_numbits_get, _LibreDWG.Dwg_Entity_PROXY_ENTITY_data_numbits_set)
3073    data_size = property(_LibreDWG.Dwg_Entity_PROXY_ENTITY_data_size_get, _LibreDWG.Dwg_Entity_PROXY_ENTITY_data_size_set)
3074    data = property(_LibreDWG.Dwg_Entity_PROXY_ENTITY_data_get, _LibreDWG.Dwg_Entity_PROXY_ENTITY_data_set)
3075    num_objids = property(_LibreDWG.Dwg_Entity_PROXY_ENTITY_num_objids_get, _LibreDWG.Dwg_Entity_PROXY_ENTITY_num_objids_set)
3076    objids = property(_LibreDWG.Dwg_Entity_PROXY_ENTITY_objids_get, _LibreDWG.Dwg_Entity_PROXY_ENTITY_objids_set)
3077
3078    def __init__(self):
3079        _LibreDWG.Dwg_Entity_PROXY_ENTITY_swiginit(self, _LibreDWG.new_Dwg_Entity_PROXY_ENTITY())
3080    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_PROXY_ENTITY
3081
3082# Register Dwg_Entity_PROXY_ENTITY in _LibreDWG:
3083_LibreDWG.Dwg_Entity_PROXY_ENTITY_swigregister(Dwg_Entity_PROXY_ENTITY)
3084
3085class Dwg_Object_PROXY_OBJECT(object):
3086    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3087    __repr__ = _swig_repr
3088    parent = property(_LibreDWG.Dwg_Object_PROXY_OBJECT_parent_get, _LibreDWG.Dwg_Object_PROXY_OBJECT_parent_set)
3089    class_id = property(_LibreDWG.Dwg_Object_PROXY_OBJECT_class_id_get, _LibreDWG.Dwg_Object_PROXY_OBJECT_class_id_set)
3090    version = property(_LibreDWG.Dwg_Object_PROXY_OBJECT_version_get, _LibreDWG.Dwg_Object_PROXY_OBJECT_version_set)
3091    maint_version = property(_LibreDWG.Dwg_Object_PROXY_OBJECT_maint_version_get, _LibreDWG.Dwg_Object_PROXY_OBJECT_maint_version_set)
3092    from_dxf = property(_LibreDWG.Dwg_Object_PROXY_OBJECT_from_dxf_get, _LibreDWG.Dwg_Object_PROXY_OBJECT_from_dxf_set)
3093    data_numbits = property(_LibreDWG.Dwg_Object_PROXY_OBJECT_data_numbits_get, _LibreDWG.Dwg_Object_PROXY_OBJECT_data_numbits_set)
3094    data_size = property(_LibreDWG.Dwg_Object_PROXY_OBJECT_data_size_get, _LibreDWG.Dwg_Object_PROXY_OBJECT_data_size_set)
3095    data = property(_LibreDWG.Dwg_Object_PROXY_OBJECT_data_get, _LibreDWG.Dwg_Object_PROXY_OBJECT_data_set)
3096    num_objids = property(_LibreDWG.Dwg_Object_PROXY_OBJECT_num_objids_get, _LibreDWG.Dwg_Object_PROXY_OBJECT_num_objids_set)
3097    objids = property(_LibreDWG.Dwg_Object_PROXY_OBJECT_objids_get, _LibreDWG.Dwg_Object_PROXY_OBJECT_objids_set)
3098
3099    def __init__(self):
3100        _LibreDWG.Dwg_Object_PROXY_OBJECT_swiginit(self, _LibreDWG.new_Dwg_Object_PROXY_OBJECT())
3101    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_PROXY_OBJECT
3102
3103# Register Dwg_Object_PROXY_OBJECT in _LibreDWG:
3104_LibreDWG.Dwg_Object_PROXY_OBJECT_swigregister(Dwg_Object_PROXY_OBJECT)
3105
3106class Dwg_HATCH_Color(object):
3107    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3108    __repr__ = _swig_repr
3109    parent = property(_LibreDWG.Dwg_HATCH_Color_parent_get, _LibreDWG.Dwg_HATCH_Color_parent_set)
3110    shift_value = property(_LibreDWG.Dwg_HATCH_Color_shift_value_get, _LibreDWG.Dwg_HATCH_Color_shift_value_set)
3111    color = property(_LibreDWG.Dwg_HATCH_Color_color_get, _LibreDWG.Dwg_HATCH_Color_color_set)
3112
3113    def __init__(self):
3114        _LibreDWG.Dwg_HATCH_Color_swiginit(self, _LibreDWG.new_Dwg_HATCH_Color())
3115    __swig_destroy__ = _LibreDWG.delete_Dwg_HATCH_Color
3116
3117# Register Dwg_HATCH_Color in _LibreDWG:
3118_LibreDWG.Dwg_HATCH_Color_swigregister(Dwg_HATCH_Color)
3119
3120class Dwg_HATCH_ControlPoint(object):
3121    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3122    __repr__ = _swig_repr
3123    parent = property(_LibreDWG.Dwg_HATCH_ControlPoint_parent_get, _LibreDWG.Dwg_HATCH_ControlPoint_parent_set)
3124    point = property(_LibreDWG.Dwg_HATCH_ControlPoint_point_get, _LibreDWG.Dwg_HATCH_ControlPoint_point_set)
3125    weight = property(_LibreDWG.Dwg_HATCH_ControlPoint_weight_get, _LibreDWG.Dwg_HATCH_ControlPoint_weight_set)
3126
3127    def __init__(self):
3128        _LibreDWG.Dwg_HATCH_ControlPoint_swiginit(self, _LibreDWG.new_Dwg_HATCH_ControlPoint())
3129    __swig_destroy__ = _LibreDWG.delete_Dwg_HATCH_ControlPoint
3130
3131# Register Dwg_HATCH_ControlPoint in _LibreDWG:
3132_LibreDWG.Dwg_HATCH_ControlPoint_swigregister(Dwg_HATCH_ControlPoint)
3133
3134class Dwg_HATCH_PathSeg(object):
3135    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3136    __repr__ = _swig_repr
3137    parent = property(_LibreDWG.Dwg_HATCH_PathSeg_parent_get, _LibreDWG.Dwg_HATCH_PathSeg_parent_set)
3138    curve_type = property(_LibreDWG.Dwg_HATCH_PathSeg_curve_type_get, _LibreDWG.Dwg_HATCH_PathSeg_curve_type_set)
3139    first_endpoint = property(_LibreDWG.Dwg_HATCH_PathSeg_first_endpoint_get, _LibreDWG.Dwg_HATCH_PathSeg_first_endpoint_set)
3140    second_endpoint = property(_LibreDWG.Dwg_HATCH_PathSeg_second_endpoint_get, _LibreDWG.Dwg_HATCH_PathSeg_second_endpoint_set)
3141    center = property(_LibreDWG.Dwg_HATCH_PathSeg_center_get, _LibreDWG.Dwg_HATCH_PathSeg_center_set)
3142    radius = property(_LibreDWG.Dwg_HATCH_PathSeg_radius_get, _LibreDWG.Dwg_HATCH_PathSeg_radius_set)
3143    start_angle = property(_LibreDWG.Dwg_HATCH_PathSeg_start_angle_get, _LibreDWG.Dwg_HATCH_PathSeg_start_angle_set)
3144    end_angle = property(_LibreDWG.Dwg_HATCH_PathSeg_end_angle_get, _LibreDWG.Dwg_HATCH_PathSeg_end_angle_set)
3145    is_ccw = property(_LibreDWG.Dwg_HATCH_PathSeg_is_ccw_get, _LibreDWG.Dwg_HATCH_PathSeg_is_ccw_set)
3146    endpoint = property(_LibreDWG.Dwg_HATCH_PathSeg_endpoint_get, _LibreDWG.Dwg_HATCH_PathSeg_endpoint_set)
3147    minor_major_ratio = property(_LibreDWG.Dwg_HATCH_PathSeg_minor_major_ratio_get, _LibreDWG.Dwg_HATCH_PathSeg_minor_major_ratio_set)
3148    degree = property(_LibreDWG.Dwg_HATCH_PathSeg_degree_get, _LibreDWG.Dwg_HATCH_PathSeg_degree_set)
3149    is_rational = property(_LibreDWG.Dwg_HATCH_PathSeg_is_rational_get, _LibreDWG.Dwg_HATCH_PathSeg_is_rational_set)
3150    is_periodic = property(_LibreDWG.Dwg_HATCH_PathSeg_is_periodic_get, _LibreDWG.Dwg_HATCH_PathSeg_is_periodic_set)
3151    num_knots = property(_LibreDWG.Dwg_HATCH_PathSeg_num_knots_get, _LibreDWG.Dwg_HATCH_PathSeg_num_knots_set)
3152    num_control_points = property(_LibreDWG.Dwg_HATCH_PathSeg_num_control_points_get, _LibreDWG.Dwg_HATCH_PathSeg_num_control_points_set)
3153    knots = property(_LibreDWG.Dwg_HATCH_PathSeg_knots_get, _LibreDWG.Dwg_HATCH_PathSeg_knots_set)
3154    control_points = property(_LibreDWG.Dwg_HATCH_PathSeg_control_points_get, _LibreDWG.Dwg_HATCH_PathSeg_control_points_set)
3155    num_fitpts = property(_LibreDWG.Dwg_HATCH_PathSeg_num_fitpts_get, _LibreDWG.Dwg_HATCH_PathSeg_num_fitpts_set)
3156    fitpts = property(_LibreDWG.Dwg_HATCH_PathSeg_fitpts_get, _LibreDWG.Dwg_HATCH_PathSeg_fitpts_set)
3157    start_tangent = property(_LibreDWG.Dwg_HATCH_PathSeg_start_tangent_get, _LibreDWG.Dwg_HATCH_PathSeg_start_tangent_set)
3158    end_tangent = property(_LibreDWG.Dwg_HATCH_PathSeg_end_tangent_get, _LibreDWG.Dwg_HATCH_PathSeg_end_tangent_set)
3159
3160    def __init__(self):
3161        _LibreDWG.Dwg_HATCH_PathSeg_swiginit(self, _LibreDWG.new_Dwg_HATCH_PathSeg())
3162    __swig_destroy__ = _LibreDWG.delete_Dwg_HATCH_PathSeg
3163
3164# Register Dwg_HATCH_PathSeg in _LibreDWG:
3165_LibreDWG.Dwg_HATCH_PathSeg_swigregister(Dwg_HATCH_PathSeg)
3166
3167class Dwg_HATCH_PolylinePath(object):
3168    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3169    __repr__ = _swig_repr
3170    parent = property(_LibreDWG.Dwg_HATCH_PolylinePath_parent_get, _LibreDWG.Dwg_HATCH_PolylinePath_parent_set)
3171    point = property(_LibreDWG.Dwg_HATCH_PolylinePath_point_get, _LibreDWG.Dwg_HATCH_PolylinePath_point_set)
3172    bulge = property(_LibreDWG.Dwg_HATCH_PolylinePath_bulge_get, _LibreDWG.Dwg_HATCH_PolylinePath_bulge_set)
3173
3174    def __init__(self):
3175        _LibreDWG.Dwg_HATCH_PolylinePath_swiginit(self, _LibreDWG.new_Dwg_HATCH_PolylinePath())
3176    __swig_destroy__ = _LibreDWG.delete_Dwg_HATCH_PolylinePath
3177
3178# Register Dwg_HATCH_PolylinePath in _LibreDWG:
3179_LibreDWG.Dwg_HATCH_PolylinePath_swigregister(Dwg_HATCH_PolylinePath)
3180
3181class Dwg_HATCH_Path(object):
3182    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3183    __repr__ = _swig_repr
3184    parent = property(_LibreDWG.Dwg_HATCH_Path_parent_get, _LibreDWG.Dwg_HATCH_Path_parent_set)
3185    flag = property(_LibreDWG.Dwg_HATCH_Path_flag_get, _LibreDWG.Dwg_HATCH_Path_flag_set)
3186    num_segs_or_paths = property(_LibreDWG.Dwg_HATCH_Path_num_segs_or_paths_get, _LibreDWG.Dwg_HATCH_Path_num_segs_or_paths_set)
3187    segs = property(_LibreDWG.Dwg_HATCH_Path_segs_get, _LibreDWG.Dwg_HATCH_Path_segs_set)
3188    bulges_present = property(_LibreDWG.Dwg_HATCH_Path_bulges_present_get, _LibreDWG.Dwg_HATCH_Path_bulges_present_set)
3189    closed = property(_LibreDWG.Dwg_HATCH_Path_closed_get, _LibreDWG.Dwg_HATCH_Path_closed_set)
3190    polyline_paths = property(_LibreDWG.Dwg_HATCH_Path_polyline_paths_get, _LibreDWG.Dwg_HATCH_Path_polyline_paths_set)
3191    num_boundary_handles = property(_LibreDWG.Dwg_HATCH_Path_num_boundary_handles_get, _LibreDWG.Dwg_HATCH_Path_num_boundary_handles_set)
3192    boundary_handles = property(_LibreDWG.Dwg_HATCH_Path_boundary_handles_get, _LibreDWG.Dwg_HATCH_Path_boundary_handles_set)
3193
3194    def __init__(self):
3195        _LibreDWG.Dwg_HATCH_Path_swiginit(self, _LibreDWG.new_Dwg_HATCH_Path())
3196    __swig_destroy__ = _LibreDWG.delete_Dwg_HATCH_Path
3197
3198# Register Dwg_HATCH_Path in _LibreDWG:
3199_LibreDWG.Dwg_HATCH_Path_swigregister(Dwg_HATCH_Path)
3200
3201class Dwg_HATCH_DefLine(object):
3202    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3203    __repr__ = _swig_repr
3204    parent = property(_LibreDWG.Dwg_HATCH_DefLine_parent_get, _LibreDWG.Dwg_HATCH_DefLine_parent_set)
3205    angle = property(_LibreDWG.Dwg_HATCH_DefLine_angle_get, _LibreDWG.Dwg_HATCH_DefLine_angle_set)
3206    pt0 = property(_LibreDWG.Dwg_HATCH_DefLine_pt0_get, _LibreDWG.Dwg_HATCH_DefLine_pt0_set)
3207    offset = property(_LibreDWG.Dwg_HATCH_DefLine_offset_get, _LibreDWG.Dwg_HATCH_DefLine_offset_set)
3208    num_dashes = property(_LibreDWG.Dwg_HATCH_DefLine_num_dashes_get, _LibreDWG.Dwg_HATCH_DefLine_num_dashes_set)
3209    dashes = property(_LibreDWG.Dwg_HATCH_DefLine_dashes_get, _LibreDWG.Dwg_HATCH_DefLine_dashes_set)
3210
3211    def __init__(self):
3212        _LibreDWG.Dwg_HATCH_DefLine_swiginit(self, _LibreDWG.new_Dwg_HATCH_DefLine())
3213    __swig_destroy__ = _LibreDWG.delete_Dwg_HATCH_DefLine
3214
3215# Register Dwg_HATCH_DefLine in _LibreDWG:
3216_LibreDWG.Dwg_HATCH_DefLine_swigregister(Dwg_HATCH_DefLine)
3217
3218class Dwg_Entity_HATCH(object):
3219    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3220    __repr__ = _swig_repr
3221    parent = property(_LibreDWG.Dwg_Entity_HATCH_parent_get, _LibreDWG.Dwg_Entity_HATCH_parent_set)
3222    is_gradient_fill = property(_LibreDWG.Dwg_Entity_HATCH_is_gradient_fill_get, _LibreDWG.Dwg_Entity_HATCH_is_gradient_fill_set)
3223    reserved = property(_LibreDWG.Dwg_Entity_HATCH_reserved_get, _LibreDWG.Dwg_Entity_HATCH_reserved_set)
3224    gradient_angle = property(_LibreDWG.Dwg_Entity_HATCH_gradient_angle_get, _LibreDWG.Dwg_Entity_HATCH_gradient_angle_set)
3225    gradient_shift = property(_LibreDWG.Dwg_Entity_HATCH_gradient_shift_get, _LibreDWG.Dwg_Entity_HATCH_gradient_shift_set)
3226    single_color_gradient = property(_LibreDWG.Dwg_Entity_HATCH_single_color_gradient_get, _LibreDWG.Dwg_Entity_HATCH_single_color_gradient_set)
3227    gradient_tint = property(_LibreDWG.Dwg_Entity_HATCH_gradient_tint_get, _LibreDWG.Dwg_Entity_HATCH_gradient_tint_set)
3228    num_colors = property(_LibreDWG.Dwg_Entity_HATCH_num_colors_get, _LibreDWG.Dwg_Entity_HATCH_num_colors_set)
3229    colors = property(_LibreDWG.Dwg_Entity_HATCH_colors_get, _LibreDWG.Dwg_Entity_HATCH_colors_set)
3230    gradient_name = property(_LibreDWG.Dwg_Entity_HATCH_gradient_name_get, _LibreDWG.Dwg_Entity_HATCH_gradient_name_set)
3231    elevation = property(_LibreDWG.Dwg_Entity_HATCH_elevation_get, _LibreDWG.Dwg_Entity_HATCH_elevation_set)
3232    extrusion = property(_LibreDWG.Dwg_Entity_HATCH_extrusion_get, _LibreDWG.Dwg_Entity_HATCH_extrusion_set)
3233    name = property(_LibreDWG.Dwg_Entity_HATCH_name_get, _LibreDWG.Dwg_Entity_HATCH_name_set)
3234    is_solid_fill = property(_LibreDWG.Dwg_Entity_HATCH_is_solid_fill_get, _LibreDWG.Dwg_Entity_HATCH_is_solid_fill_set)
3235    is_associative = property(_LibreDWG.Dwg_Entity_HATCH_is_associative_get, _LibreDWG.Dwg_Entity_HATCH_is_associative_set)
3236    num_paths = property(_LibreDWG.Dwg_Entity_HATCH_num_paths_get, _LibreDWG.Dwg_Entity_HATCH_num_paths_set)
3237    paths = property(_LibreDWG.Dwg_Entity_HATCH_paths_get, _LibreDWG.Dwg_Entity_HATCH_paths_set)
3238    style = property(_LibreDWG.Dwg_Entity_HATCH_style_get, _LibreDWG.Dwg_Entity_HATCH_style_set)
3239    pattern_type = property(_LibreDWG.Dwg_Entity_HATCH_pattern_type_get, _LibreDWG.Dwg_Entity_HATCH_pattern_type_set)
3240    angle = property(_LibreDWG.Dwg_Entity_HATCH_angle_get, _LibreDWG.Dwg_Entity_HATCH_angle_set)
3241    scale_spacing = property(_LibreDWG.Dwg_Entity_HATCH_scale_spacing_get, _LibreDWG.Dwg_Entity_HATCH_scale_spacing_set)
3242    double_flag = property(_LibreDWG.Dwg_Entity_HATCH_double_flag_get, _LibreDWG.Dwg_Entity_HATCH_double_flag_set)
3243    num_deflines = property(_LibreDWG.Dwg_Entity_HATCH_num_deflines_get, _LibreDWG.Dwg_Entity_HATCH_num_deflines_set)
3244    deflines = property(_LibreDWG.Dwg_Entity_HATCH_deflines_get, _LibreDWG.Dwg_Entity_HATCH_deflines_set)
3245    has_derived = property(_LibreDWG.Dwg_Entity_HATCH_has_derived_get, _LibreDWG.Dwg_Entity_HATCH_has_derived_set)
3246    pixel_size = property(_LibreDWG.Dwg_Entity_HATCH_pixel_size_get, _LibreDWG.Dwg_Entity_HATCH_pixel_size_set)
3247    num_seeds = property(_LibreDWG.Dwg_Entity_HATCH_num_seeds_get, _LibreDWG.Dwg_Entity_HATCH_num_seeds_set)
3248    seeds = property(_LibreDWG.Dwg_Entity_HATCH_seeds_get, _LibreDWG.Dwg_Entity_HATCH_seeds_set)
3249
3250    def __init__(self):
3251        _LibreDWG.Dwg_Entity_HATCH_swiginit(self, _LibreDWG.new_Dwg_Entity_HATCH())
3252    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_HATCH
3253
3254# Register Dwg_Entity_HATCH in _LibreDWG:
3255_LibreDWG.Dwg_Entity_HATCH_swigregister(Dwg_Entity_HATCH)
3256
3257class Dwg_Entity_MPOLYGON(object):
3258    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3259    __repr__ = _swig_repr
3260    parent = property(_LibreDWG.Dwg_Entity_MPOLYGON_parent_get, _LibreDWG.Dwg_Entity_MPOLYGON_parent_set)
3261    is_gradient_fill = property(_LibreDWG.Dwg_Entity_MPOLYGON_is_gradient_fill_get, _LibreDWG.Dwg_Entity_MPOLYGON_is_gradient_fill_set)
3262    reserved = property(_LibreDWG.Dwg_Entity_MPOLYGON_reserved_get, _LibreDWG.Dwg_Entity_MPOLYGON_reserved_set)
3263    gradient_angle = property(_LibreDWG.Dwg_Entity_MPOLYGON_gradient_angle_get, _LibreDWG.Dwg_Entity_MPOLYGON_gradient_angle_set)
3264    gradient_shift = property(_LibreDWG.Dwg_Entity_MPOLYGON_gradient_shift_get, _LibreDWG.Dwg_Entity_MPOLYGON_gradient_shift_set)
3265    single_color_gradient = property(_LibreDWG.Dwg_Entity_MPOLYGON_single_color_gradient_get, _LibreDWG.Dwg_Entity_MPOLYGON_single_color_gradient_set)
3266    gradient_tint = property(_LibreDWG.Dwg_Entity_MPOLYGON_gradient_tint_get, _LibreDWG.Dwg_Entity_MPOLYGON_gradient_tint_set)
3267    num_colors = property(_LibreDWG.Dwg_Entity_MPOLYGON_num_colors_get, _LibreDWG.Dwg_Entity_MPOLYGON_num_colors_set)
3268    colors = property(_LibreDWG.Dwg_Entity_MPOLYGON_colors_get, _LibreDWG.Dwg_Entity_MPOLYGON_colors_set)
3269    gradient_name = property(_LibreDWG.Dwg_Entity_MPOLYGON_gradient_name_get, _LibreDWG.Dwg_Entity_MPOLYGON_gradient_name_set)
3270    elevation = property(_LibreDWG.Dwg_Entity_MPOLYGON_elevation_get, _LibreDWG.Dwg_Entity_MPOLYGON_elevation_set)
3271    extrusion = property(_LibreDWG.Dwg_Entity_MPOLYGON_extrusion_get, _LibreDWG.Dwg_Entity_MPOLYGON_extrusion_set)
3272    name = property(_LibreDWG.Dwg_Entity_MPOLYGON_name_get, _LibreDWG.Dwg_Entity_MPOLYGON_name_set)
3273    is_solid_fill = property(_LibreDWG.Dwg_Entity_MPOLYGON_is_solid_fill_get, _LibreDWG.Dwg_Entity_MPOLYGON_is_solid_fill_set)
3274    is_associative = property(_LibreDWG.Dwg_Entity_MPOLYGON_is_associative_get, _LibreDWG.Dwg_Entity_MPOLYGON_is_associative_set)
3275    num_paths = property(_LibreDWG.Dwg_Entity_MPOLYGON_num_paths_get, _LibreDWG.Dwg_Entity_MPOLYGON_num_paths_set)
3276    paths = property(_LibreDWG.Dwg_Entity_MPOLYGON_paths_get, _LibreDWG.Dwg_Entity_MPOLYGON_paths_set)
3277    style = property(_LibreDWG.Dwg_Entity_MPOLYGON_style_get, _LibreDWG.Dwg_Entity_MPOLYGON_style_set)
3278    pattern_type = property(_LibreDWG.Dwg_Entity_MPOLYGON_pattern_type_get, _LibreDWG.Dwg_Entity_MPOLYGON_pattern_type_set)
3279    angle = property(_LibreDWG.Dwg_Entity_MPOLYGON_angle_get, _LibreDWG.Dwg_Entity_MPOLYGON_angle_set)
3280    scale_spacing = property(_LibreDWG.Dwg_Entity_MPOLYGON_scale_spacing_get, _LibreDWG.Dwg_Entity_MPOLYGON_scale_spacing_set)
3281    double_flag = property(_LibreDWG.Dwg_Entity_MPOLYGON_double_flag_get, _LibreDWG.Dwg_Entity_MPOLYGON_double_flag_set)
3282    num_deflines = property(_LibreDWG.Dwg_Entity_MPOLYGON_num_deflines_get, _LibreDWG.Dwg_Entity_MPOLYGON_num_deflines_set)
3283    deflines = property(_LibreDWG.Dwg_Entity_MPOLYGON_deflines_get, _LibreDWG.Dwg_Entity_MPOLYGON_deflines_set)
3284    color = property(_LibreDWG.Dwg_Entity_MPOLYGON_color_get, _LibreDWG.Dwg_Entity_MPOLYGON_color_set)
3285    x_dir = property(_LibreDWG.Dwg_Entity_MPOLYGON_x_dir_get, _LibreDWG.Dwg_Entity_MPOLYGON_x_dir_set)
3286    num_boundary_handles = property(_LibreDWG.Dwg_Entity_MPOLYGON_num_boundary_handles_get, _LibreDWG.Dwg_Entity_MPOLYGON_num_boundary_handles_set)
3287
3288    def __init__(self):
3289        _LibreDWG.Dwg_Entity_MPOLYGON_swiginit(self, _LibreDWG.new_Dwg_Entity_MPOLYGON())
3290    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_MPOLYGON
3291
3292# Register Dwg_Entity_MPOLYGON in _LibreDWG:
3293_LibreDWG.Dwg_Entity_MPOLYGON_swigregister(Dwg_Entity_MPOLYGON)
3294
3295class Dwg_Object_XRECORD(object):
3296    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3297    __repr__ = _swig_repr
3298    parent = property(_LibreDWG.Dwg_Object_XRECORD_parent_get, _LibreDWG.Dwg_Object_XRECORD_parent_set)
3299    cloning = property(_LibreDWG.Dwg_Object_XRECORD_cloning_get, _LibreDWG.Dwg_Object_XRECORD_cloning_set)
3300    xdata_size = property(_LibreDWG.Dwg_Object_XRECORD_xdata_size_get, _LibreDWG.Dwg_Object_XRECORD_xdata_size_set)
3301    num_xdata = property(_LibreDWG.Dwg_Object_XRECORD_num_xdata_get, _LibreDWG.Dwg_Object_XRECORD_num_xdata_set)
3302    xdata = property(_LibreDWG.Dwg_Object_XRECORD_xdata_get, _LibreDWG.Dwg_Object_XRECORD_xdata_set)
3303    num_objid_handles = property(_LibreDWG.Dwg_Object_XRECORD_num_objid_handles_get, _LibreDWG.Dwg_Object_XRECORD_num_objid_handles_set)
3304    objid_handles = property(_LibreDWG.Dwg_Object_XRECORD_objid_handles_get, _LibreDWG.Dwg_Object_XRECORD_objid_handles_set)
3305
3306    def __init__(self):
3307        _LibreDWG.Dwg_Object_XRECORD_swiginit(self, _LibreDWG.new_Dwg_Object_XRECORD())
3308    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_XRECORD
3309
3310# Register Dwg_Object_XRECORD in _LibreDWG:
3311_LibreDWG.Dwg_Object_XRECORD_swigregister(Dwg_Object_XRECORD)
3312
3313class Dwg_Object_PLACEHOLDER(object):
3314    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3315    __repr__ = _swig_repr
3316    parent = property(_LibreDWG.Dwg_Object_PLACEHOLDER_parent_get, _LibreDWG.Dwg_Object_PLACEHOLDER_parent_set)
3317
3318    def __init__(self):
3319        _LibreDWG.Dwg_Object_PLACEHOLDER_swiginit(self, _LibreDWG.new_Dwg_Object_PLACEHOLDER())
3320    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_PLACEHOLDER
3321
3322# Register Dwg_Object_PLACEHOLDER in _LibreDWG:
3323_LibreDWG.Dwg_Object_PLACEHOLDER_swigregister(Dwg_Object_PLACEHOLDER)
3324
3325class Dwg_LEADER_Break(object):
3326    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3327    __repr__ = _swig_repr
3328    parent = property(_LibreDWG.Dwg_LEADER_Break_parent_get, _LibreDWG.Dwg_LEADER_Break_parent_set)
3329    start = property(_LibreDWG.Dwg_LEADER_Break_start_get, _LibreDWG.Dwg_LEADER_Break_start_set)
3330    end = property(_LibreDWG.Dwg_LEADER_Break_end_get, _LibreDWG.Dwg_LEADER_Break_end_set)
3331
3332    def __init__(self):
3333        _LibreDWG.Dwg_LEADER_Break_swiginit(self, _LibreDWG.new_Dwg_LEADER_Break())
3334    __swig_destroy__ = _LibreDWG.delete_Dwg_LEADER_Break
3335
3336# Register Dwg_LEADER_Break in _LibreDWG:
3337_LibreDWG.Dwg_LEADER_Break_swigregister(Dwg_LEADER_Break)
3338
3339class Dwg_LEADER_Line(object):
3340    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3341    __repr__ = _swig_repr
3342    parent = property(_LibreDWG.Dwg_LEADER_Line_parent_get, _LibreDWG.Dwg_LEADER_Line_parent_set)
3343    num_points = property(_LibreDWG.Dwg_LEADER_Line_num_points_get, _LibreDWG.Dwg_LEADER_Line_num_points_set)
3344    points = property(_LibreDWG.Dwg_LEADER_Line_points_get, _LibreDWG.Dwg_LEADER_Line_points_set)
3345    num_breaks = property(_LibreDWG.Dwg_LEADER_Line_num_breaks_get, _LibreDWG.Dwg_LEADER_Line_num_breaks_set)
3346    breaks = property(_LibreDWG.Dwg_LEADER_Line_breaks_get, _LibreDWG.Dwg_LEADER_Line_breaks_set)
3347    line_index = property(_LibreDWG.Dwg_LEADER_Line_line_index_get, _LibreDWG.Dwg_LEADER_Line_line_index_set)
3348    type = property(_LibreDWG.Dwg_LEADER_Line_type_get, _LibreDWG.Dwg_LEADER_Line_type_set)
3349    color = property(_LibreDWG.Dwg_LEADER_Line_color_get, _LibreDWG.Dwg_LEADER_Line_color_set)
3350    ltype = property(_LibreDWG.Dwg_LEADER_Line_ltype_get, _LibreDWG.Dwg_LEADER_Line_ltype_set)
3351    linewt = property(_LibreDWG.Dwg_LEADER_Line_linewt_get, _LibreDWG.Dwg_LEADER_Line_linewt_set)
3352    arrow_size = property(_LibreDWG.Dwg_LEADER_Line_arrow_size_get, _LibreDWG.Dwg_LEADER_Line_arrow_size_set)
3353    arrow_handle = property(_LibreDWG.Dwg_LEADER_Line_arrow_handle_get, _LibreDWG.Dwg_LEADER_Line_arrow_handle_set)
3354    flags = property(_LibreDWG.Dwg_LEADER_Line_flags_get, _LibreDWG.Dwg_LEADER_Line_flags_set)
3355
3356    def __init__(self):
3357        _LibreDWG.Dwg_LEADER_Line_swiginit(self, _LibreDWG.new_Dwg_LEADER_Line())
3358    __swig_destroy__ = _LibreDWG.delete_Dwg_LEADER_Line
3359
3360# Register Dwg_LEADER_Line in _LibreDWG:
3361_LibreDWG.Dwg_LEADER_Line_swigregister(Dwg_LEADER_Line)
3362
3363class Dwg_LEADER_ArrowHead(object):
3364    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3365    __repr__ = _swig_repr
3366    parent = property(_LibreDWG.Dwg_LEADER_ArrowHead_parent_get, _LibreDWG.Dwg_LEADER_ArrowHead_parent_set)
3367    is_default = property(_LibreDWG.Dwg_LEADER_ArrowHead_is_default_get, _LibreDWG.Dwg_LEADER_ArrowHead_is_default_set)
3368    arrowhead = property(_LibreDWG.Dwg_LEADER_ArrowHead_arrowhead_get, _LibreDWG.Dwg_LEADER_ArrowHead_arrowhead_set)
3369
3370    def __init__(self):
3371        _LibreDWG.Dwg_LEADER_ArrowHead_swiginit(self, _LibreDWG.new_Dwg_LEADER_ArrowHead())
3372    __swig_destroy__ = _LibreDWG.delete_Dwg_LEADER_ArrowHead
3373
3374# Register Dwg_LEADER_ArrowHead in _LibreDWG:
3375_LibreDWG.Dwg_LEADER_ArrowHead_swigregister(Dwg_LEADER_ArrowHead)
3376
3377class Dwg_LEADER_BlockLabel(object):
3378    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3379    __repr__ = _swig_repr
3380    parent = property(_LibreDWG.Dwg_LEADER_BlockLabel_parent_get, _LibreDWG.Dwg_LEADER_BlockLabel_parent_set)
3381    attdef = property(_LibreDWG.Dwg_LEADER_BlockLabel_attdef_get, _LibreDWG.Dwg_LEADER_BlockLabel_attdef_set)
3382    label_text = property(_LibreDWG.Dwg_LEADER_BlockLabel_label_text_get, _LibreDWG.Dwg_LEADER_BlockLabel_label_text_set)
3383    ui_index = property(_LibreDWG.Dwg_LEADER_BlockLabel_ui_index_get, _LibreDWG.Dwg_LEADER_BlockLabel_ui_index_set)
3384    width = property(_LibreDWG.Dwg_LEADER_BlockLabel_width_get, _LibreDWG.Dwg_LEADER_BlockLabel_width_set)
3385
3386    def __init__(self):
3387        _LibreDWG.Dwg_LEADER_BlockLabel_swiginit(self, _LibreDWG.new_Dwg_LEADER_BlockLabel())
3388    __swig_destroy__ = _LibreDWG.delete_Dwg_LEADER_BlockLabel
3389
3390# Register Dwg_LEADER_BlockLabel in _LibreDWG:
3391_LibreDWG.Dwg_LEADER_BlockLabel_swigregister(Dwg_LEADER_BlockLabel)
3392
3393class Dwg_LEADER_Node(object):
3394    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3395    __repr__ = _swig_repr
3396    parent = property(_LibreDWG.Dwg_LEADER_Node_parent_get, _LibreDWG.Dwg_LEADER_Node_parent_set)
3397    has_lastleaderlinepoint = property(_LibreDWG.Dwg_LEADER_Node_has_lastleaderlinepoint_get, _LibreDWG.Dwg_LEADER_Node_has_lastleaderlinepoint_set)
3398    has_dogleg = property(_LibreDWG.Dwg_LEADER_Node_has_dogleg_get, _LibreDWG.Dwg_LEADER_Node_has_dogleg_set)
3399    lastleaderlinepoint = property(_LibreDWG.Dwg_LEADER_Node_lastleaderlinepoint_get, _LibreDWG.Dwg_LEADER_Node_lastleaderlinepoint_set)
3400    dogleg_vector = property(_LibreDWG.Dwg_LEADER_Node_dogleg_vector_get, _LibreDWG.Dwg_LEADER_Node_dogleg_vector_set)
3401    branch_index = property(_LibreDWG.Dwg_LEADER_Node_branch_index_get, _LibreDWG.Dwg_LEADER_Node_branch_index_set)
3402    dogleg_length = property(_LibreDWG.Dwg_LEADER_Node_dogleg_length_get, _LibreDWG.Dwg_LEADER_Node_dogleg_length_set)
3403    num_lines = property(_LibreDWG.Dwg_LEADER_Node_num_lines_get, _LibreDWG.Dwg_LEADER_Node_num_lines_set)
3404    lines = property(_LibreDWG.Dwg_LEADER_Node_lines_get, _LibreDWG.Dwg_LEADER_Node_lines_set)
3405    num_breaks = property(_LibreDWG.Dwg_LEADER_Node_num_breaks_get, _LibreDWG.Dwg_LEADER_Node_num_breaks_set)
3406    breaks = property(_LibreDWG.Dwg_LEADER_Node_breaks_get, _LibreDWG.Dwg_LEADER_Node_breaks_set)
3407    attach_dir = property(_LibreDWG.Dwg_LEADER_Node_attach_dir_get, _LibreDWG.Dwg_LEADER_Node_attach_dir_set)
3408
3409    def __init__(self):
3410        _LibreDWG.Dwg_LEADER_Node_swiginit(self, _LibreDWG.new_Dwg_LEADER_Node())
3411    __swig_destroy__ = _LibreDWG.delete_Dwg_LEADER_Node
3412
3413# Register Dwg_LEADER_Node in _LibreDWG:
3414_LibreDWG.Dwg_LEADER_Node_swigregister(Dwg_LEADER_Node)
3415
3416class Dwg_MLEADER_Content_MText(object):
3417    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3418    __repr__ = _swig_repr
3419    type = property(_LibreDWG.Dwg_MLEADER_Content_MText_type_get, _LibreDWG.Dwg_MLEADER_Content_MText_type_set)
3420    normal = property(_LibreDWG.Dwg_MLEADER_Content_MText_normal_get, _LibreDWG.Dwg_MLEADER_Content_MText_normal_set)
3421    location = property(_LibreDWG.Dwg_MLEADER_Content_MText_location_get, _LibreDWG.Dwg_MLEADER_Content_MText_location_set)
3422    rotation = property(_LibreDWG.Dwg_MLEADER_Content_MText_rotation_get, _LibreDWG.Dwg_MLEADER_Content_MText_rotation_set)
3423    default_text = property(_LibreDWG.Dwg_MLEADER_Content_MText_default_text_get, _LibreDWG.Dwg_MLEADER_Content_MText_default_text_set)
3424    style = property(_LibreDWG.Dwg_MLEADER_Content_MText_style_get, _LibreDWG.Dwg_MLEADER_Content_MText_style_set)
3425    direction = property(_LibreDWG.Dwg_MLEADER_Content_MText_direction_get, _LibreDWG.Dwg_MLEADER_Content_MText_direction_set)
3426    width = property(_LibreDWG.Dwg_MLEADER_Content_MText_width_get, _LibreDWG.Dwg_MLEADER_Content_MText_width_set)
3427    height = property(_LibreDWG.Dwg_MLEADER_Content_MText_height_get, _LibreDWG.Dwg_MLEADER_Content_MText_height_set)
3428    line_spacing_factor = property(_LibreDWG.Dwg_MLEADER_Content_MText_line_spacing_factor_get, _LibreDWG.Dwg_MLEADER_Content_MText_line_spacing_factor_set)
3429    line_spacing_style = property(_LibreDWG.Dwg_MLEADER_Content_MText_line_spacing_style_get, _LibreDWG.Dwg_MLEADER_Content_MText_line_spacing_style_set)
3430    color = property(_LibreDWG.Dwg_MLEADER_Content_MText_color_get, _LibreDWG.Dwg_MLEADER_Content_MText_color_set)
3431    alignment = property(_LibreDWG.Dwg_MLEADER_Content_MText_alignment_get, _LibreDWG.Dwg_MLEADER_Content_MText_alignment_set)
3432    flow = property(_LibreDWG.Dwg_MLEADER_Content_MText_flow_get, _LibreDWG.Dwg_MLEADER_Content_MText_flow_set)
3433    bg_color = property(_LibreDWG.Dwg_MLEADER_Content_MText_bg_color_get, _LibreDWG.Dwg_MLEADER_Content_MText_bg_color_set)
3434    bg_scale = property(_LibreDWG.Dwg_MLEADER_Content_MText_bg_scale_get, _LibreDWG.Dwg_MLEADER_Content_MText_bg_scale_set)
3435    bg_transparency = property(_LibreDWG.Dwg_MLEADER_Content_MText_bg_transparency_get, _LibreDWG.Dwg_MLEADER_Content_MText_bg_transparency_set)
3436    is_bg_fill = property(_LibreDWG.Dwg_MLEADER_Content_MText_is_bg_fill_get, _LibreDWG.Dwg_MLEADER_Content_MText_is_bg_fill_set)
3437    is_bg_mask_fill = property(_LibreDWG.Dwg_MLEADER_Content_MText_is_bg_mask_fill_get, _LibreDWG.Dwg_MLEADER_Content_MText_is_bg_mask_fill_set)
3438    col_type = property(_LibreDWG.Dwg_MLEADER_Content_MText_col_type_get, _LibreDWG.Dwg_MLEADER_Content_MText_col_type_set)
3439    is_height_auto = property(_LibreDWG.Dwg_MLEADER_Content_MText_is_height_auto_get, _LibreDWG.Dwg_MLEADER_Content_MText_is_height_auto_set)
3440    col_width = property(_LibreDWG.Dwg_MLEADER_Content_MText_col_width_get, _LibreDWG.Dwg_MLEADER_Content_MText_col_width_set)
3441    col_gutter = property(_LibreDWG.Dwg_MLEADER_Content_MText_col_gutter_get, _LibreDWG.Dwg_MLEADER_Content_MText_col_gutter_set)
3442    is_col_flow_reversed = property(_LibreDWG.Dwg_MLEADER_Content_MText_is_col_flow_reversed_get, _LibreDWG.Dwg_MLEADER_Content_MText_is_col_flow_reversed_set)
3443    num_col_sizes = property(_LibreDWG.Dwg_MLEADER_Content_MText_num_col_sizes_get, _LibreDWG.Dwg_MLEADER_Content_MText_num_col_sizes_set)
3444    col_sizes = property(_LibreDWG.Dwg_MLEADER_Content_MText_col_sizes_get, _LibreDWG.Dwg_MLEADER_Content_MText_col_sizes_set)
3445    word_break = property(_LibreDWG.Dwg_MLEADER_Content_MText_word_break_get, _LibreDWG.Dwg_MLEADER_Content_MText_word_break_set)
3446    unknown = property(_LibreDWG.Dwg_MLEADER_Content_MText_unknown_get, _LibreDWG.Dwg_MLEADER_Content_MText_unknown_set)
3447
3448    def __init__(self):
3449        _LibreDWG.Dwg_MLEADER_Content_MText_swiginit(self, _LibreDWG.new_Dwg_MLEADER_Content_MText())
3450    __swig_destroy__ = _LibreDWG.delete_Dwg_MLEADER_Content_MText
3451
3452# Register Dwg_MLEADER_Content_MText in _LibreDWG:
3453_LibreDWG.Dwg_MLEADER_Content_MText_swigregister(Dwg_MLEADER_Content_MText)
3454
3455class Dwg_MLEADER_Content_Block(object):
3456    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3457    __repr__ = _swig_repr
3458    type = property(_LibreDWG.Dwg_MLEADER_Content_Block_type_get, _LibreDWG.Dwg_MLEADER_Content_Block_type_set)
3459    normal = property(_LibreDWG.Dwg_MLEADER_Content_Block_normal_get, _LibreDWG.Dwg_MLEADER_Content_Block_normal_set)
3460    location = property(_LibreDWG.Dwg_MLEADER_Content_Block_location_get, _LibreDWG.Dwg_MLEADER_Content_Block_location_set)
3461    rotation = property(_LibreDWG.Dwg_MLEADER_Content_Block_rotation_get, _LibreDWG.Dwg_MLEADER_Content_Block_rotation_set)
3462    block_table = property(_LibreDWG.Dwg_MLEADER_Content_Block_block_table_get, _LibreDWG.Dwg_MLEADER_Content_Block_block_table_set)
3463    scale = property(_LibreDWG.Dwg_MLEADER_Content_Block_scale_get, _LibreDWG.Dwg_MLEADER_Content_Block_scale_set)
3464    color = property(_LibreDWG.Dwg_MLEADER_Content_Block_color_get, _LibreDWG.Dwg_MLEADER_Content_Block_color_set)
3465    transform = property(_LibreDWG.Dwg_MLEADER_Content_Block_transform_get, _LibreDWG.Dwg_MLEADER_Content_Block_transform_set)
3466
3467    def __init__(self):
3468        _LibreDWG.Dwg_MLEADER_Content_Block_swiginit(self, _LibreDWG.new_Dwg_MLEADER_Content_Block())
3469    __swig_destroy__ = _LibreDWG.delete_Dwg_MLEADER_Content_Block
3470
3471# Register Dwg_MLEADER_Content_Block in _LibreDWG:
3472_LibreDWG.Dwg_MLEADER_Content_Block_swigregister(Dwg_MLEADER_Content_Block)
3473
3474class Dwg_MLEADER_Content(object):
3475    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3476    __repr__ = _swig_repr
3477    txt = property(_LibreDWG.Dwg_MLEADER_Content_txt_get, _LibreDWG.Dwg_MLEADER_Content_txt_set)
3478    blk = property(_LibreDWG.Dwg_MLEADER_Content_blk_get, _LibreDWG.Dwg_MLEADER_Content_blk_set)
3479
3480    def __init__(self):
3481        _LibreDWG.Dwg_MLEADER_Content_swiginit(self, _LibreDWG.new_Dwg_MLEADER_Content())
3482    __swig_destroy__ = _LibreDWG.delete_Dwg_MLEADER_Content
3483
3484# Register Dwg_MLEADER_Content in _LibreDWG:
3485_LibreDWG.Dwg_MLEADER_Content_swigregister(Dwg_MLEADER_Content)
3486
3487class Dwg_MLEADER_AnnotContext(object):
3488    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3489    __repr__ = _swig_repr
3490    num_leaders = property(_LibreDWG.Dwg_MLEADER_AnnotContext_num_leaders_get, _LibreDWG.Dwg_MLEADER_AnnotContext_num_leaders_set)
3491    leaders = property(_LibreDWG.Dwg_MLEADER_AnnotContext_leaders_get, _LibreDWG.Dwg_MLEADER_AnnotContext_leaders_set)
3492    attach_dir = property(_LibreDWG.Dwg_MLEADER_AnnotContext_attach_dir_get, _LibreDWG.Dwg_MLEADER_AnnotContext_attach_dir_set)
3493    scale_factor = property(_LibreDWG.Dwg_MLEADER_AnnotContext_scale_factor_get, _LibreDWG.Dwg_MLEADER_AnnotContext_scale_factor_set)
3494    content_base = property(_LibreDWG.Dwg_MLEADER_AnnotContext_content_base_get, _LibreDWG.Dwg_MLEADER_AnnotContext_content_base_set)
3495    text_height = property(_LibreDWG.Dwg_MLEADER_AnnotContext_text_height_get, _LibreDWG.Dwg_MLEADER_AnnotContext_text_height_set)
3496    arrow_size = property(_LibreDWG.Dwg_MLEADER_AnnotContext_arrow_size_get, _LibreDWG.Dwg_MLEADER_AnnotContext_arrow_size_set)
3497    landing_gap = property(_LibreDWG.Dwg_MLEADER_AnnotContext_landing_gap_get, _LibreDWG.Dwg_MLEADER_AnnotContext_landing_gap_set)
3498    text_left = property(_LibreDWG.Dwg_MLEADER_AnnotContext_text_left_get, _LibreDWG.Dwg_MLEADER_AnnotContext_text_left_set)
3499    text_right = property(_LibreDWG.Dwg_MLEADER_AnnotContext_text_right_get, _LibreDWG.Dwg_MLEADER_AnnotContext_text_right_set)
3500    text_angletype = property(_LibreDWG.Dwg_MLEADER_AnnotContext_text_angletype_get, _LibreDWG.Dwg_MLEADER_AnnotContext_text_angletype_set)
3501    text_alignment = property(_LibreDWG.Dwg_MLEADER_AnnotContext_text_alignment_get, _LibreDWG.Dwg_MLEADER_AnnotContext_text_alignment_set)
3502    has_content_txt = property(_LibreDWG.Dwg_MLEADER_AnnotContext_has_content_txt_get, _LibreDWG.Dwg_MLEADER_AnnotContext_has_content_txt_set)
3503    has_content_blk = property(_LibreDWG.Dwg_MLEADER_AnnotContext_has_content_blk_get, _LibreDWG.Dwg_MLEADER_AnnotContext_has_content_blk_set)
3504    content = property(_LibreDWG.Dwg_MLEADER_AnnotContext_content_get, _LibreDWG.Dwg_MLEADER_AnnotContext_content_set)
3505    base = property(_LibreDWG.Dwg_MLEADER_AnnotContext_base_get, _LibreDWG.Dwg_MLEADER_AnnotContext_base_set)
3506    base_dir = property(_LibreDWG.Dwg_MLEADER_AnnotContext_base_dir_get, _LibreDWG.Dwg_MLEADER_AnnotContext_base_dir_set)
3507    base_vert = property(_LibreDWG.Dwg_MLEADER_AnnotContext_base_vert_get, _LibreDWG.Dwg_MLEADER_AnnotContext_base_vert_set)
3508    is_normal_reversed = property(_LibreDWG.Dwg_MLEADER_AnnotContext_is_normal_reversed_get, _LibreDWG.Dwg_MLEADER_AnnotContext_is_normal_reversed_set)
3509    text_top = property(_LibreDWG.Dwg_MLEADER_AnnotContext_text_top_get, _LibreDWG.Dwg_MLEADER_AnnotContext_text_top_set)
3510    text_bottom = property(_LibreDWG.Dwg_MLEADER_AnnotContext_text_bottom_get, _LibreDWG.Dwg_MLEADER_AnnotContext_text_bottom_set)
3511
3512    def __init__(self):
3513        _LibreDWG.Dwg_MLEADER_AnnotContext_swiginit(self, _LibreDWG.new_Dwg_MLEADER_AnnotContext())
3514    __swig_destroy__ = _LibreDWG.delete_Dwg_MLEADER_AnnotContext
3515
3516# Register Dwg_MLEADER_AnnotContext in _LibreDWG:
3517_LibreDWG.Dwg_MLEADER_AnnotContext_swigregister(Dwg_MLEADER_AnnotContext)
3518
3519class Dwg_Entity_MULTILEADER(object):
3520    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3521    __repr__ = _swig_repr
3522    parent = property(_LibreDWG.Dwg_Entity_MULTILEADER_parent_get, _LibreDWG.Dwg_Entity_MULTILEADER_parent_set)
3523    class_version = property(_LibreDWG.Dwg_Entity_MULTILEADER_class_version_get, _LibreDWG.Dwg_Entity_MULTILEADER_class_version_set)
3524    ctx = property(_LibreDWG.Dwg_Entity_MULTILEADER_ctx_get, _LibreDWG.Dwg_Entity_MULTILEADER_ctx_set)
3525    mleaderstyle = property(_LibreDWG.Dwg_Entity_MULTILEADER_mleaderstyle_get, _LibreDWG.Dwg_Entity_MULTILEADER_mleaderstyle_set)
3526    flags = property(_LibreDWG.Dwg_Entity_MULTILEADER_flags_get, _LibreDWG.Dwg_Entity_MULTILEADER_flags_set)
3527    type = property(_LibreDWG.Dwg_Entity_MULTILEADER_type_get, _LibreDWG.Dwg_Entity_MULTILEADER_type_set)
3528    color = property(_LibreDWG.Dwg_Entity_MULTILEADER_color_get, _LibreDWG.Dwg_Entity_MULTILEADER_color_set)
3529    ltype = property(_LibreDWG.Dwg_Entity_MULTILEADER_ltype_get, _LibreDWG.Dwg_Entity_MULTILEADER_ltype_set)
3530    linewt = property(_LibreDWG.Dwg_Entity_MULTILEADER_linewt_get, _LibreDWG.Dwg_Entity_MULTILEADER_linewt_set)
3531    has_landing = property(_LibreDWG.Dwg_Entity_MULTILEADER_has_landing_get, _LibreDWG.Dwg_Entity_MULTILEADER_has_landing_set)
3532    has_dogleg = property(_LibreDWG.Dwg_Entity_MULTILEADER_has_dogleg_get, _LibreDWG.Dwg_Entity_MULTILEADER_has_dogleg_set)
3533    landing_dist = property(_LibreDWG.Dwg_Entity_MULTILEADER_landing_dist_get, _LibreDWG.Dwg_Entity_MULTILEADER_landing_dist_set)
3534    arrow_handle = property(_LibreDWG.Dwg_Entity_MULTILEADER_arrow_handle_get, _LibreDWG.Dwg_Entity_MULTILEADER_arrow_handle_set)
3535    arrow_size = property(_LibreDWG.Dwg_Entity_MULTILEADER_arrow_size_get, _LibreDWG.Dwg_Entity_MULTILEADER_arrow_size_set)
3536    style_content = property(_LibreDWG.Dwg_Entity_MULTILEADER_style_content_get, _LibreDWG.Dwg_Entity_MULTILEADER_style_content_set)
3537    text_style = property(_LibreDWG.Dwg_Entity_MULTILEADER_text_style_get, _LibreDWG.Dwg_Entity_MULTILEADER_text_style_set)
3538    text_left = property(_LibreDWG.Dwg_Entity_MULTILEADER_text_left_get, _LibreDWG.Dwg_Entity_MULTILEADER_text_left_set)
3539    text_right = property(_LibreDWG.Dwg_Entity_MULTILEADER_text_right_get, _LibreDWG.Dwg_Entity_MULTILEADER_text_right_set)
3540    text_angletype = property(_LibreDWG.Dwg_Entity_MULTILEADER_text_angletype_get, _LibreDWG.Dwg_Entity_MULTILEADER_text_angletype_set)
3541    text_alignment = property(_LibreDWG.Dwg_Entity_MULTILEADER_text_alignment_get, _LibreDWG.Dwg_Entity_MULTILEADER_text_alignment_set)
3542    text_color = property(_LibreDWG.Dwg_Entity_MULTILEADER_text_color_get, _LibreDWG.Dwg_Entity_MULTILEADER_text_color_set)
3543    has_text_frame = property(_LibreDWG.Dwg_Entity_MULTILEADER_has_text_frame_get, _LibreDWG.Dwg_Entity_MULTILEADER_has_text_frame_set)
3544    block_style = property(_LibreDWG.Dwg_Entity_MULTILEADER_block_style_get, _LibreDWG.Dwg_Entity_MULTILEADER_block_style_set)
3545    block_color = property(_LibreDWG.Dwg_Entity_MULTILEADER_block_color_get, _LibreDWG.Dwg_Entity_MULTILEADER_block_color_set)
3546    block_scale = property(_LibreDWG.Dwg_Entity_MULTILEADER_block_scale_get, _LibreDWG.Dwg_Entity_MULTILEADER_block_scale_set)
3547    block_rotation = property(_LibreDWG.Dwg_Entity_MULTILEADER_block_rotation_get, _LibreDWG.Dwg_Entity_MULTILEADER_block_rotation_set)
3548    style_attachment = property(_LibreDWG.Dwg_Entity_MULTILEADER_style_attachment_get, _LibreDWG.Dwg_Entity_MULTILEADER_style_attachment_set)
3549    is_annotative = property(_LibreDWG.Dwg_Entity_MULTILEADER_is_annotative_get, _LibreDWG.Dwg_Entity_MULTILEADER_is_annotative_set)
3550    num_arrowheads = property(_LibreDWG.Dwg_Entity_MULTILEADER_num_arrowheads_get, _LibreDWG.Dwg_Entity_MULTILEADER_num_arrowheads_set)
3551    arrowheads = property(_LibreDWG.Dwg_Entity_MULTILEADER_arrowheads_get, _LibreDWG.Dwg_Entity_MULTILEADER_arrowheads_set)
3552    num_blocklabels = property(_LibreDWG.Dwg_Entity_MULTILEADER_num_blocklabels_get, _LibreDWG.Dwg_Entity_MULTILEADER_num_blocklabels_set)
3553    blocklabels = property(_LibreDWG.Dwg_Entity_MULTILEADER_blocklabels_get, _LibreDWG.Dwg_Entity_MULTILEADER_blocklabels_set)
3554    is_neg_textdir = property(_LibreDWG.Dwg_Entity_MULTILEADER_is_neg_textdir_get, _LibreDWG.Dwg_Entity_MULTILEADER_is_neg_textdir_set)
3555    ipe_alignment = property(_LibreDWG.Dwg_Entity_MULTILEADER_ipe_alignment_get, _LibreDWG.Dwg_Entity_MULTILEADER_ipe_alignment_set)
3556    justification = property(_LibreDWG.Dwg_Entity_MULTILEADER_justification_get, _LibreDWG.Dwg_Entity_MULTILEADER_justification_set)
3557    scale_factor = property(_LibreDWG.Dwg_Entity_MULTILEADER_scale_factor_get, _LibreDWG.Dwg_Entity_MULTILEADER_scale_factor_set)
3558    attach_dir = property(_LibreDWG.Dwg_Entity_MULTILEADER_attach_dir_get, _LibreDWG.Dwg_Entity_MULTILEADER_attach_dir_set)
3559    attach_top = property(_LibreDWG.Dwg_Entity_MULTILEADER_attach_top_get, _LibreDWG.Dwg_Entity_MULTILEADER_attach_top_set)
3560    attach_bottom = property(_LibreDWG.Dwg_Entity_MULTILEADER_attach_bottom_get, _LibreDWG.Dwg_Entity_MULTILEADER_attach_bottom_set)
3561    is_text_extended = property(_LibreDWG.Dwg_Entity_MULTILEADER_is_text_extended_get, _LibreDWG.Dwg_Entity_MULTILEADER_is_text_extended_set)
3562
3563    def __init__(self):
3564        _LibreDWG.Dwg_Entity_MULTILEADER_swiginit(self, _LibreDWG.new_Dwg_Entity_MULTILEADER())
3565    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_MULTILEADER
3566
3567# Register Dwg_Entity_MULTILEADER in _LibreDWG:
3568_LibreDWG.Dwg_Entity_MULTILEADER_swigregister(Dwg_Entity_MULTILEADER)
3569
3570class Dwg_Object_MLEADERSTYLE(object):
3571    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3572    __repr__ = _swig_repr
3573    parent = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_parent_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_parent_set)
3574    class_version = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_class_version_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_class_version_set)
3575    content_type = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_content_type_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_content_type_set)
3576    mleader_order = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_mleader_order_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_mleader_order_set)
3577    leader_order = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_leader_order_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_leader_order_set)
3578    max_points = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_max_points_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_max_points_set)
3579    first_seg_angle = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_first_seg_angle_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_first_seg_angle_set)
3580    second_seg_angle = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_second_seg_angle_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_second_seg_angle_set)
3581    type = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_type_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_type_set)
3582    line_color = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_line_color_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_line_color_set)
3583    line_type = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_line_type_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_line_type_set)
3584    linewt = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_linewt_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_linewt_set)
3585    has_landing = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_has_landing_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_has_landing_set)
3586    has_dogleg = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_has_dogleg_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_has_dogleg_set)
3587    landing_gap = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_landing_gap_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_landing_gap_set)
3588    landing_dist = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_landing_dist_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_landing_dist_set)
3589    description = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_description_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_description_set)
3590    arrow_head = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_arrow_head_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_arrow_head_set)
3591    arrow_head_size = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_arrow_head_size_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_arrow_head_size_set)
3592    text_default = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_text_default_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_text_default_set)
3593    text_style = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_text_style_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_text_style_set)
3594    attach_left = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_attach_left_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_attach_left_set)
3595    attach_right = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_attach_right_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_attach_right_set)
3596    text_angle_type = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_text_angle_type_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_text_angle_type_set)
3597    text_align_type = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_text_align_type_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_text_align_type_set)
3598    text_color = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_text_color_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_text_color_set)
3599    text_height = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_text_height_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_text_height_set)
3600    has_text_frame = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_has_text_frame_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_has_text_frame_set)
3601    text_always_left = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_text_always_left_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_text_always_left_set)
3602    align_space = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_align_space_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_align_space_set)
3603    block = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_block_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_block_set)
3604    block_color = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_block_color_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_block_color_set)
3605    block_scale = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_block_scale_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_block_scale_set)
3606    use_block_scale = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_use_block_scale_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_use_block_scale_set)
3607    block_rotation = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_block_rotation_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_block_rotation_set)
3608    use_block_rotation = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_use_block_rotation_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_use_block_rotation_set)
3609    block_connection = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_block_connection_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_block_connection_set)
3610    scale = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_scale_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_scale_set)
3611    is_changed = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_is_changed_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_is_changed_set)
3612    is_annotative = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_is_annotative_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_is_annotative_set)
3613    break_size = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_break_size_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_break_size_set)
3614    attach_dir = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_attach_dir_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_attach_dir_set)
3615    attach_top = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_attach_top_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_attach_top_set)
3616    attach_bottom = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_attach_bottom_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_attach_bottom_set)
3617    text_extended = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_text_extended_get, _LibreDWG.Dwg_Object_MLEADERSTYLE_text_extended_set)
3618
3619    def __init__(self):
3620        _LibreDWG.Dwg_Object_MLEADERSTYLE_swiginit(self, _LibreDWG.new_Dwg_Object_MLEADERSTYLE())
3621    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_MLEADERSTYLE
3622
3623# Register Dwg_Object_MLEADERSTYLE in _LibreDWG:
3624_LibreDWG.Dwg_Object_MLEADERSTYLE_swigregister(Dwg_Object_MLEADERSTYLE)
3625
3626class Dwg_Object_VBA_PROJECT(object):
3627    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3628    __repr__ = _swig_repr
3629    parent = property(_LibreDWG.Dwg_Object_VBA_PROJECT_parent_get, _LibreDWG.Dwg_Object_VBA_PROJECT_parent_set)
3630    data_size = property(_LibreDWG.Dwg_Object_VBA_PROJECT_data_size_get, _LibreDWG.Dwg_Object_VBA_PROJECT_data_size_set)
3631    data = property(_LibreDWG.Dwg_Object_VBA_PROJECT_data_get, _LibreDWG.Dwg_Object_VBA_PROJECT_data_set)
3632
3633    def __init__(self):
3634        _LibreDWG.Dwg_Object_VBA_PROJECT_swiginit(self, _LibreDWG.new_Dwg_Object_VBA_PROJECT())
3635    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_VBA_PROJECT
3636
3637# Register Dwg_Object_VBA_PROJECT in _LibreDWG:
3638_LibreDWG.Dwg_Object_VBA_PROJECT_swigregister(Dwg_Object_VBA_PROJECT)
3639
3640class Dwg_Object_PLOTSETTINGS(object):
3641    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3642    __repr__ = _swig_repr
3643    parent = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_parent_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_parent_set)
3644    printer_cfg_file = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_printer_cfg_file_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_printer_cfg_file_set)
3645    paper_size = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_paper_size_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_paper_size_set)
3646    canonical_media_name = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_canonical_media_name_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_canonical_media_name_set)
3647    plot_flags = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_plot_flags_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_plot_flags_set)
3648    plotview = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_plotview_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_plotview_set)
3649    plotview_name = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_plotview_name_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_plotview_name_set)
3650    left_margin = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_left_margin_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_left_margin_set)
3651    bottom_margin = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_bottom_margin_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_bottom_margin_set)
3652    right_margin = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_right_margin_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_right_margin_set)
3653    top_margin = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_top_margin_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_top_margin_set)
3654    paper_width = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_paper_width_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_paper_width_set)
3655    paper_height = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_paper_height_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_paper_height_set)
3656    plot_origin = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_plot_origin_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_plot_origin_set)
3657    plot_window_ll = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_plot_window_ll_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_plot_window_ll_set)
3658    plot_window_ur = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_plot_window_ur_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_plot_window_ur_set)
3659    plot_paper_unit = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_plot_paper_unit_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_plot_paper_unit_set)
3660    plot_rotation_mode = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_plot_rotation_mode_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_plot_rotation_mode_set)
3661    plot_type = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_plot_type_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_plot_type_set)
3662    paper_units = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_paper_units_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_paper_units_set)
3663    drawing_units = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_drawing_units_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_drawing_units_set)
3664    stylesheet = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_stylesheet_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_stylesheet_set)
3665    std_scale_type = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_std_scale_type_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_std_scale_type_set)
3666    std_scale_factor = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_std_scale_factor_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_std_scale_factor_set)
3667    paper_image_origin = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_paper_image_origin_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_paper_image_origin_set)
3668    shadeplot_type = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_shadeplot_type_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_shadeplot_type_set)
3669    shadeplot_reslevel = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_shadeplot_reslevel_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_shadeplot_reslevel_set)
3670    shadeplot_customdpi = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_shadeplot_customdpi_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_shadeplot_customdpi_set)
3671    shadeplot = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_shadeplot_get, _LibreDWG.Dwg_Object_PLOTSETTINGS_shadeplot_set)
3672
3673    def __init__(self):
3674        _LibreDWG.Dwg_Object_PLOTSETTINGS_swiginit(self, _LibreDWG.new_Dwg_Object_PLOTSETTINGS())
3675    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_PLOTSETTINGS
3676
3677# Register Dwg_Object_PLOTSETTINGS in _LibreDWG:
3678_LibreDWG.Dwg_Object_PLOTSETTINGS_swigregister(Dwg_Object_PLOTSETTINGS)
3679
3680class Dwg_Object_LAYOUT(object):
3681    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3682    __repr__ = _swig_repr
3683    parent = property(_LibreDWG.Dwg_Object_LAYOUT_parent_get, _LibreDWG.Dwg_Object_LAYOUT_parent_set)
3684    plotsettings = property(_LibreDWG.Dwg_Object_LAYOUT_plotsettings_get, _LibreDWG.Dwg_Object_LAYOUT_plotsettings_set)
3685    layout_name = property(_LibreDWG.Dwg_Object_LAYOUT_layout_name_get, _LibreDWG.Dwg_Object_LAYOUT_layout_name_set)
3686    tab_order = property(_LibreDWG.Dwg_Object_LAYOUT_tab_order_get, _LibreDWG.Dwg_Object_LAYOUT_tab_order_set)
3687    layout_flags = property(_LibreDWG.Dwg_Object_LAYOUT_layout_flags_get, _LibreDWG.Dwg_Object_LAYOUT_layout_flags_set)
3688    INSBASE = property(_LibreDWG.Dwg_Object_LAYOUT_INSBASE_get, _LibreDWG.Dwg_Object_LAYOUT_INSBASE_set)
3689    LIMMIN = property(_LibreDWG.Dwg_Object_LAYOUT_LIMMIN_get, _LibreDWG.Dwg_Object_LAYOUT_LIMMIN_set)
3690    LIMMAX = property(_LibreDWG.Dwg_Object_LAYOUT_LIMMAX_get, _LibreDWG.Dwg_Object_LAYOUT_LIMMAX_set)
3691    UCSORG = property(_LibreDWG.Dwg_Object_LAYOUT_UCSORG_get, _LibreDWG.Dwg_Object_LAYOUT_UCSORG_set)
3692    UCSXDIR = property(_LibreDWG.Dwg_Object_LAYOUT_UCSXDIR_get, _LibreDWG.Dwg_Object_LAYOUT_UCSXDIR_set)
3693    UCSYDIR = property(_LibreDWG.Dwg_Object_LAYOUT_UCSYDIR_get, _LibreDWG.Dwg_Object_LAYOUT_UCSYDIR_set)
3694    ucs_elevation = property(_LibreDWG.Dwg_Object_LAYOUT_ucs_elevation_get, _LibreDWG.Dwg_Object_LAYOUT_ucs_elevation_set)
3695    UCSORTHOVIEW = property(_LibreDWG.Dwg_Object_LAYOUT_UCSORTHOVIEW_get, _LibreDWG.Dwg_Object_LAYOUT_UCSORTHOVIEW_set)
3696    EXTMIN = property(_LibreDWG.Dwg_Object_LAYOUT_EXTMIN_get, _LibreDWG.Dwg_Object_LAYOUT_EXTMIN_set)
3697    EXTMAX = property(_LibreDWG.Dwg_Object_LAYOUT_EXTMAX_get, _LibreDWG.Dwg_Object_LAYOUT_EXTMAX_set)
3698    block_header = property(_LibreDWG.Dwg_Object_LAYOUT_block_header_get, _LibreDWG.Dwg_Object_LAYOUT_block_header_set)
3699    active_viewport = property(_LibreDWG.Dwg_Object_LAYOUT_active_viewport_get, _LibreDWG.Dwg_Object_LAYOUT_active_viewport_set)
3700    base_ucs = property(_LibreDWG.Dwg_Object_LAYOUT_base_ucs_get, _LibreDWG.Dwg_Object_LAYOUT_base_ucs_set)
3701    named_ucs = property(_LibreDWG.Dwg_Object_LAYOUT_named_ucs_get, _LibreDWG.Dwg_Object_LAYOUT_named_ucs_set)
3702    num_viewports = property(_LibreDWG.Dwg_Object_LAYOUT_num_viewports_get, _LibreDWG.Dwg_Object_LAYOUT_num_viewports_set)
3703    viewports = property(_LibreDWG.Dwg_Object_LAYOUT_viewports_get, _LibreDWG.Dwg_Object_LAYOUT_viewports_set)
3704
3705    def __init__(self):
3706        _LibreDWG.Dwg_Object_LAYOUT_swiginit(self, _LibreDWG.new_Dwg_Object_LAYOUT())
3707    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_LAYOUT
3708
3709# Register Dwg_Object_LAYOUT in _LibreDWG:
3710_LibreDWG.Dwg_Object_LAYOUT_swigregister(Dwg_Object_LAYOUT)
3711
3712class Dwg_Object_DICTIONARYVAR(object):
3713    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3714    __repr__ = _swig_repr
3715    parent = property(_LibreDWG.Dwg_Object_DICTIONARYVAR_parent_get, _LibreDWG.Dwg_Object_DICTIONARYVAR_parent_set)
3716    schema = property(_LibreDWG.Dwg_Object_DICTIONARYVAR_schema_get, _LibreDWG.Dwg_Object_DICTIONARYVAR_schema_set)
3717    strvalue = property(_LibreDWG.Dwg_Object_DICTIONARYVAR_strvalue_get, _LibreDWG.Dwg_Object_DICTIONARYVAR_strvalue_set)
3718
3719    def __init__(self):
3720        _LibreDWG.Dwg_Object_DICTIONARYVAR_swiginit(self, _LibreDWG.new_Dwg_Object_DICTIONARYVAR())
3721    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DICTIONARYVAR
3722
3723# Register Dwg_Object_DICTIONARYVAR in _LibreDWG:
3724_LibreDWG.Dwg_Object_DICTIONARYVAR_swigregister(Dwg_Object_DICTIONARYVAR)
3725
3726class Dwg_TABLE_value(object):
3727    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3728    __repr__ = _swig_repr
3729    flags = property(_LibreDWG.Dwg_TABLE_value_flags_get, _LibreDWG.Dwg_TABLE_value_flags_set)
3730    format_flags = property(_LibreDWG.Dwg_TABLE_value_format_flags_get, _LibreDWG.Dwg_TABLE_value_format_flags_set)
3731    data_type = property(_LibreDWG.Dwg_TABLE_value_data_type_get, _LibreDWG.Dwg_TABLE_value_data_type_set)
3732    data_size = property(_LibreDWG.Dwg_TABLE_value_data_size_get, _LibreDWG.Dwg_TABLE_value_data_size_set)
3733    data_long = property(_LibreDWG.Dwg_TABLE_value_data_long_get, _LibreDWG.Dwg_TABLE_value_data_long_set)
3734    data_double = property(_LibreDWG.Dwg_TABLE_value_data_double_get, _LibreDWG.Dwg_TABLE_value_data_double_set)
3735    data_string = property(_LibreDWG.Dwg_TABLE_value_data_string_get, _LibreDWG.Dwg_TABLE_value_data_string_set)
3736    data_date = property(_LibreDWG.Dwg_TABLE_value_data_date_get, _LibreDWG.Dwg_TABLE_value_data_date_set)
3737    data_point = property(_LibreDWG.Dwg_TABLE_value_data_point_get, _LibreDWG.Dwg_TABLE_value_data_point_set)
3738    data_3dpoint = property(_LibreDWG.Dwg_TABLE_value_data_3dpoint_get, _LibreDWG.Dwg_TABLE_value_data_3dpoint_set)
3739    data_handle = property(_LibreDWG.Dwg_TABLE_value_data_handle_get, _LibreDWG.Dwg_TABLE_value_data_handle_set)
3740    unit_type = property(_LibreDWG.Dwg_TABLE_value_unit_type_get, _LibreDWG.Dwg_TABLE_value_unit_type_set)
3741    format_string = property(_LibreDWG.Dwg_TABLE_value_format_string_get, _LibreDWG.Dwg_TABLE_value_format_string_set)
3742    value_string = property(_LibreDWG.Dwg_TABLE_value_value_string_get, _LibreDWG.Dwg_TABLE_value_value_string_set)
3743
3744    def __init__(self):
3745        _LibreDWG.Dwg_TABLE_value_swiginit(self, _LibreDWG.new_Dwg_TABLE_value())
3746    __swig_destroy__ = _LibreDWG.delete_Dwg_TABLE_value
3747
3748# Register Dwg_TABLE_value in _LibreDWG:
3749_LibreDWG.Dwg_TABLE_value_swigregister(Dwg_TABLE_value)
3750
3751class Dwg_TABLE_CustomDataItem(object):
3752    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3753    __repr__ = _swig_repr
3754    name = property(_LibreDWG.Dwg_TABLE_CustomDataItem_name_get, _LibreDWG.Dwg_TABLE_CustomDataItem_name_set)
3755    value = property(_LibreDWG.Dwg_TABLE_CustomDataItem_value_get, _LibreDWG.Dwg_TABLE_CustomDataItem_value_set)
3756    cell_parent = property(_LibreDWG.Dwg_TABLE_CustomDataItem_cell_parent_get, _LibreDWG.Dwg_TABLE_CustomDataItem_cell_parent_set)
3757    row_parent = property(_LibreDWG.Dwg_TABLE_CustomDataItem_row_parent_get, _LibreDWG.Dwg_TABLE_CustomDataItem_row_parent_set)
3758
3759    def __init__(self):
3760        _LibreDWG.Dwg_TABLE_CustomDataItem_swiginit(self, _LibreDWG.new_Dwg_TABLE_CustomDataItem())
3761    __swig_destroy__ = _LibreDWG.delete_Dwg_TABLE_CustomDataItem
3762
3763# Register Dwg_TABLE_CustomDataItem in _LibreDWG:
3764_LibreDWG.Dwg_TABLE_CustomDataItem_swigregister(Dwg_TABLE_CustomDataItem)
3765
3766class Dwg_TABLE_AttrDef(object):
3767    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3768    __repr__ = _swig_repr
3769    parent = property(_LibreDWG.Dwg_TABLE_AttrDef_parent_get, _LibreDWG.Dwg_TABLE_AttrDef_parent_set)
3770    attdef = property(_LibreDWG.Dwg_TABLE_AttrDef_attdef_get, _LibreDWG.Dwg_TABLE_AttrDef_attdef_set)
3771    index = property(_LibreDWG.Dwg_TABLE_AttrDef_index_get, _LibreDWG.Dwg_TABLE_AttrDef_index_set)
3772    text = property(_LibreDWG.Dwg_TABLE_AttrDef_text_get, _LibreDWG.Dwg_TABLE_AttrDef_text_set)
3773
3774    def __init__(self):
3775        _LibreDWG.Dwg_TABLE_AttrDef_swiginit(self, _LibreDWG.new_Dwg_TABLE_AttrDef())
3776    __swig_destroy__ = _LibreDWG.delete_Dwg_TABLE_AttrDef
3777
3778# Register Dwg_TABLE_AttrDef in _LibreDWG:
3779_LibreDWG.Dwg_TABLE_AttrDef_swigregister(Dwg_TABLE_AttrDef)
3780
3781class Dwg_TABLE_Cell(object):
3782    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3783    __repr__ = _swig_repr
3784    parent = property(_LibreDWG.Dwg_TABLE_Cell_parent_get, _LibreDWG.Dwg_TABLE_Cell_parent_set)
3785    type = property(_LibreDWG.Dwg_TABLE_Cell_type_get, _LibreDWG.Dwg_TABLE_Cell_type_set)
3786    flags = property(_LibreDWG.Dwg_TABLE_Cell_flags_get, _LibreDWG.Dwg_TABLE_Cell_flags_set)
3787    is_merged_value = property(_LibreDWG.Dwg_TABLE_Cell_is_merged_value_get, _LibreDWG.Dwg_TABLE_Cell_is_merged_value_set)
3788    is_autofit_flag = property(_LibreDWG.Dwg_TABLE_Cell_is_autofit_flag_get, _LibreDWG.Dwg_TABLE_Cell_is_autofit_flag_set)
3789    merged_width_flag = property(_LibreDWG.Dwg_TABLE_Cell_merged_width_flag_get, _LibreDWG.Dwg_TABLE_Cell_merged_width_flag_set)
3790    merged_height_flag = property(_LibreDWG.Dwg_TABLE_Cell_merged_height_flag_get, _LibreDWG.Dwg_TABLE_Cell_merged_height_flag_set)
3791    rotation = property(_LibreDWG.Dwg_TABLE_Cell_rotation_get, _LibreDWG.Dwg_TABLE_Cell_rotation_set)
3792    text_value = property(_LibreDWG.Dwg_TABLE_Cell_text_value_get, _LibreDWG.Dwg_TABLE_Cell_text_value_set)
3793    text_style = property(_LibreDWG.Dwg_TABLE_Cell_text_style_get, _LibreDWG.Dwg_TABLE_Cell_text_style_set)
3794    block_handle = property(_LibreDWG.Dwg_TABLE_Cell_block_handle_get, _LibreDWG.Dwg_TABLE_Cell_block_handle_set)
3795    block_scale = property(_LibreDWG.Dwg_TABLE_Cell_block_scale_get, _LibreDWG.Dwg_TABLE_Cell_block_scale_set)
3796    additional_data_flag = property(_LibreDWG.Dwg_TABLE_Cell_additional_data_flag_get, _LibreDWG.Dwg_TABLE_Cell_additional_data_flag_set)
3797    cell_flag_override = property(_LibreDWG.Dwg_TABLE_Cell_cell_flag_override_get, _LibreDWG.Dwg_TABLE_Cell_cell_flag_override_set)
3798    virtual_edge_flag = property(_LibreDWG.Dwg_TABLE_Cell_virtual_edge_flag_get, _LibreDWG.Dwg_TABLE_Cell_virtual_edge_flag_set)
3799    cell_alignment = property(_LibreDWG.Dwg_TABLE_Cell_cell_alignment_get, _LibreDWG.Dwg_TABLE_Cell_cell_alignment_set)
3800    bg_fill_none = property(_LibreDWG.Dwg_TABLE_Cell_bg_fill_none_get, _LibreDWG.Dwg_TABLE_Cell_bg_fill_none_set)
3801    bg_color = property(_LibreDWG.Dwg_TABLE_Cell_bg_color_get, _LibreDWG.Dwg_TABLE_Cell_bg_color_set)
3802    content_color = property(_LibreDWG.Dwg_TABLE_Cell_content_color_get, _LibreDWG.Dwg_TABLE_Cell_content_color_set)
3803    text_height = property(_LibreDWG.Dwg_TABLE_Cell_text_height_get, _LibreDWG.Dwg_TABLE_Cell_text_height_set)
3804    top_grid_color = property(_LibreDWG.Dwg_TABLE_Cell_top_grid_color_get, _LibreDWG.Dwg_TABLE_Cell_top_grid_color_set)
3805    top_grid_linewt = property(_LibreDWG.Dwg_TABLE_Cell_top_grid_linewt_get, _LibreDWG.Dwg_TABLE_Cell_top_grid_linewt_set)
3806    top_visibility = property(_LibreDWG.Dwg_TABLE_Cell_top_visibility_get, _LibreDWG.Dwg_TABLE_Cell_top_visibility_set)
3807    right_grid_color = property(_LibreDWG.Dwg_TABLE_Cell_right_grid_color_get, _LibreDWG.Dwg_TABLE_Cell_right_grid_color_set)
3808    right_grid_linewt = property(_LibreDWG.Dwg_TABLE_Cell_right_grid_linewt_get, _LibreDWG.Dwg_TABLE_Cell_right_grid_linewt_set)
3809    right_visibility = property(_LibreDWG.Dwg_TABLE_Cell_right_visibility_get, _LibreDWG.Dwg_TABLE_Cell_right_visibility_set)
3810    bottom_grid_color = property(_LibreDWG.Dwg_TABLE_Cell_bottom_grid_color_get, _LibreDWG.Dwg_TABLE_Cell_bottom_grid_color_set)
3811    bottom_grid_linewt = property(_LibreDWG.Dwg_TABLE_Cell_bottom_grid_linewt_get, _LibreDWG.Dwg_TABLE_Cell_bottom_grid_linewt_set)
3812    bottom_visibility = property(_LibreDWG.Dwg_TABLE_Cell_bottom_visibility_get, _LibreDWG.Dwg_TABLE_Cell_bottom_visibility_set)
3813    left_grid_color = property(_LibreDWG.Dwg_TABLE_Cell_left_grid_color_get, _LibreDWG.Dwg_TABLE_Cell_left_grid_color_set)
3814    left_grid_linewt = property(_LibreDWG.Dwg_TABLE_Cell_left_grid_linewt_get, _LibreDWG.Dwg_TABLE_Cell_left_grid_linewt_set)
3815    left_visibility = property(_LibreDWG.Dwg_TABLE_Cell_left_visibility_get, _LibreDWG.Dwg_TABLE_Cell_left_visibility_set)
3816    unknown = property(_LibreDWG.Dwg_TABLE_Cell_unknown_get, _LibreDWG.Dwg_TABLE_Cell_unknown_set)
3817    value = property(_LibreDWG.Dwg_TABLE_Cell_value_get, _LibreDWG.Dwg_TABLE_Cell_value_set)
3818    num_attr_defs = property(_LibreDWG.Dwg_TABLE_Cell_num_attr_defs_get, _LibreDWG.Dwg_TABLE_Cell_num_attr_defs_set)
3819    attr_defs = property(_LibreDWG.Dwg_TABLE_Cell_attr_defs_get, _LibreDWG.Dwg_TABLE_Cell_attr_defs_set)
3820
3821    def __init__(self):
3822        _LibreDWG.Dwg_TABLE_Cell_swiginit(self, _LibreDWG.new_Dwg_TABLE_Cell())
3823    __swig_destroy__ = _LibreDWG.delete_Dwg_TABLE_Cell
3824
3825# Register Dwg_TABLE_Cell in _LibreDWG:
3826_LibreDWG.Dwg_TABLE_Cell_swigregister(Dwg_TABLE_Cell)
3827
3828class Dwg_TABLE_BreakHeight(object):
3829    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3830    __repr__ = _swig_repr
3831    parent = property(_LibreDWG.Dwg_TABLE_BreakHeight_parent_get, _LibreDWG.Dwg_TABLE_BreakHeight_parent_set)
3832    position = property(_LibreDWG.Dwg_TABLE_BreakHeight_position_get, _LibreDWG.Dwg_TABLE_BreakHeight_position_set)
3833    height = property(_LibreDWG.Dwg_TABLE_BreakHeight_height_get, _LibreDWG.Dwg_TABLE_BreakHeight_height_set)
3834    flag = property(_LibreDWG.Dwg_TABLE_BreakHeight_flag_get, _LibreDWG.Dwg_TABLE_BreakHeight_flag_set)
3835
3836    def __init__(self):
3837        _LibreDWG.Dwg_TABLE_BreakHeight_swiginit(self, _LibreDWG.new_Dwg_TABLE_BreakHeight())
3838    __swig_destroy__ = _LibreDWG.delete_Dwg_TABLE_BreakHeight
3839
3840# Register Dwg_TABLE_BreakHeight in _LibreDWG:
3841_LibreDWG.Dwg_TABLE_BreakHeight_swigregister(Dwg_TABLE_BreakHeight)
3842
3843class Dwg_TABLE_BreakRow(object):
3844    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3845    __repr__ = _swig_repr
3846    parent = property(_LibreDWG.Dwg_TABLE_BreakRow_parent_get, _LibreDWG.Dwg_TABLE_BreakRow_parent_set)
3847    position = property(_LibreDWG.Dwg_TABLE_BreakRow_position_get, _LibreDWG.Dwg_TABLE_BreakRow_position_set)
3848    start = property(_LibreDWG.Dwg_TABLE_BreakRow_start_get, _LibreDWG.Dwg_TABLE_BreakRow_start_set)
3849    end = property(_LibreDWG.Dwg_TABLE_BreakRow_end_get, _LibreDWG.Dwg_TABLE_BreakRow_end_set)
3850
3851    def __init__(self):
3852        _LibreDWG.Dwg_TABLE_BreakRow_swiginit(self, _LibreDWG.new_Dwg_TABLE_BreakRow())
3853    __swig_destroy__ = _LibreDWG.delete_Dwg_TABLE_BreakRow
3854
3855# Register Dwg_TABLE_BreakRow in _LibreDWG:
3856_LibreDWG.Dwg_TABLE_BreakRow_swigregister(Dwg_TABLE_BreakRow)
3857
3858class Dwg_LinkedData(object):
3859    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3860    __repr__ = _swig_repr
3861    name = property(_LibreDWG.Dwg_LinkedData_name_get, _LibreDWG.Dwg_LinkedData_name_set)
3862    description = property(_LibreDWG.Dwg_LinkedData_description_get, _LibreDWG.Dwg_LinkedData_description_set)
3863
3864    def __init__(self):
3865        _LibreDWG.Dwg_LinkedData_swiginit(self, _LibreDWG.new_Dwg_LinkedData())
3866    __swig_destroy__ = _LibreDWG.delete_Dwg_LinkedData
3867
3868# Register Dwg_LinkedData in _LibreDWG:
3869_LibreDWG.Dwg_LinkedData_swigregister(Dwg_LinkedData)
3870
3871class Dwg_TableCellContent_Attr(object):
3872    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3873    __repr__ = _swig_repr
3874    parent = property(_LibreDWG.Dwg_TableCellContent_Attr_parent_get, _LibreDWG.Dwg_TableCellContent_Attr_parent_set)
3875    attdef = property(_LibreDWG.Dwg_TableCellContent_Attr_attdef_get, _LibreDWG.Dwg_TableCellContent_Attr_attdef_set)
3876    value = property(_LibreDWG.Dwg_TableCellContent_Attr_value_get, _LibreDWG.Dwg_TableCellContent_Attr_value_set)
3877    index = property(_LibreDWG.Dwg_TableCellContent_Attr_index_get, _LibreDWG.Dwg_TableCellContent_Attr_index_set)
3878
3879    def __init__(self):
3880        _LibreDWG.Dwg_TableCellContent_Attr_swiginit(self, _LibreDWG.new_Dwg_TableCellContent_Attr())
3881    __swig_destroy__ = _LibreDWG.delete_Dwg_TableCellContent_Attr
3882
3883# Register Dwg_TableCellContent_Attr in _LibreDWG:
3884_LibreDWG.Dwg_TableCellContent_Attr_swigregister(Dwg_TableCellContent_Attr)
3885
3886class Dwg_ContentFormat(object):
3887    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3888    __repr__ = _swig_repr
3889    property_override_flags = property(_LibreDWG.Dwg_ContentFormat_property_override_flags_get, _LibreDWG.Dwg_ContentFormat_property_override_flags_set)
3890    property_flags = property(_LibreDWG.Dwg_ContentFormat_property_flags_get, _LibreDWG.Dwg_ContentFormat_property_flags_set)
3891    value_data_type = property(_LibreDWG.Dwg_ContentFormat_value_data_type_get, _LibreDWG.Dwg_ContentFormat_value_data_type_set)
3892    value_unit_type = property(_LibreDWG.Dwg_ContentFormat_value_unit_type_get, _LibreDWG.Dwg_ContentFormat_value_unit_type_set)
3893    value_format_string = property(_LibreDWG.Dwg_ContentFormat_value_format_string_get, _LibreDWG.Dwg_ContentFormat_value_format_string_set)
3894    rotation = property(_LibreDWG.Dwg_ContentFormat_rotation_get, _LibreDWG.Dwg_ContentFormat_rotation_set)
3895    block_scale = property(_LibreDWG.Dwg_ContentFormat_block_scale_get, _LibreDWG.Dwg_ContentFormat_block_scale_set)
3896    cell_alignment = property(_LibreDWG.Dwg_ContentFormat_cell_alignment_get, _LibreDWG.Dwg_ContentFormat_cell_alignment_set)
3897    content_color = property(_LibreDWG.Dwg_ContentFormat_content_color_get, _LibreDWG.Dwg_ContentFormat_content_color_set)
3898    text_style = property(_LibreDWG.Dwg_ContentFormat_text_style_get, _LibreDWG.Dwg_ContentFormat_text_style_set)
3899    text_height = property(_LibreDWG.Dwg_ContentFormat_text_height_get, _LibreDWG.Dwg_ContentFormat_text_height_set)
3900
3901    def __init__(self):
3902        _LibreDWG.Dwg_ContentFormat_swiginit(self, _LibreDWG.new_Dwg_ContentFormat())
3903    __swig_destroy__ = _LibreDWG.delete_Dwg_ContentFormat
3904
3905# Register Dwg_ContentFormat in _LibreDWG:
3906_LibreDWG.Dwg_ContentFormat_swigregister(Dwg_ContentFormat)
3907
3908class Dwg_TableCellContent(object):
3909    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3910    __repr__ = _swig_repr
3911    parent = property(_LibreDWG.Dwg_TableCellContent_parent_get, _LibreDWG.Dwg_TableCellContent_parent_set)
3912    type = property(_LibreDWG.Dwg_TableCellContent_type_get, _LibreDWG.Dwg_TableCellContent_type_set)
3913    value = property(_LibreDWG.Dwg_TableCellContent_value_get, _LibreDWG.Dwg_TableCellContent_value_set)
3914    handle = property(_LibreDWG.Dwg_TableCellContent_handle_get, _LibreDWG.Dwg_TableCellContent_handle_set)
3915    num_attrs = property(_LibreDWG.Dwg_TableCellContent_num_attrs_get, _LibreDWG.Dwg_TableCellContent_num_attrs_set)
3916    attrs = property(_LibreDWG.Dwg_TableCellContent_attrs_get, _LibreDWG.Dwg_TableCellContent_attrs_set)
3917    has_content_format_overrides = property(_LibreDWG.Dwg_TableCellContent_has_content_format_overrides_get, _LibreDWG.Dwg_TableCellContent_has_content_format_overrides_set)
3918    content_format = property(_LibreDWG.Dwg_TableCellContent_content_format_get, _LibreDWG.Dwg_TableCellContent_content_format_set)
3919
3920    def __init__(self):
3921        _LibreDWG.Dwg_TableCellContent_swiginit(self, _LibreDWG.new_Dwg_TableCellContent())
3922    __swig_destroy__ = _LibreDWG.delete_Dwg_TableCellContent
3923
3924# Register Dwg_TableCellContent in _LibreDWG:
3925_LibreDWG.Dwg_TableCellContent_swigregister(Dwg_TableCellContent)
3926
3927class Dwg_CellContentGeometry(object):
3928    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3929    __repr__ = _swig_repr
3930    dist_top_left = property(_LibreDWG.Dwg_CellContentGeometry_dist_top_left_get, _LibreDWG.Dwg_CellContentGeometry_dist_top_left_set)
3931    dist_center = property(_LibreDWG.Dwg_CellContentGeometry_dist_center_get, _LibreDWG.Dwg_CellContentGeometry_dist_center_set)
3932    content_width = property(_LibreDWG.Dwg_CellContentGeometry_content_width_get, _LibreDWG.Dwg_CellContentGeometry_content_width_set)
3933    content_height = property(_LibreDWG.Dwg_CellContentGeometry_content_height_get, _LibreDWG.Dwg_CellContentGeometry_content_height_set)
3934    width = property(_LibreDWG.Dwg_CellContentGeometry_width_get, _LibreDWG.Dwg_CellContentGeometry_width_set)
3935    height = property(_LibreDWG.Dwg_CellContentGeometry_height_get, _LibreDWG.Dwg_CellContentGeometry_height_set)
3936    unknown = property(_LibreDWG.Dwg_CellContentGeometry_unknown_get, _LibreDWG.Dwg_CellContentGeometry_unknown_set)
3937    cell_parent = property(_LibreDWG.Dwg_CellContentGeometry_cell_parent_get, _LibreDWG.Dwg_CellContentGeometry_cell_parent_set)
3938    geom_parent = property(_LibreDWG.Dwg_CellContentGeometry_geom_parent_get, _LibreDWG.Dwg_CellContentGeometry_geom_parent_set)
3939
3940    def __init__(self):
3941        _LibreDWG.Dwg_CellContentGeometry_swiginit(self, _LibreDWG.new_Dwg_CellContentGeometry())
3942    __swig_destroy__ = _LibreDWG.delete_Dwg_CellContentGeometry
3943
3944# Register Dwg_CellContentGeometry in _LibreDWG:
3945_LibreDWG.Dwg_CellContentGeometry_swigregister(Dwg_CellContentGeometry)
3946
3947class Dwg_TableCell(object):
3948    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3949    __repr__ = _swig_repr
3950    flag = property(_LibreDWG.Dwg_TableCell_flag_get, _LibreDWG.Dwg_TableCell_flag_set)
3951    tooltip = property(_LibreDWG.Dwg_TableCell_tooltip_get, _LibreDWG.Dwg_TableCell_tooltip_set)
3952    customdata = property(_LibreDWG.Dwg_TableCell_customdata_get, _LibreDWG.Dwg_TableCell_customdata_set)
3953    num_customdata_items = property(_LibreDWG.Dwg_TableCell_num_customdata_items_get, _LibreDWG.Dwg_TableCell_num_customdata_items_set)
3954    customdata_items = property(_LibreDWG.Dwg_TableCell_customdata_items_get, _LibreDWG.Dwg_TableCell_customdata_items_set)
3955    has_linked_data = property(_LibreDWG.Dwg_TableCell_has_linked_data_get, _LibreDWG.Dwg_TableCell_has_linked_data_set)
3956    data_link = property(_LibreDWG.Dwg_TableCell_data_link_get, _LibreDWG.Dwg_TableCell_data_link_set)
3957    num_rows = property(_LibreDWG.Dwg_TableCell_num_rows_get, _LibreDWG.Dwg_TableCell_num_rows_set)
3958    num_cols = property(_LibreDWG.Dwg_TableCell_num_cols_get, _LibreDWG.Dwg_TableCell_num_cols_set)
3959    unknown = property(_LibreDWG.Dwg_TableCell_unknown_get, _LibreDWG.Dwg_TableCell_unknown_set)
3960    num_cell_contents = property(_LibreDWG.Dwg_TableCell_num_cell_contents_get, _LibreDWG.Dwg_TableCell_num_cell_contents_set)
3961    cell_contents = property(_LibreDWG.Dwg_TableCell_cell_contents_get, _LibreDWG.Dwg_TableCell_cell_contents_set)
3962    style_id = property(_LibreDWG.Dwg_TableCell_style_id_get, _LibreDWG.Dwg_TableCell_style_id_set)
3963    has_geom_data = property(_LibreDWG.Dwg_TableCell_has_geom_data_get, _LibreDWG.Dwg_TableCell_has_geom_data_set)
3964    geom_data_flag = property(_LibreDWG.Dwg_TableCell_geom_data_flag_get, _LibreDWG.Dwg_TableCell_geom_data_flag_set)
3965    width_w_gap = property(_LibreDWG.Dwg_TableCell_width_w_gap_get, _LibreDWG.Dwg_TableCell_width_w_gap_set)
3966    height_w_gap = property(_LibreDWG.Dwg_TableCell_height_w_gap_get, _LibreDWG.Dwg_TableCell_height_w_gap_set)
3967    tablegeometry = property(_LibreDWG.Dwg_TableCell_tablegeometry_get, _LibreDWG.Dwg_TableCell_tablegeometry_set)
3968    num_geometry = property(_LibreDWG.Dwg_TableCell_num_geometry_get, _LibreDWG.Dwg_TableCell_num_geometry_set)
3969    geometry = property(_LibreDWG.Dwg_TableCell_geometry_get, _LibreDWG.Dwg_TableCell_geometry_set)
3970    style_parent = property(_LibreDWG.Dwg_TableCell_style_parent_get, _LibreDWG.Dwg_TableCell_style_parent_set)
3971    row_parent = property(_LibreDWG.Dwg_TableCell_row_parent_get, _LibreDWG.Dwg_TableCell_row_parent_set)
3972
3973    def __init__(self):
3974        _LibreDWG.Dwg_TableCell_swiginit(self, _LibreDWG.new_Dwg_TableCell())
3975    __swig_destroy__ = _LibreDWG.delete_Dwg_TableCell
3976
3977# Register Dwg_TableCell in _LibreDWG:
3978_LibreDWG.Dwg_TableCell_swigregister(Dwg_TableCell)
3979
3980class Dwg_GridFormat(object):
3981    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
3982    __repr__ = _swig_repr
3983    parent = property(_LibreDWG.Dwg_GridFormat_parent_get, _LibreDWG.Dwg_GridFormat_parent_set)
3984    index_mask = property(_LibreDWG.Dwg_GridFormat_index_mask_get, _LibreDWG.Dwg_GridFormat_index_mask_set)
3985    border_overrides = property(_LibreDWG.Dwg_GridFormat_border_overrides_get, _LibreDWG.Dwg_GridFormat_border_overrides_set)
3986    border_type = property(_LibreDWG.Dwg_GridFormat_border_type_get, _LibreDWG.Dwg_GridFormat_border_type_set)
3987    color = property(_LibreDWG.Dwg_GridFormat_color_get, _LibreDWG.Dwg_GridFormat_color_set)
3988    linewt = property(_LibreDWG.Dwg_GridFormat_linewt_get, _LibreDWG.Dwg_GridFormat_linewt_set)
3989    ltype = property(_LibreDWG.Dwg_GridFormat_ltype_get, _LibreDWG.Dwg_GridFormat_ltype_set)
3990    visible = property(_LibreDWG.Dwg_GridFormat_visible_get, _LibreDWG.Dwg_GridFormat_visible_set)
3991    double_line_spacing = property(_LibreDWG.Dwg_GridFormat_double_line_spacing_get, _LibreDWG.Dwg_GridFormat_double_line_spacing_set)
3992
3993    def __init__(self):
3994        _LibreDWG.Dwg_GridFormat_swiginit(self, _LibreDWG.new_Dwg_GridFormat())
3995    __swig_destroy__ = _LibreDWG.delete_Dwg_GridFormat
3996
3997# Register Dwg_GridFormat in _LibreDWG:
3998_LibreDWG.Dwg_GridFormat_swigregister(Dwg_GridFormat)
3999
4000class Dwg_CellStyle(object):
4001    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4002    __repr__ = _swig_repr
4003    type = property(_LibreDWG.Dwg_CellStyle_type_get, _LibreDWG.Dwg_CellStyle_type_set)
4004    data_flags = property(_LibreDWG.Dwg_CellStyle_data_flags_get, _LibreDWG.Dwg_CellStyle_data_flags_set)
4005    property_override_flags = property(_LibreDWG.Dwg_CellStyle_property_override_flags_get, _LibreDWG.Dwg_CellStyle_property_override_flags_set)
4006    merge_flags = property(_LibreDWG.Dwg_CellStyle_merge_flags_get, _LibreDWG.Dwg_CellStyle_merge_flags_set)
4007    bg_color = property(_LibreDWG.Dwg_CellStyle_bg_color_get, _LibreDWG.Dwg_CellStyle_bg_color_set)
4008    content_layout = property(_LibreDWG.Dwg_CellStyle_content_layout_get, _LibreDWG.Dwg_CellStyle_content_layout_set)
4009    content_format = property(_LibreDWG.Dwg_CellStyle_content_format_get, _LibreDWG.Dwg_CellStyle_content_format_set)
4010    margin_override_flags = property(_LibreDWG.Dwg_CellStyle_margin_override_flags_get, _LibreDWG.Dwg_CellStyle_margin_override_flags_set)
4011    vert_margin = property(_LibreDWG.Dwg_CellStyle_vert_margin_get, _LibreDWG.Dwg_CellStyle_vert_margin_set)
4012    horiz_margin = property(_LibreDWG.Dwg_CellStyle_horiz_margin_get, _LibreDWG.Dwg_CellStyle_horiz_margin_set)
4013    bottom_margin = property(_LibreDWG.Dwg_CellStyle_bottom_margin_get, _LibreDWG.Dwg_CellStyle_bottom_margin_set)
4014    right_margin = property(_LibreDWG.Dwg_CellStyle_right_margin_get, _LibreDWG.Dwg_CellStyle_right_margin_set)
4015    margin_horiz_spacing = property(_LibreDWG.Dwg_CellStyle_margin_horiz_spacing_get, _LibreDWG.Dwg_CellStyle_margin_horiz_spacing_set)
4016    margin_vert_spacing = property(_LibreDWG.Dwg_CellStyle_margin_vert_spacing_get, _LibreDWG.Dwg_CellStyle_margin_vert_spacing_set)
4017    num_borders = property(_LibreDWG.Dwg_CellStyle_num_borders_get, _LibreDWG.Dwg_CellStyle_num_borders_set)
4018    borders = property(_LibreDWG.Dwg_CellStyle_borders_get, _LibreDWG.Dwg_CellStyle_borders_set)
4019    tablerow_parent = property(_LibreDWG.Dwg_CellStyle_tablerow_parent_get, _LibreDWG.Dwg_CellStyle_tablerow_parent_set)
4020    tabledatacolumn_parent = property(_LibreDWG.Dwg_CellStyle_tabledatacolumn_parent_get, _LibreDWG.Dwg_CellStyle_tabledatacolumn_parent_set)
4021
4022    def __init__(self):
4023        _LibreDWG.Dwg_CellStyle_swiginit(self, _LibreDWG.new_Dwg_CellStyle())
4024    __swig_destroy__ = _LibreDWG.delete_Dwg_CellStyle
4025
4026# Register Dwg_CellStyle in _LibreDWG:
4027_LibreDWG.Dwg_CellStyle_swigregister(Dwg_CellStyle)
4028
4029class Dwg_TableRow(object):
4030    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4031    __repr__ = _swig_repr
4032    parent = property(_LibreDWG.Dwg_TableRow_parent_get, _LibreDWG.Dwg_TableRow_parent_set)
4033    num_cells = property(_LibreDWG.Dwg_TableRow_num_cells_get, _LibreDWG.Dwg_TableRow_num_cells_set)
4034    cells = property(_LibreDWG.Dwg_TableRow_cells_get, _LibreDWG.Dwg_TableRow_cells_set)
4035    custom_data = property(_LibreDWG.Dwg_TableRow_custom_data_get, _LibreDWG.Dwg_TableRow_custom_data_set)
4036    num_customdata_items = property(_LibreDWG.Dwg_TableRow_num_customdata_items_get, _LibreDWG.Dwg_TableRow_num_customdata_items_set)
4037    customdata_items = property(_LibreDWG.Dwg_TableRow_customdata_items_get, _LibreDWG.Dwg_TableRow_customdata_items_set)
4038    cellstyle = property(_LibreDWG.Dwg_TableRow_cellstyle_get, _LibreDWG.Dwg_TableRow_cellstyle_set)
4039    style_id = property(_LibreDWG.Dwg_TableRow_style_id_get, _LibreDWG.Dwg_TableRow_style_id_set)
4040    height = property(_LibreDWG.Dwg_TableRow_height_get, _LibreDWG.Dwg_TableRow_height_set)
4041
4042    def __init__(self):
4043        _LibreDWG.Dwg_TableRow_swiginit(self, _LibreDWG.new_Dwg_TableRow())
4044    __swig_destroy__ = _LibreDWG.delete_Dwg_TableRow
4045
4046# Register Dwg_TableRow in _LibreDWG:
4047_LibreDWG.Dwg_TableRow_swigregister(Dwg_TableRow)
4048
4049class Dwg_TableDataColumn(object):
4050    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4051    __repr__ = _swig_repr
4052    parent = property(_LibreDWG.Dwg_TableDataColumn_parent_get, _LibreDWG.Dwg_TableDataColumn_parent_set)
4053    name = property(_LibreDWG.Dwg_TableDataColumn_name_get, _LibreDWG.Dwg_TableDataColumn_name_set)
4054    custom_data = property(_LibreDWG.Dwg_TableDataColumn_custom_data_get, _LibreDWG.Dwg_TableDataColumn_custom_data_set)
4055    cellstyle = property(_LibreDWG.Dwg_TableDataColumn_cellstyle_get, _LibreDWG.Dwg_TableDataColumn_cellstyle_set)
4056    cellstyle_id = property(_LibreDWG.Dwg_TableDataColumn_cellstyle_id_get, _LibreDWG.Dwg_TableDataColumn_cellstyle_id_set)
4057    width = property(_LibreDWG.Dwg_TableDataColumn_width_get, _LibreDWG.Dwg_TableDataColumn_width_set)
4058
4059    def __init__(self):
4060        _LibreDWG.Dwg_TableDataColumn_swiginit(self, _LibreDWG.new_Dwg_TableDataColumn())
4061    __swig_destroy__ = _LibreDWG.delete_Dwg_TableDataColumn
4062
4063# Register Dwg_TableDataColumn in _LibreDWG:
4064_LibreDWG.Dwg_TableDataColumn_swigregister(Dwg_TableDataColumn)
4065
4066class Dwg_LinkedTableData(object):
4067    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4068    __repr__ = _swig_repr
4069    num_cols = property(_LibreDWG.Dwg_LinkedTableData_num_cols_get, _LibreDWG.Dwg_LinkedTableData_num_cols_set)
4070    cols = property(_LibreDWG.Dwg_LinkedTableData_cols_get, _LibreDWG.Dwg_LinkedTableData_cols_set)
4071    num_rows = property(_LibreDWG.Dwg_LinkedTableData_num_rows_get, _LibreDWG.Dwg_LinkedTableData_num_rows_set)
4072    rows = property(_LibreDWG.Dwg_LinkedTableData_rows_get, _LibreDWG.Dwg_LinkedTableData_rows_set)
4073    num_field_refs = property(_LibreDWG.Dwg_LinkedTableData_num_field_refs_get, _LibreDWG.Dwg_LinkedTableData_num_field_refs_set)
4074    field_refs = property(_LibreDWG.Dwg_LinkedTableData_field_refs_get, _LibreDWG.Dwg_LinkedTableData_field_refs_set)
4075
4076    def __init__(self):
4077        _LibreDWG.Dwg_LinkedTableData_swiginit(self, _LibreDWG.new_Dwg_LinkedTableData())
4078    __swig_destroy__ = _LibreDWG.delete_Dwg_LinkedTableData
4079
4080# Register Dwg_LinkedTableData in _LibreDWG:
4081_LibreDWG.Dwg_LinkedTableData_swigregister(Dwg_LinkedTableData)
4082
4083class Dwg_FormattedTableMerged(object):
4084    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4085    __repr__ = _swig_repr
4086    parent = property(_LibreDWG.Dwg_FormattedTableMerged_parent_get, _LibreDWG.Dwg_FormattedTableMerged_parent_set)
4087    top_row = property(_LibreDWG.Dwg_FormattedTableMerged_top_row_get, _LibreDWG.Dwg_FormattedTableMerged_top_row_set)
4088    left_col = property(_LibreDWG.Dwg_FormattedTableMerged_left_col_get, _LibreDWG.Dwg_FormattedTableMerged_left_col_set)
4089    bottom_row = property(_LibreDWG.Dwg_FormattedTableMerged_bottom_row_get, _LibreDWG.Dwg_FormattedTableMerged_bottom_row_set)
4090    right_col = property(_LibreDWG.Dwg_FormattedTableMerged_right_col_get, _LibreDWG.Dwg_FormattedTableMerged_right_col_set)
4091
4092    def __init__(self):
4093        _LibreDWG.Dwg_FormattedTableMerged_swiginit(self, _LibreDWG.new_Dwg_FormattedTableMerged())
4094    __swig_destroy__ = _LibreDWG.delete_Dwg_FormattedTableMerged
4095
4096# Register Dwg_FormattedTableMerged in _LibreDWG:
4097_LibreDWG.Dwg_FormattedTableMerged_swigregister(Dwg_FormattedTableMerged)
4098
4099class Dwg_FormattedTableData(object):
4100    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4101    __repr__ = _swig_repr
4102    parent = property(_LibreDWG.Dwg_FormattedTableData_parent_get, _LibreDWG.Dwg_FormattedTableData_parent_set)
4103    cellstyle = property(_LibreDWG.Dwg_FormattedTableData_cellstyle_get, _LibreDWG.Dwg_FormattedTableData_cellstyle_set)
4104    num_merged_cells = property(_LibreDWG.Dwg_FormattedTableData_num_merged_cells_get, _LibreDWG.Dwg_FormattedTableData_num_merged_cells_set)
4105    merged_cells = property(_LibreDWG.Dwg_FormattedTableData_merged_cells_get, _LibreDWG.Dwg_FormattedTableData_merged_cells_set)
4106
4107    def __init__(self):
4108        _LibreDWG.Dwg_FormattedTableData_swiginit(self, _LibreDWG.new_Dwg_FormattedTableData())
4109    __swig_destroy__ = _LibreDWG.delete_Dwg_FormattedTableData
4110
4111# Register Dwg_FormattedTableData in _LibreDWG:
4112_LibreDWG.Dwg_FormattedTableData_swigregister(Dwg_FormattedTableData)
4113
4114class Dwg_Object_TABLECONTENT(object):
4115    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4116    __repr__ = _swig_repr
4117    parent = property(_LibreDWG.Dwg_Object_TABLECONTENT_parent_get, _LibreDWG.Dwg_Object_TABLECONTENT_parent_set)
4118    ldata = property(_LibreDWG.Dwg_Object_TABLECONTENT_ldata_get, _LibreDWG.Dwg_Object_TABLECONTENT_ldata_set)
4119    tdata = property(_LibreDWG.Dwg_Object_TABLECONTENT_tdata_get, _LibreDWG.Dwg_Object_TABLECONTENT_tdata_set)
4120    fdata = property(_LibreDWG.Dwg_Object_TABLECONTENT_fdata_get, _LibreDWG.Dwg_Object_TABLECONTENT_fdata_set)
4121    tablestyle = property(_LibreDWG.Dwg_Object_TABLECONTENT_tablestyle_get, _LibreDWG.Dwg_Object_TABLECONTENT_tablestyle_set)
4122
4123    def __init__(self):
4124        _LibreDWG.Dwg_Object_TABLECONTENT_swiginit(self, _LibreDWG.new_Dwg_Object_TABLECONTENT())
4125    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_TABLECONTENT
4126
4127# Register Dwg_Object_TABLECONTENT in _LibreDWG:
4128_LibreDWG.Dwg_Object_TABLECONTENT_swigregister(Dwg_Object_TABLECONTENT)
4129
4130class Dwg_Entity_TABLE(object):
4131    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4132    __repr__ = _swig_repr
4133    parent = property(_LibreDWG.Dwg_Entity_TABLE_parent_get, _LibreDWG.Dwg_Entity_TABLE_parent_set)
4134    ldata = property(_LibreDWG.Dwg_Entity_TABLE_ldata_get, _LibreDWG.Dwg_Entity_TABLE_ldata_set)
4135    tdata = property(_LibreDWG.Dwg_Entity_TABLE_tdata_get, _LibreDWG.Dwg_Entity_TABLE_tdata_set)
4136    fdata = property(_LibreDWG.Dwg_Entity_TABLE_fdata_get, _LibreDWG.Dwg_Entity_TABLE_fdata_set)
4137    tablestyle = property(_LibreDWG.Dwg_Entity_TABLE_tablestyle_get, _LibreDWG.Dwg_Entity_TABLE_tablestyle_set)
4138    unknown_rc = property(_LibreDWG.Dwg_Entity_TABLE_unknown_rc_get, _LibreDWG.Dwg_Entity_TABLE_unknown_rc_set)
4139    unknown_h = property(_LibreDWG.Dwg_Entity_TABLE_unknown_h_get, _LibreDWG.Dwg_Entity_TABLE_unknown_h_set)
4140    unknown_bl = property(_LibreDWG.Dwg_Entity_TABLE_unknown_bl_get, _LibreDWG.Dwg_Entity_TABLE_unknown_bl_set)
4141    unknown_b = property(_LibreDWG.Dwg_Entity_TABLE_unknown_b_get, _LibreDWG.Dwg_Entity_TABLE_unknown_b_set)
4142    unknown_bl1 = property(_LibreDWG.Dwg_Entity_TABLE_unknown_bl1_get, _LibreDWG.Dwg_Entity_TABLE_unknown_bl1_set)
4143    ins_pt = property(_LibreDWG.Dwg_Entity_TABLE_ins_pt_get, _LibreDWG.Dwg_Entity_TABLE_ins_pt_set)
4144    scale = property(_LibreDWG.Dwg_Entity_TABLE_scale_get, _LibreDWG.Dwg_Entity_TABLE_scale_set)
4145    scale_flag = property(_LibreDWG.Dwg_Entity_TABLE_scale_flag_get, _LibreDWG.Dwg_Entity_TABLE_scale_flag_set)
4146    rotation = property(_LibreDWG.Dwg_Entity_TABLE_rotation_get, _LibreDWG.Dwg_Entity_TABLE_rotation_set)
4147    extrusion = property(_LibreDWG.Dwg_Entity_TABLE_extrusion_get, _LibreDWG.Dwg_Entity_TABLE_extrusion_set)
4148    has_attribs = property(_LibreDWG.Dwg_Entity_TABLE_has_attribs_get, _LibreDWG.Dwg_Entity_TABLE_has_attribs_set)
4149    num_owned = property(_LibreDWG.Dwg_Entity_TABLE_num_owned_get, _LibreDWG.Dwg_Entity_TABLE_num_owned_set)
4150    flag_for_table_value = property(_LibreDWG.Dwg_Entity_TABLE_flag_for_table_value_get, _LibreDWG.Dwg_Entity_TABLE_flag_for_table_value_set)
4151    horiz_direction = property(_LibreDWG.Dwg_Entity_TABLE_horiz_direction_get, _LibreDWG.Dwg_Entity_TABLE_horiz_direction_set)
4152    num_cols = property(_LibreDWG.Dwg_Entity_TABLE_num_cols_get, _LibreDWG.Dwg_Entity_TABLE_num_cols_set)
4153    num_rows = property(_LibreDWG.Dwg_Entity_TABLE_num_rows_get, _LibreDWG.Dwg_Entity_TABLE_num_rows_set)
4154    num_cells = property(_LibreDWG.Dwg_Entity_TABLE_num_cells_get, _LibreDWG.Dwg_Entity_TABLE_num_cells_set)
4155    col_widths = property(_LibreDWG.Dwg_Entity_TABLE_col_widths_get, _LibreDWG.Dwg_Entity_TABLE_col_widths_set)
4156    row_heights = property(_LibreDWG.Dwg_Entity_TABLE_row_heights_get, _LibreDWG.Dwg_Entity_TABLE_row_heights_set)
4157    cells = property(_LibreDWG.Dwg_Entity_TABLE_cells_get, _LibreDWG.Dwg_Entity_TABLE_cells_set)
4158    has_table_overrides = property(_LibreDWG.Dwg_Entity_TABLE_has_table_overrides_get, _LibreDWG.Dwg_Entity_TABLE_has_table_overrides_set)
4159    table_flag_override = property(_LibreDWG.Dwg_Entity_TABLE_table_flag_override_get, _LibreDWG.Dwg_Entity_TABLE_table_flag_override_set)
4160    title_suppressed = property(_LibreDWG.Dwg_Entity_TABLE_title_suppressed_get, _LibreDWG.Dwg_Entity_TABLE_title_suppressed_set)
4161    header_suppressed = property(_LibreDWG.Dwg_Entity_TABLE_header_suppressed_get, _LibreDWG.Dwg_Entity_TABLE_header_suppressed_set)
4162    flow_direction = property(_LibreDWG.Dwg_Entity_TABLE_flow_direction_get, _LibreDWG.Dwg_Entity_TABLE_flow_direction_set)
4163    horiz_cell_margin = property(_LibreDWG.Dwg_Entity_TABLE_horiz_cell_margin_get, _LibreDWG.Dwg_Entity_TABLE_horiz_cell_margin_set)
4164    vert_cell_margin = property(_LibreDWG.Dwg_Entity_TABLE_vert_cell_margin_get, _LibreDWG.Dwg_Entity_TABLE_vert_cell_margin_set)
4165    title_row_color = property(_LibreDWG.Dwg_Entity_TABLE_title_row_color_get, _LibreDWG.Dwg_Entity_TABLE_title_row_color_set)
4166    header_row_color = property(_LibreDWG.Dwg_Entity_TABLE_header_row_color_get, _LibreDWG.Dwg_Entity_TABLE_header_row_color_set)
4167    data_row_color = property(_LibreDWG.Dwg_Entity_TABLE_data_row_color_get, _LibreDWG.Dwg_Entity_TABLE_data_row_color_set)
4168    title_row_fill_none = property(_LibreDWG.Dwg_Entity_TABLE_title_row_fill_none_get, _LibreDWG.Dwg_Entity_TABLE_title_row_fill_none_set)
4169    header_row_fill_none = property(_LibreDWG.Dwg_Entity_TABLE_header_row_fill_none_get, _LibreDWG.Dwg_Entity_TABLE_header_row_fill_none_set)
4170    data_row_fill_none = property(_LibreDWG.Dwg_Entity_TABLE_data_row_fill_none_get, _LibreDWG.Dwg_Entity_TABLE_data_row_fill_none_set)
4171    title_row_fill_color = property(_LibreDWG.Dwg_Entity_TABLE_title_row_fill_color_get, _LibreDWG.Dwg_Entity_TABLE_title_row_fill_color_set)
4172    header_row_fill_color = property(_LibreDWG.Dwg_Entity_TABLE_header_row_fill_color_get, _LibreDWG.Dwg_Entity_TABLE_header_row_fill_color_set)
4173    data_row_fill_color = property(_LibreDWG.Dwg_Entity_TABLE_data_row_fill_color_get, _LibreDWG.Dwg_Entity_TABLE_data_row_fill_color_set)
4174    title_row_alignment = property(_LibreDWG.Dwg_Entity_TABLE_title_row_alignment_get, _LibreDWG.Dwg_Entity_TABLE_title_row_alignment_set)
4175    header_row_alignment = property(_LibreDWG.Dwg_Entity_TABLE_header_row_alignment_get, _LibreDWG.Dwg_Entity_TABLE_header_row_alignment_set)
4176    data_row_alignment = property(_LibreDWG.Dwg_Entity_TABLE_data_row_alignment_get, _LibreDWG.Dwg_Entity_TABLE_data_row_alignment_set)
4177    title_text_style = property(_LibreDWG.Dwg_Entity_TABLE_title_text_style_get, _LibreDWG.Dwg_Entity_TABLE_title_text_style_set)
4178    header_text_style = property(_LibreDWG.Dwg_Entity_TABLE_header_text_style_get, _LibreDWG.Dwg_Entity_TABLE_header_text_style_set)
4179    data_text_style = property(_LibreDWG.Dwg_Entity_TABLE_data_text_style_get, _LibreDWG.Dwg_Entity_TABLE_data_text_style_set)
4180    title_row_height = property(_LibreDWG.Dwg_Entity_TABLE_title_row_height_get, _LibreDWG.Dwg_Entity_TABLE_title_row_height_set)
4181    header_row_height = property(_LibreDWG.Dwg_Entity_TABLE_header_row_height_get, _LibreDWG.Dwg_Entity_TABLE_header_row_height_set)
4182    data_row_height = property(_LibreDWG.Dwg_Entity_TABLE_data_row_height_get, _LibreDWG.Dwg_Entity_TABLE_data_row_height_set)
4183    has_border_color_overrides = property(_LibreDWG.Dwg_Entity_TABLE_has_border_color_overrides_get, _LibreDWG.Dwg_Entity_TABLE_has_border_color_overrides_set)
4184    border_color_overrides_flag = property(_LibreDWG.Dwg_Entity_TABLE_border_color_overrides_flag_get, _LibreDWG.Dwg_Entity_TABLE_border_color_overrides_flag_set)
4185    title_horiz_top_color = property(_LibreDWG.Dwg_Entity_TABLE_title_horiz_top_color_get, _LibreDWG.Dwg_Entity_TABLE_title_horiz_top_color_set)
4186    title_horiz_ins_color = property(_LibreDWG.Dwg_Entity_TABLE_title_horiz_ins_color_get, _LibreDWG.Dwg_Entity_TABLE_title_horiz_ins_color_set)
4187    title_horiz_bottom_color = property(_LibreDWG.Dwg_Entity_TABLE_title_horiz_bottom_color_get, _LibreDWG.Dwg_Entity_TABLE_title_horiz_bottom_color_set)
4188    title_vert_left_color = property(_LibreDWG.Dwg_Entity_TABLE_title_vert_left_color_get, _LibreDWG.Dwg_Entity_TABLE_title_vert_left_color_set)
4189    title_vert_ins_color = property(_LibreDWG.Dwg_Entity_TABLE_title_vert_ins_color_get, _LibreDWG.Dwg_Entity_TABLE_title_vert_ins_color_set)
4190    title_vert_right_color = property(_LibreDWG.Dwg_Entity_TABLE_title_vert_right_color_get, _LibreDWG.Dwg_Entity_TABLE_title_vert_right_color_set)
4191    header_horiz_top_color = property(_LibreDWG.Dwg_Entity_TABLE_header_horiz_top_color_get, _LibreDWG.Dwg_Entity_TABLE_header_horiz_top_color_set)
4192    header_horiz_ins_color = property(_LibreDWG.Dwg_Entity_TABLE_header_horiz_ins_color_get, _LibreDWG.Dwg_Entity_TABLE_header_horiz_ins_color_set)
4193    header_horiz_bottom_color = property(_LibreDWG.Dwg_Entity_TABLE_header_horiz_bottom_color_get, _LibreDWG.Dwg_Entity_TABLE_header_horiz_bottom_color_set)
4194    header_vert_left_color = property(_LibreDWG.Dwg_Entity_TABLE_header_vert_left_color_get, _LibreDWG.Dwg_Entity_TABLE_header_vert_left_color_set)
4195    header_vert_ins_color = property(_LibreDWG.Dwg_Entity_TABLE_header_vert_ins_color_get, _LibreDWG.Dwg_Entity_TABLE_header_vert_ins_color_set)
4196    header_vert_right_color = property(_LibreDWG.Dwg_Entity_TABLE_header_vert_right_color_get, _LibreDWG.Dwg_Entity_TABLE_header_vert_right_color_set)
4197    data_horiz_top_color = property(_LibreDWG.Dwg_Entity_TABLE_data_horiz_top_color_get, _LibreDWG.Dwg_Entity_TABLE_data_horiz_top_color_set)
4198    data_horiz_ins_color = property(_LibreDWG.Dwg_Entity_TABLE_data_horiz_ins_color_get, _LibreDWG.Dwg_Entity_TABLE_data_horiz_ins_color_set)
4199    data_horiz_bottom_color = property(_LibreDWG.Dwg_Entity_TABLE_data_horiz_bottom_color_get, _LibreDWG.Dwg_Entity_TABLE_data_horiz_bottom_color_set)
4200    data_vert_left_color = property(_LibreDWG.Dwg_Entity_TABLE_data_vert_left_color_get, _LibreDWG.Dwg_Entity_TABLE_data_vert_left_color_set)
4201    data_vert_ins_color = property(_LibreDWG.Dwg_Entity_TABLE_data_vert_ins_color_get, _LibreDWG.Dwg_Entity_TABLE_data_vert_ins_color_set)
4202    data_vert_right_color = property(_LibreDWG.Dwg_Entity_TABLE_data_vert_right_color_get, _LibreDWG.Dwg_Entity_TABLE_data_vert_right_color_set)
4203    has_border_lineweight_overrides = property(_LibreDWG.Dwg_Entity_TABLE_has_border_lineweight_overrides_get, _LibreDWG.Dwg_Entity_TABLE_has_border_lineweight_overrides_set)
4204    border_lineweight_overrides_flag = property(_LibreDWG.Dwg_Entity_TABLE_border_lineweight_overrides_flag_get, _LibreDWG.Dwg_Entity_TABLE_border_lineweight_overrides_flag_set)
4205    title_horiz_top_linewt = property(_LibreDWG.Dwg_Entity_TABLE_title_horiz_top_linewt_get, _LibreDWG.Dwg_Entity_TABLE_title_horiz_top_linewt_set)
4206    title_horiz_ins_linewt = property(_LibreDWG.Dwg_Entity_TABLE_title_horiz_ins_linewt_get, _LibreDWG.Dwg_Entity_TABLE_title_horiz_ins_linewt_set)
4207    title_horiz_bottom_linewt = property(_LibreDWG.Dwg_Entity_TABLE_title_horiz_bottom_linewt_get, _LibreDWG.Dwg_Entity_TABLE_title_horiz_bottom_linewt_set)
4208    title_vert_left_linewt = property(_LibreDWG.Dwg_Entity_TABLE_title_vert_left_linewt_get, _LibreDWG.Dwg_Entity_TABLE_title_vert_left_linewt_set)
4209    title_vert_ins_linewt = property(_LibreDWG.Dwg_Entity_TABLE_title_vert_ins_linewt_get, _LibreDWG.Dwg_Entity_TABLE_title_vert_ins_linewt_set)
4210    title_vert_right_linewt = property(_LibreDWG.Dwg_Entity_TABLE_title_vert_right_linewt_get, _LibreDWG.Dwg_Entity_TABLE_title_vert_right_linewt_set)
4211    header_horiz_top_linewt = property(_LibreDWG.Dwg_Entity_TABLE_header_horiz_top_linewt_get, _LibreDWG.Dwg_Entity_TABLE_header_horiz_top_linewt_set)
4212    header_horiz_ins_linewt = property(_LibreDWG.Dwg_Entity_TABLE_header_horiz_ins_linewt_get, _LibreDWG.Dwg_Entity_TABLE_header_horiz_ins_linewt_set)
4213    header_horiz_bottom_linewt = property(_LibreDWG.Dwg_Entity_TABLE_header_horiz_bottom_linewt_get, _LibreDWG.Dwg_Entity_TABLE_header_horiz_bottom_linewt_set)
4214    header_vert_left_linewt = property(_LibreDWG.Dwg_Entity_TABLE_header_vert_left_linewt_get, _LibreDWG.Dwg_Entity_TABLE_header_vert_left_linewt_set)
4215    header_vert_ins_linewt = property(_LibreDWG.Dwg_Entity_TABLE_header_vert_ins_linewt_get, _LibreDWG.Dwg_Entity_TABLE_header_vert_ins_linewt_set)
4216    header_vert_right_linewt = property(_LibreDWG.Dwg_Entity_TABLE_header_vert_right_linewt_get, _LibreDWG.Dwg_Entity_TABLE_header_vert_right_linewt_set)
4217    data_horiz_top_linewt = property(_LibreDWG.Dwg_Entity_TABLE_data_horiz_top_linewt_get, _LibreDWG.Dwg_Entity_TABLE_data_horiz_top_linewt_set)
4218    data_horiz_ins_linewt = property(_LibreDWG.Dwg_Entity_TABLE_data_horiz_ins_linewt_get, _LibreDWG.Dwg_Entity_TABLE_data_horiz_ins_linewt_set)
4219    data_horiz_bottom_linewt = property(_LibreDWG.Dwg_Entity_TABLE_data_horiz_bottom_linewt_get, _LibreDWG.Dwg_Entity_TABLE_data_horiz_bottom_linewt_set)
4220    data_vert_left_linewt = property(_LibreDWG.Dwg_Entity_TABLE_data_vert_left_linewt_get, _LibreDWG.Dwg_Entity_TABLE_data_vert_left_linewt_set)
4221    data_vert_ins_linewt = property(_LibreDWG.Dwg_Entity_TABLE_data_vert_ins_linewt_get, _LibreDWG.Dwg_Entity_TABLE_data_vert_ins_linewt_set)
4222    data_vert_right_linewt = property(_LibreDWG.Dwg_Entity_TABLE_data_vert_right_linewt_get, _LibreDWG.Dwg_Entity_TABLE_data_vert_right_linewt_set)
4223    has_border_visibility_overrides = property(_LibreDWG.Dwg_Entity_TABLE_has_border_visibility_overrides_get, _LibreDWG.Dwg_Entity_TABLE_has_border_visibility_overrides_set)
4224    border_visibility_overrides_flag = property(_LibreDWG.Dwg_Entity_TABLE_border_visibility_overrides_flag_get, _LibreDWG.Dwg_Entity_TABLE_border_visibility_overrides_flag_set)
4225    title_horiz_top_visibility = property(_LibreDWG.Dwg_Entity_TABLE_title_horiz_top_visibility_get, _LibreDWG.Dwg_Entity_TABLE_title_horiz_top_visibility_set)
4226    title_horiz_ins_visibility = property(_LibreDWG.Dwg_Entity_TABLE_title_horiz_ins_visibility_get, _LibreDWG.Dwg_Entity_TABLE_title_horiz_ins_visibility_set)
4227    title_horiz_bottom_visibility = property(_LibreDWG.Dwg_Entity_TABLE_title_horiz_bottom_visibility_get, _LibreDWG.Dwg_Entity_TABLE_title_horiz_bottom_visibility_set)
4228    title_vert_left_visibility = property(_LibreDWG.Dwg_Entity_TABLE_title_vert_left_visibility_get, _LibreDWG.Dwg_Entity_TABLE_title_vert_left_visibility_set)
4229    title_vert_ins_visibility = property(_LibreDWG.Dwg_Entity_TABLE_title_vert_ins_visibility_get, _LibreDWG.Dwg_Entity_TABLE_title_vert_ins_visibility_set)
4230    title_vert_right_visibility = property(_LibreDWG.Dwg_Entity_TABLE_title_vert_right_visibility_get, _LibreDWG.Dwg_Entity_TABLE_title_vert_right_visibility_set)
4231    header_horiz_top_visibility = property(_LibreDWG.Dwg_Entity_TABLE_header_horiz_top_visibility_get, _LibreDWG.Dwg_Entity_TABLE_header_horiz_top_visibility_set)
4232    header_horiz_ins_visibility = property(_LibreDWG.Dwg_Entity_TABLE_header_horiz_ins_visibility_get, _LibreDWG.Dwg_Entity_TABLE_header_horiz_ins_visibility_set)
4233    header_horiz_bottom_visibility = property(_LibreDWG.Dwg_Entity_TABLE_header_horiz_bottom_visibility_get, _LibreDWG.Dwg_Entity_TABLE_header_horiz_bottom_visibility_set)
4234    header_vert_left_visibility = property(_LibreDWG.Dwg_Entity_TABLE_header_vert_left_visibility_get, _LibreDWG.Dwg_Entity_TABLE_header_vert_left_visibility_set)
4235    header_vert_ins_visibility = property(_LibreDWG.Dwg_Entity_TABLE_header_vert_ins_visibility_get, _LibreDWG.Dwg_Entity_TABLE_header_vert_ins_visibility_set)
4236    header_vert_right_visibility = property(_LibreDWG.Dwg_Entity_TABLE_header_vert_right_visibility_get, _LibreDWG.Dwg_Entity_TABLE_header_vert_right_visibility_set)
4237    data_horiz_top_visibility = property(_LibreDWG.Dwg_Entity_TABLE_data_horiz_top_visibility_get, _LibreDWG.Dwg_Entity_TABLE_data_horiz_top_visibility_set)
4238    data_horiz_ins_visibility = property(_LibreDWG.Dwg_Entity_TABLE_data_horiz_ins_visibility_get, _LibreDWG.Dwg_Entity_TABLE_data_horiz_ins_visibility_set)
4239    data_horiz_bottom_visibility = property(_LibreDWG.Dwg_Entity_TABLE_data_horiz_bottom_visibility_get, _LibreDWG.Dwg_Entity_TABLE_data_horiz_bottom_visibility_set)
4240    data_vert_left_visibility = property(_LibreDWG.Dwg_Entity_TABLE_data_vert_left_visibility_get, _LibreDWG.Dwg_Entity_TABLE_data_vert_left_visibility_set)
4241    data_vert_ins_visibility = property(_LibreDWG.Dwg_Entity_TABLE_data_vert_ins_visibility_get, _LibreDWG.Dwg_Entity_TABLE_data_vert_ins_visibility_set)
4242    data_vert_right_visibility = property(_LibreDWG.Dwg_Entity_TABLE_data_vert_right_visibility_get, _LibreDWG.Dwg_Entity_TABLE_data_vert_right_visibility_set)
4243    block_header = property(_LibreDWG.Dwg_Entity_TABLE_block_header_get, _LibreDWG.Dwg_Entity_TABLE_block_header_set)
4244    first_attrib = property(_LibreDWG.Dwg_Entity_TABLE_first_attrib_get, _LibreDWG.Dwg_Entity_TABLE_first_attrib_set)
4245    last_attrib = property(_LibreDWG.Dwg_Entity_TABLE_last_attrib_get, _LibreDWG.Dwg_Entity_TABLE_last_attrib_set)
4246    attribs = property(_LibreDWG.Dwg_Entity_TABLE_attribs_get, _LibreDWG.Dwg_Entity_TABLE_attribs_set)
4247    seqend = property(_LibreDWG.Dwg_Entity_TABLE_seqend_get, _LibreDWG.Dwg_Entity_TABLE_seqend_set)
4248    title_row_style_override = property(_LibreDWG.Dwg_Entity_TABLE_title_row_style_override_get, _LibreDWG.Dwg_Entity_TABLE_title_row_style_override_set)
4249    header_row_style_override = property(_LibreDWG.Dwg_Entity_TABLE_header_row_style_override_get, _LibreDWG.Dwg_Entity_TABLE_header_row_style_override_set)
4250    data_row_style_override = property(_LibreDWG.Dwg_Entity_TABLE_data_row_style_override_get, _LibreDWG.Dwg_Entity_TABLE_data_row_style_override_set)
4251    unknown_bs = property(_LibreDWG.Dwg_Entity_TABLE_unknown_bs_get, _LibreDWG.Dwg_Entity_TABLE_unknown_bs_set)
4252    hor_dir = property(_LibreDWG.Dwg_Entity_TABLE_hor_dir_get, _LibreDWG.Dwg_Entity_TABLE_hor_dir_set)
4253    has_break_data = property(_LibreDWG.Dwg_Entity_TABLE_has_break_data_get, _LibreDWG.Dwg_Entity_TABLE_has_break_data_set)
4254    break_flag = property(_LibreDWG.Dwg_Entity_TABLE_break_flag_get, _LibreDWG.Dwg_Entity_TABLE_break_flag_set)
4255    break_flow_direction = property(_LibreDWG.Dwg_Entity_TABLE_break_flow_direction_get, _LibreDWG.Dwg_Entity_TABLE_break_flow_direction_set)
4256    break_spacing = property(_LibreDWG.Dwg_Entity_TABLE_break_spacing_get, _LibreDWG.Dwg_Entity_TABLE_break_spacing_set)
4257    break_unknown1 = property(_LibreDWG.Dwg_Entity_TABLE_break_unknown1_get, _LibreDWG.Dwg_Entity_TABLE_break_unknown1_set)
4258    break_unknown2 = property(_LibreDWG.Dwg_Entity_TABLE_break_unknown2_get, _LibreDWG.Dwg_Entity_TABLE_break_unknown2_set)
4259    num_break_heights = property(_LibreDWG.Dwg_Entity_TABLE_num_break_heights_get, _LibreDWG.Dwg_Entity_TABLE_num_break_heights_set)
4260    break_heights = property(_LibreDWG.Dwg_Entity_TABLE_break_heights_get, _LibreDWG.Dwg_Entity_TABLE_break_heights_set)
4261    num_break_rows = property(_LibreDWG.Dwg_Entity_TABLE_num_break_rows_get, _LibreDWG.Dwg_Entity_TABLE_num_break_rows_set)
4262    break_rows = property(_LibreDWG.Dwg_Entity_TABLE_break_rows_get, _LibreDWG.Dwg_Entity_TABLE_break_rows_set)
4263
4264    def __init__(self):
4265        _LibreDWG.Dwg_Entity_TABLE_swiginit(self, _LibreDWG.new_Dwg_Entity_TABLE())
4266    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_TABLE
4267
4268# Register Dwg_Entity_TABLE in _LibreDWG:
4269_LibreDWG.Dwg_Entity_TABLE_swigregister(Dwg_Entity_TABLE)
4270
4271class Dwg_TABLESTYLE_CellStyle(object):
4272    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4273    __repr__ = _swig_repr
4274    parent = property(_LibreDWG.Dwg_TABLESTYLE_CellStyle_parent_get, _LibreDWG.Dwg_TABLESTYLE_CellStyle_parent_set)
4275    id = property(_LibreDWG.Dwg_TABLESTYLE_CellStyle_id_get, _LibreDWG.Dwg_TABLESTYLE_CellStyle_id_set)
4276    type = property(_LibreDWG.Dwg_TABLESTYLE_CellStyle_type_get, _LibreDWG.Dwg_TABLESTYLE_CellStyle_type_set)
4277    name = property(_LibreDWG.Dwg_TABLESTYLE_CellStyle_name_get, _LibreDWG.Dwg_TABLESTYLE_CellStyle_name_set)
4278    cellstyle = property(_LibreDWG.Dwg_TABLESTYLE_CellStyle_cellstyle_get, _LibreDWG.Dwg_TABLESTYLE_CellStyle_cellstyle_set)
4279
4280    def __init__(self):
4281        _LibreDWG.Dwg_TABLESTYLE_CellStyle_swiginit(self, _LibreDWG.new_Dwg_TABLESTYLE_CellStyle())
4282    __swig_destroy__ = _LibreDWG.delete_Dwg_TABLESTYLE_CellStyle
4283
4284# Register Dwg_TABLESTYLE_CellStyle in _LibreDWG:
4285_LibreDWG.Dwg_TABLESTYLE_CellStyle_swigregister(Dwg_TABLESTYLE_CellStyle)
4286
4287class Dwg_TABLESTYLE_border(object):
4288    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4289    __repr__ = _swig_repr
4290    linewt = property(_LibreDWG.Dwg_TABLESTYLE_border_linewt_get, _LibreDWG.Dwg_TABLESTYLE_border_linewt_set)
4291    visible = property(_LibreDWG.Dwg_TABLESTYLE_border_visible_get, _LibreDWG.Dwg_TABLESTYLE_border_visible_set)
4292    color = property(_LibreDWG.Dwg_TABLESTYLE_border_color_get, _LibreDWG.Dwg_TABLESTYLE_border_color_set)
4293
4294    def __init__(self):
4295        _LibreDWG.Dwg_TABLESTYLE_border_swiginit(self, _LibreDWG.new_Dwg_TABLESTYLE_border())
4296    __swig_destroy__ = _LibreDWG.delete_Dwg_TABLESTYLE_border
4297
4298# Register Dwg_TABLESTYLE_border in _LibreDWG:
4299_LibreDWG.Dwg_TABLESTYLE_border_swigregister(Dwg_TABLESTYLE_border)
4300
4301class Dwg_TABLESTYLE_rowstyles(object):
4302    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4303    __repr__ = _swig_repr
4304    parent = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_parent_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_parent_set)
4305    text_style = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_text_style_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_text_style_set)
4306    text_height = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_text_height_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_text_height_set)
4307    text_alignment = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_text_alignment_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_text_alignment_set)
4308    text_color = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_text_color_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_text_color_set)
4309    fill_color = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_fill_color_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_fill_color_set)
4310    has_bgcolor = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_has_bgcolor_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_has_bgcolor_set)
4311    num_borders = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_num_borders_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_num_borders_set)
4312    borders = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_borders_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_borders_set)
4313    data_type = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_data_type_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_data_type_set)
4314    unit_type = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_unit_type_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_unit_type_set)
4315    format_string = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_format_string_get, _LibreDWG.Dwg_TABLESTYLE_rowstyles_format_string_set)
4316
4317    def __init__(self):
4318        _LibreDWG.Dwg_TABLESTYLE_rowstyles_swiginit(self, _LibreDWG.new_Dwg_TABLESTYLE_rowstyles())
4319    __swig_destroy__ = _LibreDWG.delete_Dwg_TABLESTYLE_rowstyles
4320
4321# Register Dwg_TABLESTYLE_rowstyles in _LibreDWG:
4322_LibreDWG.Dwg_TABLESTYLE_rowstyles_swigregister(Dwg_TABLESTYLE_rowstyles)
4323
4324class Dwg_Object_TABLESTYLE(object):
4325    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4326    __repr__ = _swig_repr
4327    parent = property(_LibreDWG.Dwg_Object_TABLESTYLE_parent_get, _LibreDWG.Dwg_Object_TABLESTYLE_parent_set)
4328    class_version = property(_LibreDWG.Dwg_Object_TABLESTYLE_class_version_get, _LibreDWG.Dwg_Object_TABLESTYLE_class_version_set)
4329    name = property(_LibreDWG.Dwg_Object_TABLESTYLE_name_get, _LibreDWG.Dwg_Object_TABLESTYLE_name_set)
4330    flags = property(_LibreDWG.Dwg_Object_TABLESTYLE_flags_get, _LibreDWG.Dwg_Object_TABLESTYLE_flags_set)
4331    flow_direction = property(_LibreDWG.Dwg_Object_TABLESTYLE_flow_direction_get, _LibreDWG.Dwg_Object_TABLESTYLE_flow_direction_set)
4332    horiz_cell_margin = property(_LibreDWG.Dwg_Object_TABLESTYLE_horiz_cell_margin_get, _LibreDWG.Dwg_Object_TABLESTYLE_horiz_cell_margin_set)
4333    vert_cell_margin = property(_LibreDWG.Dwg_Object_TABLESTYLE_vert_cell_margin_get, _LibreDWG.Dwg_Object_TABLESTYLE_vert_cell_margin_set)
4334    is_title_suppressed = property(_LibreDWG.Dwg_Object_TABLESTYLE_is_title_suppressed_get, _LibreDWG.Dwg_Object_TABLESTYLE_is_title_suppressed_set)
4335    is_header_suppressed = property(_LibreDWG.Dwg_Object_TABLESTYLE_is_header_suppressed_get, _LibreDWG.Dwg_Object_TABLESTYLE_is_header_suppressed_set)
4336    unknown_rc = property(_LibreDWG.Dwg_Object_TABLESTYLE_unknown_rc_get, _LibreDWG.Dwg_Object_TABLESTYLE_unknown_rc_set)
4337    unknown_bl1 = property(_LibreDWG.Dwg_Object_TABLESTYLE_unknown_bl1_get, _LibreDWG.Dwg_Object_TABLESTYLE_unknown_bl1_set)
4338    unknown_bl2 = property(_LibreDWG.Dwg_Object_TABLESTYLE_unknown_bl2_get, _LibreDWG.Dwg_Object_TABLESTYLE_unknown_bl2_set)
4339    cellstyle = property(_LibreDWG.Dwg_Object_TABLESTYLE_cellstyle_get, _LibreDWG.Dwg_Object_TABLESTYLE_cellstyle_set)
4340    sty = property(_LibreDWG.Dwg_Object_TABLESTYLE_sty_get, _LibreDWG.Dwg_Object_TABLESTYLE_sty_set)
4341    numoverrides = property(_LibreDWG.Dwg_Object_TABLESTYLE_numoverrides_get, _LibreDWG.Dwg_Object_TABLESTYLE_numoverrides_set)
4342    unknown_bl3 = property(_LibreDWG.Dwg_Object_TABLESTYLE_unknown_bl3_get, _LibreDWG.Dwg_Object_TABLESTYLE_unknown_bl3_set)
4343    ovr = property(_LibreDWG.Dwg_Object_TABLESTYLE_ovr_get, _LibreDWG.Dwg_Object_TABLESTYLE_ovr_set)
4344    num_rowstyles = property(_LibreDWG.Dwg_Object_TABLESTYLE_num_rowstyles_get, _LibreDWG.Dwg_Object_TABLESTYLE_num_rowstyles_set)
4345    rowstyles = property(_LibreDWG.Dwg_Object_TABLESTYLE_rowstyles_get, _LibreDWG.Dwg_Object_TABLESTYLE_rowstyles_set)
4346
4347    def __init__(self):
4348        _LibreDWG.Dwg_Object_TABLESTYLE_swiginit(self, _LibreDWG.new_Dwg_Object_TABLESTYLE())
4349    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_TABLESTYLE
4350
4351# Register Dwg_Object_TABLESTYLE in _LibreDWG:
4352_LibreDWG.Dwg_Object_TABLESTYLE_swigregister(Dwg_Object_TABLESTYLE)
4353
4354class Dwg_Object_CELLSTYLEMAP(object):
4355    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4356    __repr__ = _swig_repr
4357    parent = property(_LibreDWG.Dwg_Object_CELLSTYLEMAP_parent_get, _LibreDWG.Dwg_Object_CELLSTYLEMAP_parent_set)
4358    num_cells = property(_LibreDWG.Dwg_Object_CELLSTYLEMAP_num_cells_get, _LibreDWG.Dwg_Object_CELLSTYLEMAP_num_cells_set)
4359    cells = property(_LibreDWG.Dwg_Object_CELLSTYLEMAP_cells_get, _LibreDWG.Dwg_Object_CELLSTYLEMAP_cells_set)
4360
4361    def __init__(self):
4362        _LibreDWG.Dwg_Object_CELLSTYLEMAP_swiginit(self, _LibreDWG.new_Dwg_Object_CELLSTYLEMAP())
4363    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_CELLSTYLEMAP
4364
4365# Register Dwg_Object_CELLSTYLEMAP in _LibreDWG:
4366_LibreDWG.Dwg_Object_CELLSTYLEMAP_swigregister(Dwg_Object_CELLSTYLEMAP)
4367
4368class Dwg_TABLEGEOMETRY_Cell(object):
4369    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4370    __repr__ = _swig_repr
4371    parent = property(_LibreDWG.Dwg_TABLEGEOMETRY_Cell_parent_get, _LibreDWG.Dwg_TABLEGEOMETRY_Cell_parent_set)
4372    geom_data_flag = property(_LibreDWG.Dwg_TABLEGEOMETRY_Cell_geom_data_flag_get, _LibreDWG.Dwg_TABLEGEOMETRY_Cell_geom_data_flag_set)
4373    width_w_gap = property(_LibreDWG.Dwg_TABLEGEOMETRY_Cell_width_w_gap_get, _LibreDWG.Dwg_TABLEGEOMETRY_Cell_width_w_gap_set)
4374    height_w_gap = property(_LibreDWG.Dwg_TABLEGEOMETRY_Cell_height_w_gap_get, _LibreDWG.Dwg_TABLEGEOMETRY_Cell_height_w_gap_set)
4375    tablegeometry = property(_LibreDWG.Dwg_TABLEGEOMETRY_Cell_tablegeometry_get, _LibreDWG.Dwg_TABLEGEOMETRY_Cell_tablegeometry_set)
4376    num_geometry = property(_LibreDWG.Dwg_TABLEGEOMETRY_Cell_num_geometry_get, _LibreDWG.Dwg_TABLEGEOMETRY_Cell_num_geometry_set)
4377    geometry = property(_LibreDWG.Dwg_TABLEGEOMETRY_Cell_geometry_get, _LibreDWG.Dwg_TABLEGEOMETRY_Cell_geometry_set)
4378
4379    def __init__(self):
4380        _LibreDWG.Dwg_TABLEGEOMETRY_Cell_swiginit(self, _LibreDWG.new_Dwg_TABLEGEOMETRY_Cell())
4381    __swig_destroy__ = _LibreDWG.delete_Dwg_TABLEGEOMETRY_Cell
4382
4383# Register Dwg_TABLEGEOMETRY_Cell in _LibreDWG:
4384_LibreDWG.Dwg_TABLEGEOMETRY_Cell_swigregister(Dwg_TABLEGEOMETRY_Cell)
4385
4386class Dwg_Object_TABLEGEOMETRY(object):
4387    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4388    __repr__ = _swig_repr
4389    parent = property(_LibreDWG.Dwg_Object_TABLEGEOMETRY_parent_get, _LibreDWG.Dwg_Object_TABLEGEOMETRY_parent_set)
4390    numrows = property(_LibreDWG.Dwg_Object_TABLEGEOMETRY_numrows_get, _LibreDWG.Dwg_Object_TABLEGEOMETRY_numrows_set)
4391    numcols = property(_LibreDWG.Dwg_Object_TABLEGEOMETRY_numcols_get, _LibreDWG.Dwg_Object_TABLEGEOMETRY_numcols_set)
4392    num_cells = property(_LibreDWG.Dwg_Object_TABLEGEOMETRY_num_cells_get, _LibreDWG.Dwg_Object_TABLEGEOMETRY_num_cells_set)
4393    cells = property(_LibreDWG.Dwg_Object_TABLEGEOMETRY_cells_get, _LibreDWG.Dwg_Object_TABLEGEOMETRY_cells_set)
4394
4395    def __init__(self):
4396        _LibreDWG.Dwg_Object_TABLEGEOMETRY_swiginit(self, _LibreDWG.new_Dwg_Object_TABLEGEOMETRY())
4397    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_TABLEGEOMETRY
4398
4399# Register Dwg_Object_TABLEGEOMETRY in _LibreDWG:
4400_LibreDWG.Dwg_Object_TABLEGEOMETRY_swigregister(Dwg_Object_TABLEGEOMETRY)
4401
4402class Dwg_Object_UNDERLAYDEFINITION(object):
4403    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4404    __repr__ = _swig_repr
4405    parent = property(_LibreDWG.Dwg_Object_UNDERLAYDEFINITION_parent_get, _LibreDWG.Dwg_Object_UNDERLAYDEFINITION_parent_set)
4406    filename = property(_LibreDWG.Dwg_Object_UNDERLAYDEFINITION_filename_get, _LibreDWG.Dwg_Object_UNDERLAYDEFINITION_filename_set)
4407    name = property(_LibreDWG.Dwg_Object_UNDERLAYDEFINITION_name_get, _LibreDWG.Dwg_Object_UNDERLAYDEFINITION_name_set)
4408
4409    def __init__(self):
4410        _LibreDWG.Dwg_Object_UNDERLAYDEFINITION_swiginit(self, _LibreDWG.new_Dwg_Object_UNDERLAYDEFINITION())
4411    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_UNDERLAYDEFINITION
4412
4413# Register Dwg_Object_UNDERLAYDEFINITION in _LibreDWG:
4414_LibreDWG.Dwg_Object_UNDERLAYDEFINITION_swigregister(Dwg_Object_UNDERLAYDEFINITION)
4415
4416class Dwg_Entity_UNDERLAY(object):
4417    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4418    __repr__ = _swig_repr
4419    parent = property(_LibreDWG.Dwg_Entity_UNDERLAY_parent_get, _LibreDWG.Dwg_Entity_UNDERLAY_parent_set)
4420    extrusion = property(_LibreDWG.Dwg_Entity_UNDERLAY_extrusion_get, _LibreDWG.Dwg_Entity_UNDERLAY_extrusion_set)
4421    ins_pt = property(_LibreDWG.Dwg_Entity_UNDERLAY_ins_pt_get, _LibreDWG.Dwg_Entity_UNDERLAY_ins_pt_set)
4422    scale = property(_LibreDWG.Dwg_Entity_UNDERLAY_scale_get, _LibreDWG.Dwg_Entity_UNDERLAY_scale_set)
4423    angle = property(_LibreDWG.Dwg_Entity_UNDERLAY_angle_get, _LibreDWG.Dwg_Entity_UNDERLAY_angle_set)
4424    flag = property(_LibreDWG.Dwg_Entity_UNDERLAY_flag_get, _LibreDWG.Dwg_Entity_UNDERLAY_flag_set)
4425    contrast = property(_LibreDWG.Dwg_Entity_UNDERLAY_contrast_get, _LibreDWG.Dwg_Entity_UNDERLAY_contrast_set)
4426    fade = property(_LibreDWG.Dwg_Entity_UNDERLAY_fade_get, _LibreDWG.Dwg_Entity_UNDERLAY_fade_set)
4427    num_clip_verts = property(_LibreDWG.Dwg_Entity_UNDERLAY_num_clip_verts_get, _LibreDWG.Dwg_Entity_UNDERLAY_num_clip_verts_set)
4428    clip_verts = property(_LibreDWG.Dwg_Entity_UNDERLAY_clip_verts_get, _LibreDWG.Dwg_Entity_UNDERLAY_clip_verts_set)
4429    num_clip_inverts = property(_LibreDWG.Dwg_Entity_UNDERLAY_num_clip_inverts_get, _LibreDWG.Dwg_Entity_UNDERLAY_num_clip_inverts_set)
4430    clip_inverts = property(_LibreDWG.Dwg_Entity_UNDERLAY_clip_inverts_get, _LibreDWG.Dwg_Entity_UNDERLAY_clip_inverts_set)
4431    definition_id = property(_LibreDWG.Dwg_Entity_UNDERLAY_definition_id_get, _LibreDWG.Dwg_Entity_UNDERLAY_definition_id_set)
4432
4433    def __init__(self):
4434        _LibreDWG.Dwg_Entity_UNDERLAY_swiginit(self, _LibreDWG.new_Dwg_Entity_UNDERLAY())
4435    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_UNDERLAY
4436
4437# Register Dwg_Entity_UNDERLAY in _LibreDWG:
4438_LibreDWG.Dwg_Entity_UNDERLAY_swigregister(Dwg_Entity_UNDERLAY)
4439
4440class Dwg_Object_DBCOLOR(object):
4441    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4442    __repr__ = _swig_repr
4443    parent = property(_LibreDWG.Dwg_Object_DBCOLOR_parent_get, _LibreDWG.Dwg_Object_DBCOLOR_parent_set)
4444    color = property(_LibreDWG.Dwg_Object_DBCOLOR_color_get, _LibreDWG.Dwg_Object_DBCOLOR_color_set)
4445
4446    def __init__(self):
4447        _LibreDWG.Dwg_Object_DBCOLOR_swiginit(self, _LibreDWG.new_Dwg_Object_DBCOLOR())
4448    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DBCOLOR
4449
4450# Register Dwg_Object_DBCOLOR in _LibreDWG:
4451_LibreDWG.Dwg_Object_DBCOLOR_swigregister(Dwg_Object_DBCOLOR)
4452
4453class Dwg_FIELD_ChildValue(object):
4454    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4455    __repr__ = _swig_repr
4456    parent = property(_LibreDWG.Dwg_FIELD_ChildValue_parent_get, _LibreDWG.Dwg_FIELD_ChildValue_parent_set)
4457    key = property(_LibreDWG.Dwg_FIELD_ChildValue_key_get, _LibreDWG.Dwg_FIELD_ChildValue_key_set)
4458    value = property(_LibreDWG.Dwg_FIELD_ChildValue_value_get, _LibreDWG.Dwg_FIELD_ChildValue_value_set)
4459
4460    def __init__(self):
4461        _LibreDWG.Dwg_FIELD_ChildValue_swiginit(self, _LibreDWG.new_Dwg_FIELD_ChildValue())
4462    __swig_destroy__ = _LibreDWG.delete_Dwg_FIELD_ChildValue
4463
4464# Register Dwg_FIELD_ChildValue in _LibreDWG:
4465_LibreDWG.Dwg_FIELD_ChildValue_swigregister(Dwg_FIELD_ChildValue)
4466
4467class Dwg_Object_FIELD(object):
4468    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4469    __repr__ = _swig_repr
4470    parent = property(_LibreDWG.Dwg_Object_FIELD_parent_get, _LibreDWG.Dwg_Object_FIELD_parent_set)
4471    id = property(_LibreDWG.Dwg_Object_FIELD_id_get, _LibreDWG.Dwg_Object_FIELD_id_set)
4472    code = property(_LibreDWG.Dwg_Object_FIELD_code_get, _LibreDWG.Dwg_Object_FIELD_code_set)
4473    num_childs = property(_LibreDWG.Dwg_Object_FIELD_num_childs_get, _LibreDWG.Dwg_Object_FIELD_num_childs_set)
4474    childs = property(_LibreDWG.Dwg_Object_FIELD_childs_get, _LibreDWG.Dwg_Object_FIELD_childs_set)
4475    num_objects = property(_LibreDWG.Dwg_Object_FIELD_num_objects_get, _LibreDWG.Dwg_Object_FIELD_num_objects_set)
4476    objects = property(_LibreDWG.Dwg_Object_FIELD_objects_get, _LibreDWG.Dwg_Object_FIELD_objects_set)
4477    format = property(_LibreDWG.Dwg_Object_FIELD_format_get, _LibreDWG.Dwg_Object_FIELD_format_set)
4478    evaluation_option = property(_LibreDWG.Dwg_Object_FIELD_evaluation_option_get, _LibreDWG.Dwg_Object_FIELD_evaluation_option_set)
4479    filing_option = property(_LibreDWG.Dwg_Object_FIELD_filing_option_get, _LibreDWG.Dwg_Object_FIELD_filing_option_set)
4480    field_state = property(_LibreDWG.Dwg_Object_FIELD_field_state_get, _LibreDWG.Dwg_Object_FIELD_field_state_set)
4481    evaluation_status = property(_LibreDWG.Dwg_Object_FIELD_evaluation_status_get, _LibreDWG.Dwg_Object_FIELD_evaluation_status_set)
4482    evaluation_error_code = property(_LibreDWG.Dwg_Object_FIELD_evaluation_error_code_get, _LibreDWG.Dwg_Object_FIELD_evaluation_error_code_set)
4483    evaluation_error_msg = property(_LibreDWG.Dwg_Object_FIELD_evaluation_error_msg_get, _LibreDWG.Dwg_Object_FIELD_evaluation_error_msg_set)
4484    value = property(_LibreDWG.Dwg_Object_FIELD_value_get, _LibreDWG.Dwg_Object_FIELD_value_set)
4485    value_string = property(_LibreDWG.Dwg_Object_FIELD_value_string_get, _LibreDWG.Dwg_Object_FIELD_value_string_set)
4486    value_string_length = property(_LibreDWG.Dwg_Object_FIELD_value_string_length_get, _LibreDWG.Dwg_Object_FIELD_value_string_length_set)
4487    num_childval = property(_LibreDWG.Dwg_Object_FIELD_num_childval_get, _LibreDWG.Dwg_Object_FIELD_num_childval_set)
4488    childval = property(_LibreDWG.Dwg_Object_FIELD_childval_get, _LibreDWG.Dwg_Object_FIELD_childval_set)
4489
4490    def __init__(self):
4491        _LibreDWG.Dwg_Object_FIELD_swiginit(self, _LibreDWG.new_Dwg_Object_FIELD())
4492    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_FIELD
4493
4494# Register Dwg_Object_FIELD in _LibreDWG:
4495_LibreDWG.Dwg_Object_FIELD_swigregister(Dwg_Object_FIELD)
4496
4497class Dwg_Object_FIELDLIST(object):
4498    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4499    __repr__ = _swig_repr
4500    parent = property(_LibreDWG.Dwg_Object_FIELDLIST_parent_get, _LibreDWG.Dwg_Object_FIELDLIST_parent_set)
4501    num_fields = property(_LibreDWG.Dwg_Object_FIELDLIST_num_fields_get, _LibreDWG.Dwg_Object_FIELDLIST_num_fields_set)
4502    unknown = property(_LibreDWG.Dwg_Object_FIELDLIST_unknown_get, _LibreDWG.Dwg_Object_FIELDLIST_unknown_set)
4503    fields = property(_LibreDWG.Dwg_Object_FIELDLIST_fields_get, _LibreDWG.Dwg_Object_FIELDLIST_fields_set)
4504
4505    def __init__(self):
4506        _LibreDWG.Dwg_Object_FIELDLIST_swiginit(self, _LibreDWG.new_Dwg_Object_FIELDLIST())
4507    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_FIELDLIST
4508
4509# Register Dwg_Object_FIELDLIST in _LibreDWG:
4510_LibreDWG.Dwg_Object_FIELDLIST_swigregister(Dwg_Object_FIELDLIST)
4511
4512class Dwg_GEODATA_meshpt(object):
4513    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4514    __repr__ = _swig_repr
4515    source_pt = property(_LibreDWG.Dwg_GEODATA_meshpt_source_pt_get, _LibreDWG.Dwg_GEODATA_meshpt_source_pt_set)
4516    dest_pt = property(_LibreDWG.Dwg_GEODATA_meshpt_dest_pt_get, _LibreDWG.Dwg_GEODATA_meshpt_dest_pt_set)
4517
4518    def __init__(self):
4519        _LibreDWG.Dwg_GEODATA_meshpt_swiginit(self, _LibreDWG.new_Dwg_GEODATA_meshpt())
4520    __swig_destroy__ = _LibreDWG.delete_Dwg_GEODATA_meshpt
4521
4522# Register Dwg_GEODATA_meshpt in _LibreDWG:
4523_LibreDWG.Dwg_GEODATA_meshpt_swigregister(Dwg_GEODATA_meshpt)
4524
4525class Dwg_GEODATA_meshface(object):
4526    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4527    __repr__ = _swig_repr
4528    face1 = property(_LibreDWG.Dwg_GEODATA_meshface_face1_get, _LibreDWG.Dwg_GEODATA_meshface_face1_set)
4529    face2 = property(_LibreDWG.Dwg_GEODATA_meshface_face2_get, _LibreDWG.Dwg_GEODATA_meshface_face2_set)
4530    face3 = property(_LibreDWG.Dwg_GEODATA_meshface_face3_get, _LibreDWG.Dwg_GEODATA_meshface_face3_set)
4531
4532    def __init__(self):
4533        _LibreDWG.Dwg_GEODATA_meshface_swiginit(self, _LibreDWG.new_Dwg_GEODATA_meshface())
4534    __swig_destroy__ = _LibreDWG.delete_Dwg_GEODATA_meshface
4535
4536# Register Dwg_GEODATA_meshface in _LibreDWG:
4537_LibreDWG.Dwg_GEODATA_meshface_swigregister(Dwg_GEODATA_meshface)
4538
4539class Dwg_Object_GEODATA(object):
4540    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4541    __repr__ = _swig_repr
4542    parent = property(_LibreDWG.Dwg_Object_GEODATA_parent_get, _LibreDWG.Dwg_Object_GEODATA_parent_set)
4543    class_version = property(_LibreDWG.Dwg_Object_GEODATA_class_version_get, _LibreDWG.Dwg_Object_GEODATA_class_version_set)
4544    host_block = property(_LibreDWG.Dwg_Object_GEODATA_host_block_get, _LibreDWG.Dwg_Object_GEODATA_host_block_set)
4545    coord_type = property(_LibreDWG.Dwg_Object_GEODATA_coord_type_get, _LibreDWG.Dwg_Object_GEODATA_coord_type_set)
4546    design_pt = property(_LibreDWG.Dwg_Object_GEODATA_design_pt_get, _LibreDWG.Dwg_Object_GEODATA_design_pt_set)
4547    ref_pt = property(_LibreDWG.Dwg_Object_GEODATA_ref_pt_get, _LibreDWG.Dwg_Object_GEODATA_ref_pt_set)
4548    obs_pt = property(_LibreDWG.Dwg_Object_GEODATA_obs_pt_get, _LibreDWG.Dwg_Object_GEODATA_obs_pt_set)
4549    scale_vec = property(_LibreDWG.Dwg_Object_GEODATA_scale_vec_get, _LibreDWG.Dwg_Object_GEODATA_scale_vec_set)
4550    unit_scale_horiz = property(_LibreDWG.Dwg_Object_GEODATA_unit_scale_horiz_get, _LibreDWG.Dwg_Object_GEODATA_unit_scale_horiz_set)
4551    units_value_horiz = property(_LibreDWG.Dwg_Object_GEODATA_units_value_horiz_get, _LibreDWG.Dwg_Object_GEODATA_units_value_horiz_set)
4552    unit_scale_vert = property(_LibreDWG.Dwg_Object_GEODATA_unit_scale_vert_get, _LibreDWG.Dwg_Object_GEODATA_unit_scale_vert_set)
4553    units_value_vert = property(_LibreDWG.Dwg_Object_GEODATA_units_value_vert_get, _LibreDWG.Dwg_Object_GEODATA_units_value_vert_set)
4554    up_dir = property(_LibreDWG.Dwg_Object_GEODATA_up_dir_get, _LibreDWG.Dwg_Object_GEODATA_up_dir_set)
4555    north_dir = property(_LibreDWG.Dwg_Object_GEODATA_north_dir_get, _LibreDWG.Dwg_Object_GEODATA_north_dir_set)
4556    scale_est = property(_LibreDWG.Dwg_Object_GEODATA_scale_est_get, _LibreDWG.Dwg_Object_GEODATA_scale_est_set)
4557    user_scale_factor = property(_LibreDWG.Dwg_Object_GEODATA_user_scale_factor_get, _LibreDWG.Dwg_Object_GEODATA_user_scale_factor_set)
4558    do_sea_level_corr = property(_LibreDWG.Dwg_Object_GEODATA_do_sea_level_corr_get, _LibreDWG.Dwg_Object_GEODATA_do_sea_level_corr_set)
4559    sea_level_elev = property(_LibreDWG.Dwg_Object_GEODATA_sea_level_elev_get, _LibreDWG.Dwg_Object_GEODATA_sea_level_elev_set)
4560    coord_proj_radius = property(_LibreDWG.Dwg_Object_GEODATA_coord_proj_radius_get, _LibreDWG.Dwg_Object_GEODATA_coord_proj_radius_set)
4561    coord_system_def = property(_LibreDWG.Dwg_Object_GEODATA_coord_system_def_get, _LibreDWG.Dwg_Object_GEODATA_coord_system_def_set)
4562    geo_rss_tag = property(_LibreDWG.Dwg_Object_GEODATA_geo_rss_tag_get, _LibreDWG.Dwg_Object_GEODATA_geo_rss_tag_set)
4563    coord_system_datum = property(_LibreDWG.Dwg_Object_GEODATA_coord_system_datum_get, _LibreDWG.Dwg_Object_GEODATA_coord_system_datum_set)
4564    coord_system_wkt = property(_LibreDWG.Dwg_Object_GEODATA_coord_system_wkt_get, _LibreDWG.Dwg_Object_GEODATA_coord_system_wkt_set)
4565    observation_from_tag = property(_LibreDWG.Dwg_Object_GEODATA_observation_from_tag_get, _LibreDWG.Dwg_Object_GEODATA_observation_from_tag_set)
4566    observation_to_tag = property(_LibreDWG.Dwg_Object_GEODATA_observation_to_tag_get, _LibreDWG.Dwg_Object_GEODATA_observation_to_tag_set)
4567    observation_coverage_tag = property(_LibreDWG.Dwg_Object_GEODATA_observation_coverage_tag_get, _LibreDWG.Dwg_Object_GEODATA_observation_coverage_tag_set)
4568    num_geomesh_pts = property(_LibreDWG.Dwg_Object_GEODATA_num_geomesh_pts_get, _LibreDWG.Dwg_Object_GEODATA_num_geomesh_pts_set)
4569    geomesh_pts = property(_LibreDWG.Dwg_Object_GEODATA_geomesh_pts_get, _LibreDWG.Dwg_Object_GEODATA_geomesh_pts_set)
4570    num_geomesh_faces = property(_LibreDWG.Dwg_Object_GEODATA_num_geomesh_faces_get, _LibreDWG.Dwg_Object_GEODATA_num_geomesh_faces_set)
4571    geomesh_faces = property(_LibreDWG.Dwg_Object_GEODATA_geomesh_faces_get, _LibreDWG.Dwg_Object_GEODATA_geomesh_faces_set)
4572    has_civil_data = property(_LibreDWG.Dwg_Object_GEODATA_has_civil_data_get, _LibreDWG.Dwg_Object_GEODATA_has_civil_data_set)
4573    obsolete_false = property(_LibreDWG.Dwg_Object_GEODATA_obsolete_false_get, _LibreDWG.Dwg_Object_GEODATA_obsolete_false_set)
4574    ref_pt2d = property(_LibreDWG.Dwg_Object_GEODATA_ref_pt2d_get, _LibreDWG.Dwg_Object_GEODATA_ref_pt2d_set)
4575    zero1 = property(_LibreDWG.Dwg_Object_GEODATA_zero1_get, _LibreDWG.Dwg_Object_GEODATA_zero1_set)
4576    zero2 = property(_LibreDWG.Dwg_Object_GEODATA_zero2_get, _LibreDWG.Dwg_Object_GEODATA_zero2_set)
4577    unknown1 = property(_LibreDWG.Dwg_Object_GEODATA_unknown1_get, _LibreDWG.Dwg_Object_GEODATA_unknown1_set)
4578    unknown2 = property(_LibreDWG.Dwg_Object_GEODATA_unknown2_get, _LibreDWG.Dwg_Object_GEODATA_unknown2_set)
4579    unknown_b = property(_LibreDWG.Dwg_Object_GEODATA_unknown_b_get, _LibreDWG.Dwg_Object_GEODATA_unknown_b_set)
4580    north_dir_angle_deg = property(_LibreDWG.Dwg_Object_GEODATA_north_dir_angle_deg_get, _LibreDWG.Dwg_Object_GEODATA_north_dir_angle_deg_set)
4581    north_dir_angle_rad = property(_LibreDWG.Dwg_Object_GEODATA_north_dir_angle_rad_get, _LibreDWG.Dwg_Object_GEODATA_north_dir_angle_rad_set)
4582
4583    def __init__(self):
4584        _LibreDWG.Dwg_Object_GEODATA_swiginit(self, _LibreDWG.new_Dwg_Object_GEODATA())
4585    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_GEODATA
4586
4587# Register Dwg_Object_GEODATA in _LibreDWG:
4588_LibreDWG.Dwg_Object_GEODATA_swigregister(Dwg_Object_GEODATA)
4589
4590class Dwg_Object_IDBUFFER(object):
4591    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4592    __repr__ = _swig_repr
4593    parent = property(_LibreDWG.Dwg_Object_IDBUFFER_parent_get, _LibreDWG.Dwg_Object_IDBUFFER_parent_set)
4594    unknown = property(_LibreDWG.Dwg_Object_IDBUFFER_unknown_get, _LibreDWG.Dwg_Object_IDBUFFER_unknown_set)
4595    num_obj_ids = property(_LibreDWG.Dwg_Object_IDBUFFER_num_obj_ids_get, _LibreDWG.Dwg_Object_IDBUFFER_num_obj_ids_set)
4596    obj_ids = property(_LibreDWG.Dwg_Object_IDBUFFER_obj_ids_get, _LibreDWG.Dwg_Object_IDBUFFER_obj_ids_set)
4597
4598    def __init__(self):
4599        _LibreDWG.Dwg_Object_IDBUFFER_swiginit(self, _LibreDWG.new_Dwg_Object_IDBUFFER())
4600    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_IDBUFFER
4601
4602# Register Dwg_Object_IDBUFFER in _LibreDWG:
4603_LibreDWG.Dwg_Object_IDBUFFER_swigregister(Dwg_Object_IDBUFFER)
4604
4605class Dwg_Entity_IMAGE(object):
4606    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4607    __repr__ = _swig_repr
4608    parent = property(_LibreDWG.Dwg_Entity_IMAGE_parent_get, _LibreDWG.Dwg_Entity_IMAGE_parent_set)
4609    class_version = property(_LibreDWG.Dwg_Entity_IMAGE_class_version_get, _LibreDWG.Dwg_Entity_IMAGE_class_version_set)
4610    pt0 = property(_LibreDWG.Dwg_Entity_IMAGE_pt0_get, _LibreDWG.Dwg_Entity_IMAGE_pt0_set)
4611    uvec = property(_LibreDWG.Dwg_Entity_IMAGE_uvec_get, _LibreDWG.Dwg_Entity_IMAGE_uvec_set)
4612    vvec = property(_LibreDWG.Dwg_Entity_IMAGE_vvec_get, _LibreDWG.Dwg_Entity_IMAGE_vvec_set)
4613    size = property(_LibreDWG.Dwg_Entity_IMAGE_size_get, _LibreDWG.Dwg_Entity_IMAGE_size_set)
4614    display_props = property(_LibreDWG.Dwg_Entity_IMAGE_display_props_get, _LibreDWG.Dwg_Entity_IMAGE_display_props_set)
4615    clipping = property(_LibreDWG.Dwg_Entity_IMAGE_clipping_get, _LibreDWG.Dwg_Entity_IMAGE_clipping_set)
4616    brightness = property(_LibreDWG.Dwg_Entity_IMAGE_brightness_get, _LibreDWG.Dwg_Entity_IMAGE_brightness_set)
4617    contrast = property(_LibreDWG.Dwg_Entity_IMAGE_contrast_get, _LibreDWG.Dwg_Entity_IMAGE_contrast_set)
4618    fade = property(_LibreDWG.Dwg_Entity_IMAGE_fade_get, _LibreDWG.Dwg_Entity_IMAGE_fade_set)
4619    clip_mode = property(_LibreDWG.Dwg_Entity_IMAGE_clip_mode_get, _LibreDWG.Dwg_Entity_IMAGE_clip_mode_set)
4620    clip_boundary_type = property(_LibreDWG.Dwg_Entity_IMAGE_clip_boundary_type_get, _LibreDWG.Dwg_Entity_IMAGE_clip_boundary_type_set)
4621    num_clip_verts = property(_LibreDWG.Dwg_Entity_IMAGE_num_clip_verts_get, _LibreDWG.Dwg_Entity_IMAGE_num_clip_verts_set)
4622    clip_verts = property(_LibreDWG.Dwg_Entity_IMAGE_clip_verts_get, _LibreDWG.Dwg_Entity_IMAGE_clip_verts_set)
4623    imagedef = property(_LibreDWG.Dwg_Entity_IMAGE_imagedef_get, _LibreDWG.Dwg_Entity_IMAGE_imagedef_set)
4624    imagedefreactor = property(_LibreDWG.Dwg_Entity_IMAGE_imagedefreactor_get, _LibreDWG.Dwg_Entity_IMAGE_imagedefreactor_set)
4625
4626    def __init__(self):
4627        _LibreDWG.Dwg_Entity_IMAGE_swiginit(self, _LibreDWG.new_Dwg_Entity_IMAGE())
4628    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_IMAGE
4629
4630# Register Dwg_Entity_IMAGE in _LibreDWG:
4631_LibreDWG.Dwg_Entity_IMAGE_swigregister(Dwg_Entity_IMAGE)
4632
4633class Dwg_Object_IMAGEDEF(object):
4634    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4635    __repr__ = _swig_repr
4636    parent = property(_LibreDWG.Dwg_Object_IMAGEDEF_parent_get, _LibreDWG.Dwg_Object_IMAGEDEF_parent_set)
4637    class_version = property(_LibreDWG.Dwg_Object_IMAGEDEF_class_version_get, _LibreDWG.Dwg_Object_IMAGEDEF_class_version_set)
4638    image_size = property(_LibreDWG.Dwg_Object_IMAGEDEF_image_size_get, _LibreDWG.Dwg_Object_IMAGEDEF_image_size_set)
4639    file_path = property(_LibreDWG.Dwg_Object_IMAGEDEF_file_path_get, _LibreDWG.Dwg_Object_IMAGEDEF_file_path_set)
4640    is_loaded = property(_LibreDWG.Dwg_Object_IMAGEDEF_is_loaded_get, _LibreDWG.Dwg_Object_IMAGEDEF_is_loaded_set)
4641    resunits = property(_LibreDWG.Dwg_Object_IMAGEDEF_resunits_get, _LibreDWG.Dwg_Object_IMAGEDEF_resunits_set)
4642    pixel_size = property(_LibreDWG.Dwg_Object_IMAGEDEF_pixel_size_get, _LibreDWG.Dwg_Object_IMAGEDEF_pixel_size_set)
4643
4644    def __init__(self):
4645        _LibreDWG.Dwg_Object_IMAGEDEF_swiginit(self, _LibreDWG.new_Dwg_Object_IMAGEDEF())
4646    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_IMAGEDEF
4647
4648# Register Dwg_Object_IMAGEDEF in _LibreDWG:
4649_LibreDWG.Dwg_Object_IMAGEDEF_swigregister(Dwg_Object_IMAGEDEF)
4650
4651class Dwg_Object_IMAGEDEF_REACTOR(object):
4652    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4653    __repr__ = _swig_repr
4654    parent = property(_LibreDWG.Dwg_Object_IMAGEDEF_REACTOR_parent_get, _LibreDWG.Dwg_Object_IMAGEDEF_REACTOR_parent_set)
4655    class_version = property(_LibreDWG.Dwg_Object_IMAGEDEF_REACTOR_class_version_get, _LibreDWG.Dwg_Object_IMAGEDEF_REACTOR_class_version_set)
4656
4657    def __init__(self):
4658        _LibreDWG.Dwg_Object_IMAGEDEF_REACTOR_swiginit(self, _LibreDWG.new_Dwg_Object_IMAGEDEF_REACTOR())
4659    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_IMAGEDEF_REACTOR
4660
4661# Register Dwg_Object_IMAGEDEF_REACTOR in _LibreDWG:
4662_LibreDWG.Dwg_Object_IMAGEDEF_REACTOR_swigregister(Dwg_Object_IMAGEDEF_REACTOR)
4663
4664class Dwg_Object_INDEX(object):
4665    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4666    __repr__ = _swig_repr
4667    parent = property(_LibreDWG.Dwg_Object_INDEX_parent_get, _LibreDWG.Dwg_Object_INDEX_parent_set)
4668    last_updated = property(_LibreDWG.Dwg_Object_INDEX_last_updated_get, _LibreDWG.Dwg_Object_INDEX_last_updated_set)
4669
4670    def __init__(self):
4671        _LibreDWG.Dwg_Object_INDEX_swiginit(self, _LibreDWG.new_Dwg_Object_INDEX())
4672    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_INDEX
4673
4674# Register Dwg_Object_INDEX in _LibreDWG:
4675_LibreDWG.Dwg_Object_INDEX_swigregister(Dwg_Object_INDEX)
4676
4677class Dwg_LAYER_entry(object):
4678    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4679    __repr__ = _swig_repr
4680    parent = property(_LibreDWG.Dwg_LAYER_entry_parent_get, _LibreDWG.Dwg_LAYER_entry_parent_set)
4681    numlayers = property(_LibreDWG.Dwg_LAYER_entry_numlayers_get, _LibreDWG.Dwg_LAYER_entry_numlayers_set)
4682    name = property(_LibreDWG.Dwg_LAYER_entry_name_get, _LibreDWG.Dwg_LAYER_entry_name_set)
4683    handle = property(_LibreDWG.Dwg_LAYER_entry_handle_get, _LibreDWG.Dwg_LAYER_entry_handle_set)
4684
4685    def __init__(self):
4686        _LibreDWG.Dwg_LAYER_entry_swiginit(self, _LibreDWG.new_Dwg_LAYER_entry())
4687    __swig_destroy__ = _LibreDWG.delete_Dwg_LAYER_entry
4688
4689# Register Dwg_LAYER_entry in _LibreDWG:
4690_LibreDWG.Dwg_LAYER_entry_swigregister(Dwg_LAYER_entry)
4691
4692class Dwg_Object_LAYER_INDEX(object):
4693    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4694    __repr__ = _swig_repr
4695    parent = property(_LibreDWG.Dwg_Object_LAYER_INDEX_parent_get, _LibreDWG.Dwg_Object_LAYER_INDEX_parent_set)
4696    last_updated = property(_LibreDWG.Dwg_Object_LAYER_INDEX_last_updated_get, _LibreDWG.Dwg_Object_LAYER_INDEX_last_updated_set)
4697    num_entries = property(_LibreDWG.Dwg_Object_LAYER_INDEX_num_entries_get, _LibreDWG.Dwg_Object_LAYER_INDEX_num_entries_set)
4698    entries = property(_LibreDWG.Dwg_Object_LAYER_INDEX_entries_get, _LibreDWG.Dwg_Object_LAYER_INDEX_entries_set)
4699
4700    def __init__(self):
4701        _LibreDWG.Dwg_Object_LAYER_INDEX_swiginit(self, _LibreDWG.new_Dwg_Object_LAYER_INDEX())
4702    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_LAYER_INDEX
4703
4704# Register Dwg_Object_LAYER_INDEX in _LibreDWG:
4705_LibreDWG.Dwg_Object_LAYER_INDEX_swigregister(Dwg_Object_LAYER_INDEX)
4706
4707class Dwg_Entity_LWPOLYLINE(object):
4708    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4709    __repr__ = _swig_repr
4710    parent = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_parent_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_parent_set)
4711    flag = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_flag_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_flag_set)
4712    const_width = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_const_width_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_const_width_set)
4713    elevation = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_elevation_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_elevation_set)
4714    thickness = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_thickness_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_thickness_set)
4715    extrusion = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_extrusion_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_extrusion_set)
4716    num_points = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_num_points_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_num_points_set)
4717    points = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_points_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_points_set)
4718    num_bulges = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_num_bulges_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_num_bulges_set)
4719    bulges = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_bulges_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_bulges_set)
4720    num_vertexids = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_num_vertexids_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_num_vertexids_set)
4721    vertexids = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_vertexids_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_vertexids_set)
4722    num_widths = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_num_widths_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_num_widths_set)
4723    widths = property(_LibreDWG.Dwg_Entity_LWPOLYLINE_widths_get, _LibreDWG.Dwg_Entity_LWPOLYLINE_widths_set)
4724
4725    def __init__(self):
4726        _LibreDWG.Dwg_Entity_LWPOLYLINE_swiginit(self, _LibreDWG.new_Dwg_Entity_LWPOLYLINE())
4727    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_LWPOLYLINE
4728
4729# Register Dwg_Entity_LWPOLYLINE in _LibreDWG:
4730_LibreDWG.Dwg_Entity_LWPOLYLINE_swigregister(Dwg_Entity_LWPOLYLINE)
4731
4732class Dwg_Object_RASTERVARIABLES(object):
4733    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4734    __repr__ = _swig_repr
4735    parent = property(_LibreDWG.Dwg_Object_RASTERVARIABLES_parent_get, _LibreDWG.Dwg_Object_RASTERVARIABLES_parent_set)
4736    class_version = property(_LibreDWG.Dwg_Object_RASTERVARIABLES_class_version_get, _LibreDWG.Dwg_Object_RASTERVARIABLES_class_version_set)
4737    image_frame = property(_LibreDWG.Dwg_Object_RASTERVARIABLES_image_frame_get, _LibreDWG.Dwg_Object_RASTERVARIABLES_image_frame_set)
4738    image_quality = property(_LibreDWG.Dwg_Object_RASTERVARIABLES_image_quality_get, _LibreDWG.Dwg_Object_RASTERVARIABLES_image_quality_set)
4739    units = property(_LibreDWG.Dwg_Object_RASTERVARIABLES_units_get, _LibreDWG.Dwg_Object_RASTERVARIABLES_units_set)
4740
4741    def __init__(self):
4742        _LibreDWG.Dwg_Object_RASTERVARIABLES_swiginit(self, _LibreDWG.new_Dwg_Object_RASTERVARIABLES())
4743    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_RASTERVARIABLES
4744
4745# Register Dwg_Object_RASTERVARIABLES in _LibreDWG:
4746_LibreDWG.Dwg_Object_RASTERVARIABLES_swigregister(Dwg_Object_RASTERVARIABLES)
4747
4748class Dwg_Object_SCALE(object):
4749    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4750    __repr__ = _swig_repr
4751    parent = property(_LibreDWG.Dwg_Object_SCALE_parent_get, _LibreDWG.Dwg_Object_SCALE_parent_set)
4752    flag = property(_LibreDWG.Dwg_Object_SCALE_flag_get, _LibreDWG.Dwg_Object_SCALE_flag_set)
4753    name = property(_LibreDWG.Dwg_Object_SCALE_name_get, _LibreDWG.Dwg_Object_SCALE_name_set)
4754    paper_units = property(_LibreDWG.Dwg_Object_SCALE_paper_units_get, _LibreDWG.Dwg_Object_SCALE_paper_units_set)
4755    drawing_units = property(_LibreDWG.Dwg_Object_SCALE_drawing_units_get, _LibreDWG.Dwg_Object_SCALE_drawing_units_set)
4756    is_unit_scale = property(_LibreDWG.Dwg_Object_SCALE_is_unit_scale_get, _LibreDWG.Dwg_Object_SCALE_is_unit_scale_set)
4757
4758    def __init__(self):
4759        _LibreDWG.Dwg_Object_SCALE_swiginit(self, _LibreDWG.new_Dwg_Object_SCALE())
4760    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_SCALE
4761
4762# Register Dwg_Object_SCALE in _LibreDWG:
4763_LibreDWG.Dwg_Object_SCALE_swigregister(Dwg_Object_SCALE)
4764
4765class Dwg_Object_SORTENTSTABLE(object):
4766    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4767    __repr__ = _swig_repr
4768    parent = property(_LibreDWG.Dwg_Object_SORTENTSTABLE_parent_get, _LibreDWG.Dwg_Object_SORTENTSTABLE_parent_set)
4769    num_ents = property(_LibreDWG.Dwg_Object_SORTENTSTABLE_num_ents_get, _LibreDWG.Dwg_Object_SORTENTSTABLE_num_ents_set)
4770    sort_ents = property(_LibreDWG.Dwg_Object_SORTENTSTABLE_sort_ents_get, _LibreDWG.Dwg_Object_SORTENTSTABLE_sort_ents_set)
4771    block_owner = property(_LibreDWG.Dwg_Object_SORTENTSTABLE_block_owner_get, _LibreDWG.Dwg_Object_SORTENTSTABLE_block_owner_set)
4772    ents = property(_LibreDWG.Dwg_Object_SORTENTSTABLE_ents_get, _LibreDWG.Dwg_Object_SORTENTSTABLE_ents_set)
4773
4774    def __init__(self):
4775        _LibreDWG.Dwg_Object_SORTENTSTABLE_swiginit(self, _LibreDWG.new_Dwg_Object_SORTENTSTABLE())
4776    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_SORTENTSTABLE
4777
4778# Register Dwg_Object_SORTENTSTABLE in _LibreDWG:
4779_LibreDWG.Dwg_Object_SORTENTSTABLE_swigregister(Dwg_Object_SORTENTSTABLE)
4780
4781class Dwg_Object_SPATIAL_FILTER(object):
4782    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4783    __repr__ = _swig_repr
4784    parent = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_parent_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_parent_set)
4785    num_clip_verts = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_num_clip_verts_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_num_clip_verts_set)
4786    clip_verts = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_clip_verts_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_clip_verts_set)
4787    extrusion = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_extrusion_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_extrusion_set)
4788    origin = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_origin_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_origin_set)
4789    display_boundary_on = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_display_boundary_on_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_display_boundary_on_set)
4790    front_clip_on = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_front_clip_on_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_front_clip_on_set)
4791    front_clip_z = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_front_clip_z_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_front_clip_z_set)
4792    back_clip_on = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_back_clip_on_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_back_clip_on_set)
4793    back_clip_z = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_back_clip_z_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_back_clip_z_set)
4794    inverse_transform = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_inverse_transform_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_inverse_transform_set)
4795    transform = property(_LibreDWG.Dwg_Object_SPATIAL_FILTER_transform_get, _LibreDWG.Dwg_Object_SPATIAL_FILTER_transform_set)
4796
4797    def __init__(self):
4798        _LibreDWG.Dwg_Object_SPATIAL_FILTER_swiginit(self, _LibreDWG.new_Dwg_Object_SPATIAL_FILTER())
4799    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_SPATIAL_FILTER
4800
4801# Register Dwg_Object_SPATIAL_FILTER in _LibreDWG:
4802_LibreDWG.Dwg_Object_SPATIAL_FILTER_swigregister(Dwg_Object_SPATIAL_FILTER)
4803
4804class Dwg_Object_SPATIAL_INDEX(object):
4805    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4806    __repr__ = _swig_repr
4807    parent = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_parent_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_parent_set)
4808    last_updated = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_last_updated_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_last_updated_set)
4809    num1 = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_num1_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_num1_set)
4810    num2 = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_num2_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_num2_set)
4811    num3 = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_num3_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_num3_set)
4812    num4 = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_num4_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_num4_set)
4813    num5 = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_num5_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_num5_set)
4814    num6 = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_num6_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_num6_set)
4815    num_hdls = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_num_hdls_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_num_hdls_set)
4816    hdls = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_hdls_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_hdls_set)
4817    bindata_size = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_bindata_size_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_bindata_size_set)
4818    bindata = property(_LibreDWG.Dwg_Object_SPATIAL_INDEX_bindata_get, _LibreDWG.Dwg_Object_SPATIAL_INDEX_bindata_set)
4819
4820    def __init__(self):
4821        _LibreDWG.Dwg_Object_SPATIAL_INDEX_swiginit(self, _LibreDWG.new_Dwg_Object_SPATIAL_INDEX())
4822    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_SPATIAL_INDEX
4823
4824# Register Dwg_Object_SPATIAL_INDEX in _LibreDWG:
4825_LibreDWG.Dwg_Object_SPATIAL_INDEX_swigregister(Dwg_Object_SPATIAL_INDEX)
4826
4827class Dwg_Entity_WIPEOUT(object):
4828    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4829    __repr__ = _swig_repr
4830    parent = property(_LibreDWG.Dwg_Entity_WIPEOUT_parent_get, _LibreDWG.Dwg_Entity_WIPEOUT_parent_set)
4831    class_version = property(_LibreDWG.Dwg_Entity_WIPEOUT_class_version_get, _LibreDWG.Dwg_Entity_WIPEOUT_class_version_set)
4832    pt0 = property(_LibreDWG.Dwg_Entity_WIPEOUT_pt0_get, _LibreDWG.Dwg_Entity_WIPEOUT_pt0_set)
4833    uvec = property(_LibreDWG.Dwg_Entity_WIPEOUT_uvec_get, _LibreDWG.Dwg_Entity_WIPEOUT_uvec_set)
4834    vvec = property(_LibreDWG.Dwg_Entity_WIPEOUT_vvec_get, _LibreDWG.Dwg_Entity_WIPEOUT_vvec_set)
4835    size = property(_LibreDWG.Dwg_Entity_WIPEOUT_size_get, _LibreDWG.Dwg_Entity_WIPEOUT_size_set)
4836    display_props = property(_LibreDWG.Dwg_Entity_WIPEOUT_display_props_get, _LibreDWG.Dwg_Entity_WIPEOUT_display_props_set)
4837    clipping = property(_LibreDWG.Dwg_Entity_WIPEOUT_clipping_get, _LibreDWG.Dwg_Entity_WIPEOUT_clipping_set)
4838    brightness = property(_LibreDWG.Dwg_Entity_WIPEOUT_brightness_get, _LibreDWG.Dwg_Entity_WIPEOUT_brightness_set)
4839    contrast = property(_LibreDWG.Dwg_Entity_WIPEOUT_contrast_get, _LibreDWG.Dwg_Entity_WIPEOUT_contrast_set)
4840    fade = property(_LibreDWG.Dwg_Entity_WIPEOUT_fade_get, _LibreDWG.Dwg_Entity_WIPEOUT_fade_set)
4841    clip_mode = property(_LibreDWG.Dwg_Entity_WIPEOUT_clip_mode_get, _LibreDWG.Dwg_Entity_WIPEOUT_clip_mode_set)
4842    clip_boundary_type = property(_LibreDWG.Dwg_Entity_WIPEOUT_clip_boundary_type_get, _LibreDWG.Dwg_Entity_WIPEOUT_clip_boundary_type_set)
4843    num_clip_verts = property(_LibreDWG.Dwg_Entity_WIPEOUT_num_clip_verts_get, _LibreDWG.Dwg_Entity_WIPEOUT_num_clip_verts_set)
4844    clip_verts = property(_LibreDWG.Dwg_Entity_WIPEOUT_clip_verts_get, _LibreDWG.Dwg_Entity_WIPEOUT_clip_verts_set)
4845    imagedef = property(_LibreDWG.Dwg_Entity_WIPEOUT_imagedef_get, _LibreDWG.Dwg_Entity_WIPEOUT_imagedef_set)
4846    imagedefreactor = property(_LibreDWG.Dwg_Entity_WIPEOUT_imagedefreactor_get, _LibreDWG.Dwg_Entity_WIPEOUT_imagedefreactor_set)
4847
4848    def __init__(self):
4849        _LibreDWG.Dwg_Entity_WIPEOUT_swiginit(self, _LibreDWG.new_Dwg_Entity_WIPEOUT())
4850    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_WIPEOUT
4851
4852# Register Dwg_Entity_WIPEOUT in _LibreDWG:
4853_LibreDWG.Dwg_Entity_WIPEOUT_swigregister(Dwg_Entity_WIPEOUT)
4854
4855class Dwg_Object_WIPEOUTVARIABLES(object):
4856    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4857    __repr__ = _swig_repr
4858    parent = property(_LibreDWG.Dwg_Object_WIPEOUTVARIABLES_parent_get, _LibreDWG.Dwg_Object_WIPEOUTVARIABLES_parent_set)
4859    display_frame = property(_LibreDWG.Dwg_Object_WIPEOUTVARIABLES_display_frame_get, _LibreDWG.Dwg_Object_WIPEOUTVARIABLES_display_frame_set)
4860
4861    def __init__(self):
4862        _LibreDWG.Dwg_Object_WIPEOUTVARIABLES_swiginit(self, _LibreDWG.new_Dwg_Object_WIPEOUTVARIABLES())
4863    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_WIPEOUTVARIABLES
4864
4865# Register Dwg_Object_WIPEOUTVARIABLES in _LibreDWG:
4866_LibreDWG.Dwg_Object_WIPEOUTVARIABLES_swigregister(Dwg_Object_WIPEOUTVARIABLES)
4867
4868class Dwg_Entity_SECTIONOBJECT(object):
4869    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4870    __repr__ = _swig_repr
4871    parent = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_parent_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_parent_set)
4872    state = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_state_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_state_set)
4873    flags = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_flags_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_flags_set)
4874    name = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_name_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_name_set)
4875    vert_dir = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_vert_dir_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_vert_dir_set)
4876    top_height = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_top_height_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_top_height_set)
4877    bottom_height = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_bottom_height_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_bottom_height_set)
4878    indicator_alpha = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_indicator_alpha_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_indicator_alpha_set)
4879    indicator_color = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_indicator_color_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_indicator_color_set)
4880    num_verts = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_num_verts_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_num_verts_set)
4881    verts = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_verts_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_verts_set)
4882    num_blverts = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_num_blverts_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_num_blverts_set)
4883    blverts = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_blverts_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_blverts_set)
4884    section_settings = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_section_settings_get, _LibreDWG.Dwg_Entity_SECTIONOBJECT_section_settings_set)
4885
4886    def __init__(self):
4887        _LibreDWG.Dwg_Entity_SECTIONOBJECT_swiginit(self, _LibreDWG.new_Dwg_Entity_SECTIONOBJECT())
4888    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_SECTIONOBJECT
4889
4890# Register Dwg_Entity_SECTIONOBJECT in _LibreDWG:
4891_LibreDWG.Dwg_Entity_SECTIONOBJECT_swigregister(Dwg_Entity_SECTIONOBJECT)
4892
4893class Dwg_Object_VISUALSTYLE(object):
4894    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
4895    __repr__ = _swig_repr
4896    parent = property(_LibreDWG.Dwg_Object_VISUALSTYLE_parent_get, _LibreDWG.Dwg_Object_VISUALSTYLE_parent_set)
4897    description = property(_LibreDWG.Dwg_Object_VISUALSTYLE_description_get, _LibreDWG.Dwg_Object_VISUALSTYLE_description_set)
4898    style_type = property(_LibreDWG.Dwg_Object_VISUALSTYLE_style_type_get, _LibreDWG.Dwg_Object_VISUALSTYLE_style_type_set)
4899    ext_lighting_model = property(_LibreDWG.Dwg_Object_VISUALSTYLE_ext_lighting_model_get, _LibreDWG.Dwg_Object_VISUALSTYLE_ext_lighting_model_set)
4900    internal_only = property(_LibreDWG.Dwg_Object_VISUALSTYLE_internal_only_get, _LibreDWG.Dwg_Object_VISUALSTYLE_internal_only_set)
4901    face_lighting_model = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_lighting_model_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_lighting_model_set)
4902    face_lighting_model_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_lighting_model_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_lighting_model_int_set)
4903    face_lighting_quality = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_lighting_quality_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_lighting_quality_set)
4904    face_lighting_quality_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_lighting_quality_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_lighting_quality_int_set)
4905    face_color_mode = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_color_mode_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_color_mode_set)
4906    face_color_mode_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_color_mode_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_color_mode_int_set)
4907    face_opacity = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_opacity_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_opacity_set)
4908    face_opacity_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_opacity_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_opacity_int_set)
4909    face_specular = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_specular_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_specular_set)
4910    face_specular_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_specular_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_specular_int_set)
4911    face_modifier = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_modifier_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_modifier_set)
4912    face_modifier_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_modifier_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_modifier_int_set)
4913    face_mono_color = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_mono_color_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_mono_color_set)
4914    face_mono_color_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_face_mono_color_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_face_mono_color_int_set)
4915    edge_model = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_model_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_model_set)
4916    edge_model_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_model_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_model_int_set)
4917    edge_style = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_style_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_style_set)
4918    edge_style_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_style_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_style_int_set)
4919    edge_intersection_color = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_intersection_color_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_intersection_color_set)
4920    edge_intersection_color_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_intersection_color_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_intersection_color_int_set)
4921    edge_obscured_color = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_obscured_color_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_obscured_color_set)
4922    edge_obscured_color_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_obscured_color_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_obscured_color_int_set)
4923    edge_obscured_ltype = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_obscured_ltype_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_obscured_ltype_set)
4924    edge_obscured_ltype_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_obscured_ltype_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_obscured_ltype_int_set)
4925    edge_intersection_ltype = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_intersection_ltype_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_intersection_ltype_set)
4926    edge_intersection_ltype_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_intersection_ltype_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_intersection_ltype_int_set)
4927    edge_crease_angle = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_crease_angle_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_crease_angle_set)
4928    edge_crease_angle_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_crease_angle_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_crease_angle_int_set)
4929    edge_modifier = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_modifier_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_modifier_set)
4930    edge_modifier_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_modifier_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_modifier_int_set)
4931    edge_color = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_color_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_color_set)
4932    edge_color_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_color_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_color_int_set)
4933    edge_opacity = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_opacity_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_opacity_set)
4934    edge_opacity_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_opacity_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_opacity_int_set)
4935    edge_width = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_width_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_width_set)
4936    edge_width_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_width_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_width_int_set)
4937    edge_overhang = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_overhang_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_overhang_set)
4938    edge_overhang_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_overhang_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_overhang_int_set)
4939    edge_jitter = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_jitter_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_jitter_set)
4940    edge_jitter_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_jitter_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_jitter_int_set)
4941    edge_silhouette_color = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_silhouette_color_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_silhouette_color_set)
4942    edge_silhouette_color_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_silhouette_color_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_silhouette_color_int_set)
4943    edge_silhouette_width = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_silhouette_width_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_silhouette_width_set)
4944    edge_silhouette_width_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_silhouette_width_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_silhouette_width_int_set)
4945    edge_halo_gap = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_halo_gap_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_halo_gap_set)
4946    edge_halo_gap_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_halo_gap_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_halo_gap_int_set)
4947    edge_isolines = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_isolines_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_isolines_set)
4948    edge_isolines_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_isolines_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_isolines_int_set)
4949    edge_do_hide_precision = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_do_hide_precision_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_do_hide_precision_set)
4950    edge_do_hide_precision_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_do_hide_precision_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_do_hide_precision_int_set)
4951    edge_style_apply = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_style_apply_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_style_apply_set)
4952    edge_style_apply_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_style_apply_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_style_apply_int_set)
4953    display_settings = property(_LibreDWG.Dwg_Object_VISUALSTYLE_display_settings_get, _LibreDWG.Dwg_Object_VISUALSTYLE_display_settings_set)
4954    display_settings_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_display_settings_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_display_settings_int_set)
4955    display_brightness_bl = property(_LibreDWG.Dwg_Object_VISUALSTYLE_display_brightness_bl_get, _LibreDWG.Dwg_Object_VISUALSTYLE_display_brightness_bl_set)
4956    display_brightness = property(_LibreDWG.Dwg_Object_VISUALSTYLE_display_brightness_get, _LibreDWG.Dwg_Object_VISUALSTYLE_display_brightness_set)
4957    display_brightness_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_display_brightness_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_display_brightness_int_set)
4958    display_shadow_type = property(_LibreDWG.Dwg_Object_VISUALSTYLE_display_shadow_type_get, _LibreDWG.Dwg_Object_VISUALSTYLE_display_shadow_type_set)
4959    display_shadow_type_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_display_shadow_type_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_display_shadow_type_int_set)
4960    bd2007_45 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd2007_45_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bd2007_45_set)
4961    num_props = property(_LibreDWG.Dwg_Object_VISUALSTYLE_num_props_get, _LibreDWG.Dwg_Object_VISUALSTYLE_num_props_set)
4962    b_prop1c = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1c_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1c_set)
4963    b_prop1c_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1c_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1c_int_set)
4964    b_prop1d = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1d_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1d_set)
4965    b_prop1d_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1d_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1d_int_set)
4966    b_prop1e = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1e_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1e_set)
4967    b_prop1e_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1e_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1e_int_set)
4968    b_prop1f = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1f_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1f_set)
4969    b_prop1f_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1f_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop1f_int_set)
4970    b_prop20 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop20_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop20_set)
4971    b_prop20_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop20_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop20_int_set)
4972    b_prop21 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop21_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop21_set)
4973    b_prop21_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop21_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop21_int_set)
4974    b_prop22 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop22_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop22_set)
4975    b_prop22_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop22_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop22_int_set)
4976    b_prop23 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop23_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop23_set)
4977    b_prop23_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop23_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop23_int_set)
4978    b_prop24 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop24_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop24_set)
4979    b_prop24_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop24_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop24_int_set)
4980    bl_prop25 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop25_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop25_set)
4981    bl_prop25_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop25_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop25_int_set)
4982    bd_prop26 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop26_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop26_set)
4983    bd_prop26_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop26_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop26_int_set)
4984    bd_prop27 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop27_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop27_set)
4985    bd_prop27_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop27_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop27_int_set)
4986    bl_prop28 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop28_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop28_set)
4987    bl_prop28_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop28_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop28_int_set)
4988    c_prop29 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_c_prop29_get, _LibreDWG.Dwg_Object_VISUALSTYLE_c_prop29_set)
4989    c_prop29_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_c_prop29_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_c_prop29_int_set)
4990    bl_prop2a = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2a_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2a_set)
4991    bl_prop2a_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2a_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2a_int_set)
4992    bl_prop2b = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2b_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2b_set)
4993    bl_prop2b_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2b_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2b_int_set)
4994    c_prop2c = property(_LibreDWG.Dwg_Object_VISUALSTYLE_c_prop2c_get, _LibreDWG.Dwg_Object_VISUALSTYLE_c_prop2c_set)
4995    c_prop2c_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_c_prop2c_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_c_prop2c_int_set)
4996    b_prop2d = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop2d_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop2d_set)
4997    b_prop2d_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop2d_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop2d_int_set)
4998    bl_prop2e = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2e_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2e_set)
4999    bl_prop2e_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2e_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2e_int_set)
5000    bl_prop2f = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2f_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2f_set)
5001    bl_prop2f_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2f_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2f_int_set)
5002    bl_prop30 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop30_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop30_set)
5003    bl_prop30_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop30_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop30_int_set)
5004    b_prop31 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop31_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop31_set)
5005    b_prop31_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop31_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop31_int_set)
5006    bl_prop32 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop32_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop32_set)
5007    bl_prop32_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop32_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop32_int_set)
5008    c_prop33 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_c_prop33_get, _LibreDWG.Dwg_Object_VISUALSTYLE_c_prop33_set)
5009    c_prop33_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_c_prop33_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_c_prop33_int_set)
5010    bd_prop34 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop34_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop34_set)
5011    bd_prop34_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop34_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop34_int_set)
5012    edge_wiggle = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_wiggle_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_wiggle_set)
5013    edge_wiggle_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_wiggle_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_edge_wiggle_int_set)
5014    strokes = property(_LibreDWG.Dwg_Object_VISUALSTYLE_strokes_get, _LibreDWG.Dwg_Object_VISUALSTYLE_strokes_set)
5015    strokes_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_strokes_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_strokes_int_set)
5016    b_prop37 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop37_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop37_set)
5017    b_prop37_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop37_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_b_prop37_int_set)
5018    bd_prop38 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop38_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop38_set)
5019    bd_prop38_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop38_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop38_int_set)
5020    bd_prop39 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop39_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop39_set)
5021    bd_prop39_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop39_int_get, _LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop39_int_set)
5022
5023    def __init__(self):
5024        _LibreDWG.Dwg_Object_VISUALSTYLE_swiginit(self, _LibreDWG.new_Dwg_Object_VISUALSTYLE())
5025    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_VISUALSTYLE
5026
5027# Register Dwg_Object_VISUALSTYLE in _LibreDWG:
5028_LibreDWG.Dwg_Object_VISUALSTYLE_swigregister(Dwg_Object_VISUALSTYLE)
5029
5030class Dwg_LIGHTLIST_light(object):
5031    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5032    __repr__ = _swig_repr
5033    parent = property(_LibreDWG.Dwg_LIGHTLIST_light_parent_get, _LibreDWG.Dwg_LIGHTLIST_light_parent_set)
5034    name = property(_LibreDWG.Dwg_LIGHTLIST_light_name_get, _LibreDWG.Dwg_LIGHTLIST_light_name_set)
5035    handle = property(_LibreDWG.Dwg_LIGHTLIST_light_handle_get, _LibreDWG.Dwg_LIGHTLIST_light_handle_set)
5036
5037    def __init__(self):
5038        _LibreDWG.Dwg_LIGHTLIST_light_swiginit(self, _LibreDWG.new_Dwg_LIGHTLIST_light())
5039    __swig_destroy__ = _LibreDWG.delete_Dwg_LIGHTLIST_light
5040
5041# Register Dwg_LIGHTLIST_light in _LibreDWG:
5042_LibreDWG.Dwg_LIGHTLIST_light_swigregister(Dwg_LIGHTLIST_light)
5043
5044class Dwg_Object_LIGHTLIST(object):
5045    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5046    __repr__ = _swig_repr
5047    parent = property(_LibreDWG.Dwg_Object_LIGHTLIST_parent_get, _LibreDWG.Dwg_Object_LIGHTLIST_parent_set)
5048    class_version = property(_LibreDWG.Dwg_Object_LIGHTLIST_class_version_get, _LibreDWG.Dwg_Object_LIGHTLIST_class_version_set)
5049    num_lights = property(_LibreDWG.Dwg_Object_LIGHTLIST_num_lights_get, _LibreDWG.Dwg_Object_LIGHTLIST_num_lights_set)
5050    lights = property(_LibreDWG.Dwg_Object_LIGHTLIST_lights_get, _LibreDWG.Dwg_Object_LIGHTLIST_lights_set)
5051
5052    def __init__(self):
5053        _LibreDWG.Dwg_Object_LIGHTLIST_swiginit(self, _LibreDWG.new_Dwg_Object_LIGHTLIST())
5054    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_LIGHTLIST
5055
5056# Register Dwg_Object_LIGHTLIST in _LibreDWG:
5057_LibreDWG.Dwg_Object_LIGHTLIST_swigregister(Dwg_Object_LIGHTLIST)
5058
5059class Dwg_MATERIAL_color(object):
5060    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5061    __repr__ = _swig_repr
5062    parent = property(_LibreDWG.Dwg_MATERIAL_color_parent_get, _LibreDWG.Dwg_MATERIAL_color_parent_set)
5063    flag = property(_LibreDWG.Dwg_MATERIAL_color_flag_get, _LibreDWG.Dwg_MATERIAL_color_flag_set)
5064    factor = property(_LibreDWG.Dwg_MATERIAL_color_factor_get, _LibreDWG.Dwg_MATERIAL_color_factor_set)
5065    rgb = property(_LibreDWG.Dwg_MATERIAL_color_rgb_get, _LibreDWG.Dwg_MATERIAL_color_rgb_set)
5066
5067    def __init__(self):
5068        _LibreDWG.Dwg_MATERIAL_color_swiginit(self, _LibreDWG.new_Dwg_MATERIAL_color())
5069    __swig_destroy__ = _LibreDWG.delete_Dwg_MATERIAL_color
5070
5071# Register Dwg_MATERIAL_color in _LibreDWG:
5072_LibreDWG.Dwg_MATERIAL_color_swigregister(Dwg_MATERIAL_color)
5073
5074class Dwg_MATERIAL_mapper(object):
5075    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5076    __repr__ = _swig_repr
5077    parent = property(_LibreDWG.Dwg_MATERIAL_mapper_parent_get, _LibreDWG.Dwg_MATERIAL_mapper_parent_set)
5078    blendfactor = property(_LibreDWG.Dwg_MATERIAL_mapper_blendfactor_get, _LibreDWG.Dwg_MATERIAL_mapper_blendfactor_set)
5079    transmatrix = property(_LibreDWG.Dwg_MATERIAL_mapper_transmatrix_get, _LibreDWG.Dwg_MATERIAL_mapper_transmatrix_set)
5080    filename = property(_LibreDWG.Dwg_MATERIAL_mapper_filename_get, _LibreDWG.Dwg_MATERIAL_mapper_filename_set)
5081    color1 = property(_LibreDWG.Dwg_MATERIAL_mapper_color1_get, _LibreDWG.Dwg_MATERIAL_mapper_color1_set)
5082    color2 = property(_LibreDWG.Dwg_MATERIAL_mapper_color2_get, _LibreDWG.Dwg_MATERIAL_mapper_color2_set)
5083    source = property(_LibreDWG.Dwg_MATERIAL_mapper_source_get, _LibreDWG.Dwg_MATERIAL_mapper_source_set)
5084    projection = property(_LibreDWG.Dwg_MATERIAL_mapper_projection_get, _LibreDWG.Dwg_MATERIAL_mapper_projection_set)
5085    tiling = property(_LibreDWG.Dwg_MATERIAL_mapper_tiling_get, _LibreDWG.Dwg_MATERIAL_mapper_tiling_set)
5086    autotransform = property(_LibreDWG.Dwg_MATERIAL_mapper_autotransform_get, _LibreDWG.Dwg_MATERIAL_mapper_autotransform_set)
5087    texturemode = property(_LibreDWG.Dwg_MATERIAL_mapper_texturemode_get, _LibreDWG.Dwg_MATERIAL_mapper_texturemode_set)
5088
5089    def __init__(self):
5090        _LibreDWG.Dwg_MATERIAL_mapper_swiginit(self, _LibreDWG.new_Dwg_MATERIAL_mapper())
5091    __swig_destroy__ = _LibreDWG.delete_Dwg_MATERIAL_mapper
5092
5093# Register Dwg_MATERIAL_mapper in _LibreDWG:
5094_LibreDWG.Dwg_MATERIAL_mapper_swigregister(Dwg_MATERIAL_mapper)
5095
5096class Dwg_MATERIAL_gentexture(object):
5097    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5098    __repr__ = _swig_repr
5099    parent = property(_LibreDWG.Dwg_MATERIAL_gentexture_parent_get, _LibreDWG.Dwg_MATERIAL_gentexture_parent_set)
5100    genprocname = property(_LibreDWG.Dwg_MATERIAL_gentexture_genprocname_get, _LibreDWG.Dwg_MATERIAL_gentexture_genprocname_set)
5101    material = property(_LibreDWG.Dwg_MATERIAL_gentexture_material_get, _LibreDWG.Dwg_MATERIAL_gentexture_material_set)
5102
5103    def __init__(self):
5104        _LibreDWG.Dwg_MATERIAL_gentexture_swiginit(self, _LibreDWG.new_Dwg_MATERIAL_gentexture())
5105    __swig_destroy__ = _LibreDWG.delete_Dwg_MATERIAL_gentexture
5106
5107# Register Dwg_MATERIAL_gentexture in _LibreDWG:
5108_LibreDWG.Dwg_MATERIAL_gentexture_swigregister(Dwg_MATERIAL_gentexture)
5109
5110class Dwg_Object_MATERIAL(object):
5111    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5112    __repr__ = _swig_repr
5113    parent = property(_LibreDWG.Dwg_Object_MATERIAL_parent_get, _LibreDWG.Dwg_Object_MATERIAL_parent_set)
5114    name = property(_LibreDWG.Dwg_Object_MATERIAL_name_get, _LibreDWG.Dwg_Object_MATERIAL_name_set)
5115    description = property(_LibreDWG.Dwg_Object_MATERIAL_description_get, _LibreDWG.Dwg_Object_MATERIAL_description_set)
5116    ambient_color = property(_LibreDWG.Dwg_Object_MATERIAL_ambient_color_get, _LibreDWG.Dwg_Object_MATERIAL_ambient_color_set)
5117    diffuse_color = property(_LibreDWG.Dwg_Object_MATERIAL_diffuse_color_get, _LibreDWG.Dwg_Object_MATERIAL_diffuse_color_set)
5118    diffusemap = property(_LibreDWG.Dwg_Object_MATERIAL_diffusemap_get, _LibreDWG.Dwg_Object_MATERIAL_diffusemap_set)
5119    specular_gloss_factor = property(_LibreDWG.Dwg_Object_MATERIAL_specular_gloss_factor_get, _LibreDWG.Dwg_Object_MATERIAL_specular_gloss_factor_set)
5120    specular_color = property(_LibreDWG.Dwg_Object_MATERIAL_specular_color_get, _LibreDWG.Dwg_Object_MATERIAL_specular_color_set)
5121    specularmap = property(_LibreDWG.Dwg_Object_MATERIAL_specularmap_get, _LibreDWG.Dwg_Object_MATERIAL_specularmap_set)
5122    reflectionmap = property(_LibreDWG.Dwg_Object_MATERIAL_reflectionmap_get, _LibreDWG.Dwg_Object_MATERIAL_reflectionmap_set)
5123    opacity_percent = property(_LibreDWG.Dwg_Object_MATERIAL_opacity_percent_get, _LibreDWG.Dwg_Object_MATERIAL_opacity_percent_set)
5124    opacitymap = property(_LibreDWG.Dwg_Object_MATERIAL_opacitymap_get, _LibreDWG.Dwg_Object_MATERIAL_opacitymap_set)
5125    bumpmap = property(_LibreDWG.Dwg_Object_MATERIAL_bumpmap_get, _LibreDWG.Dwg_Object_MATERIAL_bumpmap_set)
5126    refraction_index = property(_LibreDWG.Dwg_Object_MATERIAL_refraction_index_get, _LibreDWG.Dwg_Object_MATERIAL_refraction_index_set)
5127    refractionmap = property(_LibreDWG.Dwg_Object_MATERIAL_refractionmap_get, _LibreDWG.Dwg_Object_MATERIAL_refractionmap_set)
5128    color_bleed_scale = property(_LibreDWG.Dwg_Object_MATERIAL_color_bleed_scale_get, _LibreDWG.Dwg_Object_MATERIAL_color_bleed_scale_set)
5129    indirect_bump_scale = property(_LibreDWG.Dwg_Object_MATERIAL_indirect_bump_scale_get, _LibreDWG.Dwg_Object_MATERIAL_indirect_bump_scale_set)
5130    reflectance_scale = property(_LibreDWG.Dwg_Object_MATERIAL_reflectance_scale_get, _LibreDWG.Dwg_Object_MATERIAL_reflectance_scale_set)
5131    transmittance_scale = property(_LibreDWG.Dwg_Object_MATERIAL_transmittance_scale_get, _LibreDWG.Dwg_Object_MATERIAL_transmittance_scale_set)
5132    two_sided_material = property(_LibreDWG.Dwg_Object_MATERIAL_two_sided_material_get, _LibreDWG.Dwg_Object_MATERIAL_two_sided_material_set)
5133    luminance = property(_LibreDWG.Dwg_Object_MATERIAL_luminance_get, _LibreDWG.Dwg_Object_MATERIAL_luminance_set)
5134    luminance_mode = property(_LibreDWG.Dwg_Object_MATERIAL_luminance_mode_get, _LibreDWG.Dwg_Object_MATERIAL_luminance_mode_set)
5135    translucence = property(_LibreDWG.Dwg_Object_MATERIAL_translucence_get, _LibreDWG.Dwg_Object_MATERIAL_translucence_set)
5136    self_illumination = property(_LibreDWG.Dwg_Object_MATERIAL_self_illumination_get, _LibreDWG.Dwg_Object_MATERIAL_self_illumination_set)
5137    reflectivity = property(_LibreDWG.Dwg_Object_MATERIAL_reflectivity_get, _LibreDWG.Dwg_Object_MATERIAL_reflectivity_set)
5138    illumination_model = property(_LibreDWG.Dwg_Object_MATERIAL_illumination_model_get, _LibreDWG.Dwg_Object_MATERIAL_illumination_model_set)
5139    channel_flags = property(_LibreDWG.Dwg_Object_MATERIAL_channel_flags_get, _LibreDWG.Dwg_Object_MATERIAL_channel_flags_set)
5140    mode = property(_LibreDWG.Dwg_Object_MATERIAL_mode_get, _LibreDWG.Dwg_Object_MATERIAL_mode_set)
5141    genprocname = property(_LibreDWG.Dwg_Object_MATERIAL_genprocname_get, _LibreDWG.Dwg_Object_MATERIAL_genprocname_set)
5142    genproctype = property(_LibreDWG.Dwg_Object_MATERIAL_genproctype_get, _LibreDWG.Dwg_Object_MATERIAL_genproctype_set)
5143    genprocvalbool = property(_LibreDWG.Dwg_Object_MATERIAL_genprocvalbool_get, _LibreDWG.Dwg_Object_MATERIAL_genprocvalbool_set)
5144    genprocvalint = property(_LibreDWG.Dwg_Object_MATERIAL_genprocvalint_get, _LibreDWG.Dwg_Object_MATERIAL_genprocvalint_set)
5145    genprocvalreal = property(_LibreDWG.Dwg_Object_MATERIAL_genprocvalreal_get, _LibreDWG.Dwg_Object_MATERIAL_genprocvalreal_set)
5146    genprocvaltext = property(_LibreDWG.Dwg_Object_MATERIAL_genprocvaltext_get, _LibreDWG.Dwg_Object_MATERIAL_genprocvaltext_set)
5147    genprocvalcolor = property(_LibreDWG.Dwg_Object_MATERIAL_genprocvalcolor_get, _LibreDWG.Dwg_Object_MATERIAL_genprocvalcolor_set)
5148    genproctableend = property(_LibreDWG.Dwg_Object_MATERIAL_genproctableend_get, _LibreDWG.Dwg_Object_MATERIAL_genproctableend_set)
5149    num_gentextures = property(_LibreDWG.Dwg_Object_MATERIAL_num_gentextures_get, _LibreDWG.Dwg_Object_MATERIAL_num_gentextures_set)
5150    gentextures = property(_LibreDWG.Dwg_Object_MATERIAL_gentextures_get, _LibreDWG.Dwg_Object_MATERIAL_gentextures_set)
5151
5152    def __init__(self):
5153        _LibreDWG.Dwg_Object_MATERIAL_swiginit(self, _LibreDWG.new_Dwg_Object_MATERIAL())
5154    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_MATERIAL
5155
5156# Register Dwg_Object_MATERIAL in _LibreDWG:
5157_LibreDWG.Dwg_Object_MATERIAL_swigregister(Dwg_Object_MATERIAL)
5158
5159class Dwg_Object_OBJECT_PTR(object):
5160    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5161    __repr__ = _swig_repr
5162    parent = property(_LibreDWG.Dwg_Object_OBJECT_PTR_parent_get, _LibreDWG.Dwg_Object_OBJECT_PTR_parent_set)
5163
5164    def __init__(self):
5165        _LibreDWG.Dwg_Object_OBJECT_PTR_swiginit(self, _LibreDWG.new_Dwg_Object_OBJECT_PTR())
5166    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_OBJECT_PTR
5167
5168# Register Dwg_Object_OBJECT_PTR in _LibreDWG:
5169_LibreDWG.Dwg_Object_OBJECT_PTR_swigregister(Dwg_Object_OBJECT_PTR)
5170
5171class Dwg_Entity_LIGHT(object):
5172    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5173    __repr__ = _swig_repr
5174    parent = property(_LibreDWG.Dwg_Entity_LIGHT_parent_get, _LibreDWG.Dwg_Entity_LIGHT_parent_set)
5175    class_version = property(_LibreDWG.Dwg_Entity_LIGHT_class_version_get, _LibreDWG.Dwg_Entity_LIGHT_class_version_set)
5176    name = property(_LibreDWG.Dwg_Entity_LIGHT_name_get, _LibreDWG.Dwg_Entity_LIGHT_name_set)
5177    type = property(_LibreDWG.Dwg_Entity_LIGHT_type_get, _LibreDWG.Dwg_Entity_LIGHT_type_set)
5178    status = property(_LibreDWG.Dwg_Entity_LIGHT_status_get, _LibreDWG.Dwg_Entity_LIGHT_status_set)
5179    color = property(_LibreDWG.Dwg_Entity_LIGHT_color_get, _LibreDWG.Dwg_Entity_LIGHT_color_set)
5180    plot_glyph = property(_LibreDWG.Dwg_Entity_LIGHT_plot_glyph_get, _LibreDWG.Dwg_Entity_LIGHT_plot_glyph_set)
5181    intensity = property(_LibreDWG.Dwg_Entity_LIGHT_intensity_get, _LibreDWG.Dwg_Entity_LIGHT_intensity_set)
5182    position = property(_LibreDWG.Dwg_Entity_LIGHT_position_get, _LibreDWG.Dwg_Entity_LIGHT_position_set)
5183    target = property(_LibreDWG.Dwg_Entity_LIGHT_target_get, _LibreDWG.Dwg_Entity_LIGHT_target_set)
5184    attenuation_type = property(_LibreDWG.Dwg_Entity_LIGHT_attenuation_type_get, _LibreDWG.Dwg_Entity_LIGHT_attenuation_type_set)
5185    use_attenuation_limits = property(_LibreDWG.Dwg_Entity_LIGHT_use_attenuation_limits_get, _LibreDWG.Dwg_Entity_LIGHT_use_attenuation_limits_set)
5186    attenuation_start_limit = property(_LibreDWG.Dwg_Entity_LIGHT_attenuation_start_limit_get, _LibreDWG.Dwg_Entity_LIGHT_attenuation_start_limit_set)
5187    attenuation_end_limit = property(_LibreDWG.Dwg_Entity_LIGHT_attenuation_end_limit_get, _LibreDWG.Dwg_Entity_LIGHT_attenuation_end_limit_set)
5188    hotspot_angle = property(_LibreDWG.Dwg_Entity_LIGHT_hotspot_angle_get, _LibreDWG.Dwg_Entity_LIGHT_hotspot_angle_set)
5189    falloff_angle = property(_LibreDWG.Dwg_Entity_LIGHT_falloff_angle_get, _LibreDWG.Dwg_Entity_LIGHT_falloff_angle_set)
5190    cast_shadows = property(_LibreDWG.Dwg_Entity_LIGHT_cast_shadows_get, _LibreDWG.Dwg_Entity_LIGHT_cast_shadows_set)
5191    shadow_type = property(_LibreDWG.Dwg_Entity_LIGHT_shadow_type_get, _LibreDWG.Dwg_Entity_LIGHT_shadow_type_set)
5192    shadow_map_size = property(_LibreDWG.Dwg_Entity_LIGHT_shadow_map_size_get, _LibreDWG.Dwg_Entity_LIGHT_shadow_map_size_set)
5193    shadow_map_softness = property(_LibreDWG.Dwg_Entity_LIGHT_shadow_map_softness_get, _LibreDWG.Dwg_Entity_LIGHT_shadow_map_softness_set)
5194    is_photometric = property(_LibreDWG.Dwg_Entity_LIGHT_is_photometric_get, _LibreDWG.Dwg_Entity_LIGHT_is_photometric_set)
5195    has_photometric_data = property(_LibreDWG.Dwg_Entity_LIGHT_has_photometric_data_get, _LibreDWG.Dwg_Entity_LIGHT_has_photometric_data_set)
5196    has_webfile = property(_LibreDWG.Dwg_Entity_LIGHT_has_webfile_get, _LibreDWG.Dwg_Entity_LIGHT_has_webfile_set)
5197    webfile = property(_LibreDWG.Dwg_Entity_LIGHT_webfile_get, _LibreDWG.Dwg_Entity_LIGHT_webfile_set)
5198    physical_intensity_method = property(_LibreDWG.Dwg_Entity_LIGHT_physical_intensity_method_get, _LibreDWG.Dwg_Entity_LIGHT_physical_intensity_method_set)
5199    physical_intensity = property(_LibreDWG.Dwg_Entity_LIGHT_physical_intensity_get, _LibreDWG.Dwg_Entity_LIGHT_physical_intensity_set)
5200    illuminance_dist = property(_LibreDWG.Dwg_Entity_LIGHT_illuminance_dist_get, _LibreDWG.Dwg_Entity_LIGHT_illuminance_dist_set)
5201    lamp_color_type = property(_LibreDWG.Dwg_Entity_LIGHT_lamp_color_type_get, _LibreDWG.Dwg_Entity_LIGHT_lamp_color_type_set)
5202    lamp_color_temp = property(_LibreDWG.Dwg_Entity_LIGHT_lamp_color_temp_get, _LibreDWG.Dwg_Entity_LIGHT_lamp_color_temp_set)
5203    lamp_color_preset = property(_LibreDWG.Dwg_Entity_LIGHT_lamp_color_preset_get, _LibreDWG.Dwg_Entity_LIGHT_lamp_color_preset_set)
5204    lamp_color_rgb = property(_LibreDWG.Dwg_Entity_LIGHT_lamp_color_rgb_get, _LibreDWG.Dwg_Entity_LIGHT_lamp_color_rgb_set)
5205    web_rotation = property(_LibreDWG.Dwg_Entity_LIGHT_web_rotation_get, _LibreDWG.Dwg_Entity_LIGHT_web_rotation_set)
5206    extlight_shape = property(_LibreDWG.Dwg_Entity_LIGHT_extlight_shape_get, _LibreDWG.Dwg_Entity_LIGHT_extlight_shape_set)
5207    extlight_length = property(_LibreDWG.Dwg_Entity_LIGHT_extlight_length_get, _LibreDWG.Dwg_Entity_LIGHT_extlight_length_set)
5208    extlight_width = property(_LibreDWG.Dwg_Entity_LIGHT_extlight_width_get, _LibreDWG.Dwg_Entity_LIGHT_extlight_width_set)
5209    extlight_radius = property(_LibreDWG.Dwg_Entity_LIGHT_extlight_radius_get, _LibreDWG.Dwg_Entity_LIGHT_extlight_radius_set)
5210    webfile_type = property(_LibreDWG.Dwg_Entity_LIGHT_webfile_type_get, _LibreDWG.Dwg_Entity_LIGHT_webfile_type_set)
5211    web_symetry = property(_LibreDWG.Dwg_Entity_LIGHT_web_symetry_get, _LibreDWG.Dwg_Entity_LIGHT_web_symetry_set)
5212    has_target_grip = property(_LibreDWG.Dwg_Entity_LIGHT_has_target_grip_get, _LibreDWG.Dwg_Entity_LIGHT_has_target_grip_set)
5213    web_flux = property(_LibreDWG.Dwg_Entity_LIGHT_web_flux_get, _LibreDWG.Dwg_Entity_LIGHT_web_flux_set)
5214    web_angle1 = property(_LibreDWG.Dwg_Entity_LIGHT_web_angle1_get, _LibreDWG.Dwg_Entity_LIGHT_web_angle1_set)
5215    web_angle2 = property(_LibreDWG.Dwg_Entity_LIGHT_web_angle2_get, _LibreDWG.Dwg_Entity_LIGHT_web_angle2_set)
5216    web_angle3 = property(_LibreDWG.Dwg_Entity_LIGHT_web_angle3_get, _LibreDWG.Dwg_Entity_LIGHT_web_angle3_set)
5217    web_angle4 = property(_LibreDWG.Dwg_Entity_LIGHT_web_angle4_get, _LibreDWG.Dwg_Entity_LIGHT_web_angle4_set)
5218    web_angle5 = property(_LibreDWG.Dwg_Entity_LIGHT_web_angle5_get, _LibreDWG.Dwg_Entity_LIGHT_web_angle5_set)
5219    glyph_display_type = property(_LibreDWG.Dwg_Entity_LIGHT_glyph_display_type_get, _LibreDWG.Dwg_Entity_LIGHT_glyph_display_type_set)
5220
5221    def __init__(self):
5222        _LibreDWG.Dwg_Entity_LIGHT_swiginit(self, _LibreDWG.new_Dwg_Entity_LIGHT())
5223    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_LIGHT
5224
5225# Register Dwg_Entity_LIGHT in _LibreDWG:
5226_LibreDWG.Dwg_Entity_LIGHT_swigregister(Dwg_Entity_LIGHT)
5227
5228class Dwg_Entity_CAMERA(object):
5229    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5230    __repr__ = _swig_repr
5231    parent = property(_LibreDWG.Dwg_Entity_CAMERA_parent_get, _LibreDWG.Dwg_Entity_CAMERA_parent_set)
5232    view = property(_LibreDWG.Dwg_Entity_CAMERA_view_get, _LibreDWG.Dwg_Entity_CAMERA_view_set)
5233
5234    def __init__(self):
5235        _LibreDWG.Dwg_Entity_CAMERA_swiginit(self, _LibreDWG.new_Dwg_Entity_CAMERA())
5236    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_CAMERA
5237
5238# Register Dwg_Entity_CAMERA in _LibreDWG:
5239_LibreDWG.Dwg_Entity_CAMERA_swigregister(Dwg_Entity_CAMERA)
5240
5241class Dwg_Entity_GEOPOSITIONMARKER(object):
5242    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5243    __repr__ = _swig_repr
5244    parent = property(_LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_parent_get, _LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_parent_set)
5245    class_version = property(_LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_class_version_get, _LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_class_version_set)
5246    position = property(_LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_position_get, _LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_position_set)
5247    radius = property(_LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_radius_get, _LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_radius_set)
5248    landing_gap = property(_LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_landing_gap_get, _LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_landing_gap_set)
5249    notes = property(_LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_notes_get, _LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_notes_set)
5250    text_alignment = property(_LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_text_alignment_get, _LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_text_alignment_set)
5251    mtext_visible = property(_LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_mtext_visible_get, _LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_mtext_visible_set)
5252    enable_frame_text = property(_LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_enable_frame_text_get, _LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_enable_frame_text_set)
5253    mtext = property(_LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_mtext_get, _LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_mtext_set)
5254
5255    def __init__(self):
5256        _LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_swiginit(self, _LibreDWG.new_Dwg_Entity_GEOPOSITIONMARKER())
5257    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_GEOPOSITIONMARKER
5258
5259# Register Dwg_Entity_GEOPOSITIONMARKER in _LibreDWG:
5260_LibreDWG.Dwg_Entity_GEOPOSITIONMARKER_swigregister(Dwg_Entity_GEOPOSITIONMARKER)
5261
5262class Dwg_Object_GEOMAPIMAGE(object):
5263    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5264    __repr__ = _swig_repr
5265    parent = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_parent_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_parent_set)
5266    class_version = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_class_version_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_class_version_set)
5267    pt0 = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_pt0_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_pt0_set)
5268    size = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_size_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_size_set)
5269    display_props = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_display_props_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_display_props_set)
5270    clipping = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_clipping_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_clipping_set)
5271    brightness = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_brightness_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_brightness_set)
5272    contrast = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_contrast_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_contrast_set)
5273    fade = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_fade_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_fade_set)
5274    rotation = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_rotation_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_rotation_set)
5275    image_width = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_image_width_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_image_width_set)
5276    image_height = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_image_height_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_image_height_set)
5277    name = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_name_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_name_set)
5278    image_file = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_image_file_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_image_file_set)
5279    image_visibility = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_image_visibility_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_image_visibility_set)
5280    transparency = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_transparency_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_transparency_set)
5281    height = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_height_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_height_set)
5282    width = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_width_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_width_set)
5283    show_rotation = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_show_rotation_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_show_rotation_set)
5284    scale_factor = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_scale_factor_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_scale_factor_set)
5285    geoimage_brightness = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_brightness_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_brightness_set)
5286    geoimage_contrast = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_contrast_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_contrast_set)
5287    geoimage_fade = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_fade_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_fade_set)
5288    geoimage_position = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_position_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_position_set)
5289    geoimage_width = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_width_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_width_set)
5290    geoimage_height = property(_LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_height_get, _LibreDWG.Dwg_Object_GEOMAPIMAGE_geoimage_height_set)
5291
5292    def __init__(self):
5293        _LibreDWG.Dwg_Object_GEOMAPIMAGE_swiginit(self, _LibreDWG.new_Dwg_Object_GEOMAPIMAGE())
5294    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_GEOMAPIMAGE
5295
5296# Register Dwg_Object_GEOMAPIMAGE in _LibreDWG:
5297_LibreDWG.Dwg_Object_GEOMAPIMAGE_swigregister(Dwg_Object_GEOMAPIMAGE)
5298
5299class Dwg_Entity_HELIX(object):
5300    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5301    __repr__ = _swig_repr
5302    parent = property(_LibreDWG.Dwg_Entity_HELIX_parent_get, _LibreDWG.Dwg_Entity_HELIX_parent_set)
5303    flag = property(_LibreDWG.Dwg_Entity_HELIX_flag_get, _LibreDWG.Dwg_Entity_HELIX_flag_set)
5304    scenario = property(_LibreDWG.Dwg_Entity_HELIX_scenario_get, _LibreDWG.Dwg_Entity_HELIX_scenario_set)
5305    degree = property(_LibreDWG.Dwg_Entity_HELIX_degree_get, _LibreDWG.Dwg_Entity_HELIX_degree_set)
5306    splineflags1 = property(_LibreDWG.Dwg_Entity_HELIX_splineflags1_get, _LibreDWG.Dwg_Entity_HELIX_splineflags1_set)
5307    knotparam = property(_LibreDWG.Dwg_Entity_HELIX_knotparam_get, _LibreDWG.Dwg_Entity_HELIX_knotparam_set)
5308    fit_tol = property(_LibreDWG.Dwg_Entity_HELIX_fit_tol_get, _LibreDWG.Dwg_Entity_HELIX_fit_tol_set)
5309    beg_tan_vec = property(_LibreDWG.Dwg_Entity_HELIX_beg_tan_vec_get, _LibreDWG.Dwg_Entity_HELIX_beg_tan_vec_set)
5310    end_tan_vec = property(_LibreDWG.Dwg_Entity_HELIX_end_tan_vec_get, _LibreDWG.Dwg_Entity_HELIX_end_tan_vec_set)
5311    rational = property(_LibreDWG.Dwg_Entity_HELIX_rational_get, _LibreDWG.Dwg_Entity_HELIX_rational_set)
5312    closed_b = property(_LibreDWG.Dwg_Entity_HELIX_closed_b_get, _LibreDWG.Dwg_Entity_HELIX_closed_b_set)
5313    periodic = property(_LibreDWG.Dwg_Entity_HELIX_periodic_get, _LibreDWG.Dwg_Entity_HELIX_periodic_set)
5314    weighted = property(_LibreDWG.Dwg_Entity_HELIX_weighted_get, _LibreDWG.Dwg_Entity_HELIX_weighted_set)
5315    knot_tol = property(_LibreDWG.Dwg_Entity_HELIX_knot_tol_get, _LibreDWG.Dwg_Entity_HELIX_knot_tol_set)
5316    ctrl_tol = property(_LibreDWG.Dwg_Entity_HELIX_ctrl_tol_get, _LibreDWG.Dwg_Entity_HELIX_ctrl_tol_set)
5317    num_fit_pts = property(_LibreDWG.Dwg_Entity_HELIX_num_fit_pts_get, _LibreDWG.Dwg_Entity_HELIX_num_fit_pts_set)
5318    fit_pts = property(_LibreDWG.Dwg_Entity_HELIX_fit_pts_get, _LibreDWG.Dwg_Entity_HELIX_fit_pts_set)
5319    num_knots = property(_LibreDWG.Dwg_Entity_HELIX_num_knots_get, _LibreDWG.Dwg_Entity_HELIX_num_knots_set)
5320    knots = property(_LibreDWG.Dwg_Entity_HELIX_knots_get, _LibreDWG.Dwg_Entity_HELIX_knots_set)
5321    num_ctrl_pts = property(_LibreDWG.Dwg_Entity_HELIX_num_ctrl_pts_get, _LibreDWG.Dwg_Entity_HELIX_num_ctrl_pts_set)
5322    ctrl_pts = property(_LibreDWG.Dwg_Entity_HELIX_ctrl_pts_get, _LibreDWG.Dwg_Entity_HELIX_ctrl_pts_set)
5323    major_version = property(_LibreDWG.Dwg_Entity_HELIX_major_version_get, _LibreDWG.Dwg_Entity_HELIX_major_version_set)
5324    maint_version = property(_LibreDWG.Dwg_Entity_HELIX_maint_version_get, _LibreDWG.Dwg_Entity_HELIX_maint_version_set)
5325    axis_base_pt = property(_LibreDWG.Dwg_Entity_HELIX_axis_base_pt_get, _LibreDWG.Dwg_Entity_HELIX_axis_base_pt_set)
5326    start_pt = property(_LibreDWG.Dwg_Entity_HELIX_start_pt_get, _LibreDWG.Dwg_Entity_HELIX_start_pt_set)
5327    axis_vector = property(_LibreDWG.Dwg_Entity_HELIX_axis_vector_get, _LibreDWG.Dwg_Entity_HELIX_axis_vector_set)
5328    radius = property(_LibreDWG.Dwg_Entity_HELIX_radius_get, _LibreDWG.Dwg_Entity_HELIX_radius_set)
5329    turns = property(_LibreDWG.Dwg_Entity_HELIX_turns_get, _LibreDWG.Dwg_Entity_HELIX_turns_set)
5330    turn_height = property(_LibreDWG.Dwg_Entity_HELIX_turn_height_get, _LibreDWG.Dwg_Entity_HELIX_turn_height_set)
5331    handedness = property(_LibreDWG.Dwg_Entity_HELIX_handedness_get, _LibreDWG.Dwg_Entity_HELIX_handedness_set)
5332    constraint_type = property(_LibreDWG.Dwg_Entity_HELIX_constraint_type_get, _LibreDWG.Dwg_Entity_HELIX_constraint_type_set)
5333
5334    def __init__(self):
5335        _LibreDWG.Dwg_Entity_HELIX_swiginit(self, _LibreDWG.new_Dwg_Entity_HELIX())
5336    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_HELIX
5337
5338# Register Dwg_Entity_HELIX in _LibreDWG:
5339_LibreDWG.Dwg_Entity_HELIX_swigregister(Dwg_Entity_HELIX)
5340
5341class Dwg_Entity_EXTRUDEDSURFACE(object):
5342    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5343    __repr__ = _swig_repr
5344    parent = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_parent_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_parent_set)
5345    acis_empty = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_acis_empty_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_acis_empty_set)
5346    unknown = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_unknown_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_unknown_set)
5347    version = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_version_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_version_set)
5348    num_blocks = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_num_blocks_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_num_blocks_set)
5349    block_size = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_block_size_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_block_size_set)
5350    encr_sat_data = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_encr_sat_data_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_encr_sat_data_set)
5351    sab_size = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sab_size_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sab_size_set)
5352    acis_data = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_acis_data_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_acis_data_set)
5353    wireframe_data_present = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_wireframe_data_present_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_wireframe_data_present_set)
5354    point_present = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_point_present_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_point_present_set)
5355    point = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_point_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_point_set)
5356    isolines = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_isolines_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_isolines_set)
5357    isoline_present = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_isoline_present_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_isoline_present_set)
5358    num_wires = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_num_wires_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_num_wires_set)
5359    wires = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_wires_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_wires_set)
5360    num_silhouettes = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_num_silhouettes_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_num_silhouettes_set)
5361    silhouettes = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_silhouettes_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_silhouettes_set)
5362    _dxf_sab_converted = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE__dxf_sab_converted_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE__dxf_sab_converted_set)
5363    acis_empty2 = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_acis_empty2_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_acis_empty2_set)
5364    extra_acis_data = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_extra_acis_data_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_extra_acis_data_set)
5365    num_materials = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_num_materials_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_num_materials_set)
5366    materials = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_materials_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_materials_set)
5367    revision_guid = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_revision_guid_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_revision_guid_set)
5368    revision_major = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_revision_major_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_revision_major_set)
5369    revision_minor1 = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_revision_minor1_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_revision_minor1_set)
5370    revision_minor2 = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_revision_minor2_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_revision_minor2_set)
5371    revision_bytes = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_revision_bytes_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_revision_bytes_set)
5372    end_marker = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_end_marker_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_end_marker_set)
5373    history_id = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_history_id_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_history_id_set)
5374    has_revision_guid = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_has_revision_guid_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_has_revision_guid_set)
5375    acis_empty_bit = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_acis_empty_bit_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_acis_empty_bit_set)
5376    modeler_format_version = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_modeler_format_version_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_modeler_format_version_set)
5377    bindata_size = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_bindata_size_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_bindata_size_set)
5378    bindata = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_bindata_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_bindata_set)
5379    u_isolines = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_u_isolines_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_u_isolines_set)
5380    v_isolines = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_v_isolines_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_v_isolines_set)
5381    class_version = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_class_version_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_class_version_set)
5382    draft_angle = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_draft_angle_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_draft_angle_set)
5383    draft_start_distance = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_draft_start_distance_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_draft_start_distance_set)
5384    draft_end_distance = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_draft_end_distance_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_draft_end_distance_set)
5385    twist_angle = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_twist_angle_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_twist_angle_set)
5386    scale_factor = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_scale_factor_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_scale_factor_set)
5387    align_angle = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_align_angle_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_align_angle_set)
5388    sweep_entity_transmatrix = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_entity_transmatrix_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_entity_transmatrix_set)
5389    path_entity_transmatrix = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_path_entity_transmatrix_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_path_entity_transmatrix_set)
5390    is_solid = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_is_solid_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_is_solid_set)
5391    sweep_alignment_flags = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_alignment_flags_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_alignment_flags_set)
5392    path_flags = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_path_flags_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_path_flags_set)
5393    align_start = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_align_start_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_align_start_set)
5394    bank = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_bank_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_bank_set)
5395    base_point_set = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_base_point_set_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_base_point_set_set)
5396    sweep_entity_transform_computed = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_entity_transform_computed_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_entity_transform_computed_set)
5397    path_entity_transform_computed = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_path_entity_transform_computed_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_path_entity_transform_computed_set)
5398    reference_vector_for_controlling_twist = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_reference_vector_for_controlling_twist_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_reference_vector_for_controlling_twist_set)
5399    sweep_entity = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_entity_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_entity_set)
5400    path_entity = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_path_entity_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_path_entity_set)
5401    sweep_vector = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_vector_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_vector_set)
5402    sweep_transmatrix = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_transmatrix_get, _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_sweep_transmatrix_set)
5403
5404    def __init__(self):
5405        _LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_swiginit(self, _LibreDWG.new_Dwg_Entity_EXTRUDEDSURFACE())
5406    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_EXTRUDEDSURFACE
5407
5408# Register Dwg_Entity_EXTRUDEDSURFACE in _LibreDWG:
5409_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_swigregister(Dwg_Entity_EXTRUDEDSURFACE)
5410
5411class Dwg_Entity_SWEPTSURFACE(object):
5412    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5413    __repr__ = _swig_repr
5414    parent = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_parent_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_parent_set)
5415    acis_empty = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_acis_empty_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_acis_empty_set)
5416    unknown = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_unknown_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_unknown_set)
5417    version = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_version_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_version_set)
5418    num_blocks = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_num_blocks_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_num_blocks_set)
5419    block_size = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_block_size_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_block_size_set)
5420    encr_sat_data = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_encr_sat_data_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_encr_sat_data_set)
5421    sab_size = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_sab_size_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_sab_size_set)
5422    acis_data = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_acis_data_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_acis_data_set)
5423    wireframe_data_present = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_wireframe_data_present_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_wireframe_data_present_set)
5424    point_present = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_point_present_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_point_present_set)
5425    point = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_point_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_point_set)
5426    isolines = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_isolines_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_isolines_set)
5427    isoline_present = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_isoline_present_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_isoline_present_set)
5428    num_wires = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_num_wires_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_num_wires_set)
5429    wires = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_wires_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_wires_set)
5430    num_silhouettes = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_num_silhouettes_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_num_silhouettes_set)
5431    silhouettes = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_silhouettes_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_silhouettes_set)
5432    _dxf_sab_converted = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE__dxf_sab_converted_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE__dxf_sab_converted_set)
5433    acis_empty2 = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_acis_empty2_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_acis_empty2_set)
5434    extra_acis_data = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_extra_acis_data_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_extra_acis_data_set)
5435    num_materials = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_num_materials_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_num_materials_set)
5436    materials = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_materials_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_materials_set)
5437    revision_guid = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_revision_guid_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_revision_guid_set)
5438    revision_major = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_revision_major_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_revision_major_set)
5439    revision_minor1 = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_revision_minor1_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_revision_minor1_set)
5440    revision_minor2 = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_revision_minor2_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_revision_minor2_set)
5441    revision_bytes = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_revision_bytes_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_revision_bytes_set)
5442    end_marker = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_end_marker_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_end_marker_set)
5443    history_id = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_history_id_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_history_id_set)
5444    has_revision_guid = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_has_revision_guid_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_has_revision_guid_set)
5445    acis_empty_bit = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_acis_empty_bit_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_acis_empty_bit_set)
5446    modeler_format_version = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_modeler_format_version_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_modeler_format_version_set)
5447    u_isolines = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_u_isolines_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_u_isolines_set)
5448    v_isolines = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_v_isolines_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_v_isolines_set)
5449    class_version = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_class_version_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_class_version_set)
5450    sweep_entity_id = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_sweep_entity_id_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_sweep_entity_id_set)
5451    sweepdata_size = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_sweepdata_size_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_sweepdata_size_set)
5452    sweepdata = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_sweepdata_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_sweepdata_set)
5453    path_entity_id = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_path_entity_id_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_path_entity_id_set)
5454    pathdata_size = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_pathdata_size_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_pathdata_size_set)
5455    pathdata = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_pathdata_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_pathdata_set)
5456    draft_angle = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_draft_angle_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_draft_angle_set)
5457    draft_start_distance = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_draft_start_distance_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_draft_start_distance_set)
5458    draft_end_distance = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_draft_end_distance_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_draft_end_distance_set)
5459    twist_angle = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_twist_angle_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_twist_angle_set)
5460    scale_factor = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_scale_factor_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_scale_factor_set)
5461    align_angle = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_align_angle_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_align_angle_set)
5462    sweep_entity_transmatrix = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_sweep_entity_transmatrix_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_sweep_entity_transmatrix_set)
5463    path_entity_transmatrix = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_path_entity_transmatrix_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_path_entity_transmatrix_set)
5464    is_solid = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_is_solid_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_is_solid_set)
5465    sweep_alignment_flags = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_sweep_alignment_flags_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_sweep_alignment_flags_set)
5466    path_flags = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_path_flags_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_path_flags_set)
5467    align_start = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_align_start_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_align_start_set)
5468    bank = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_bank_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_bank_set)
5469    base_point_set = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_base_point_set_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_base_point_set_set)
5470    sweep_entity_transform_computed = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_sweep_entity_transform_computed_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_sweep_entity_transform_computed_set)
5471    path_entity_transform_computed = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_path_entity_transform_computed_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_path_entity_transform_computed_set)
5472    reference_vector_for_controlling_twist = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_reference_vector_for_controlling_twist_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_reference_vector_for_controlling_twist_set)
5473    sweep_entity = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_sweep_entity_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_sweep_entity_set)
5474    path_entity = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_path_entity_get, _LibreDWG.Dwg_Entity_SWEPTSURFACE_path_entity_set)
5475
5476    def __init__(self):
5477        _LibreDWG.Dwg_Entity_SWEPTSURFACE_swiginit(self, _LibreDWG.new_Dwg_Entity_SWEPTSURFACE())
5478    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_SWEPTSURFACE
5479
5480# Register Dwg_Entity_SWEPTSURFACE in _LibreDWG:
5481_LibreDWG.Dwg_Entity_SWEPTSURFACE_swigregister(Dwg_Entity_SWEPTSURFACE)
5482
5483class Dwg_Entity_LOFTEDSURFACE(object):
5484    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5485    __repr__ = _swig_repr
5486    parent = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_parent_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_parent_set)
5487    acis_empty = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_acis_empty_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_acis_empty_set)
5488    unknown = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_unknown_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_unknown_set)
5489    version = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_version_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_version_set)
5490    num_blocks = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_blocks_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_blocks_set)
5491    block_size = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_block_size_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_block_size_set)
5492    encr_sat_data = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_encr_sat_data_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_encr_sat_data_set)
5493    sab_size = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_sab_size_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_sab_size_set)
5494    acis_data = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_acis_data_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_acis_data_set)
5495    wireframe_data_present = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_wireframe_data_present_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_wireframe_data_present_set)
5496    point_present = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_point_present_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_point_present_set)
5497    point = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_point_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_point_set)
5498    isolines = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_isolines_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_isolines_set)
5499    isoline_present = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_isoline_present_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_isoline_present_set)
5500    num_wires = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_wires_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_wires_set)
5501    wires = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_wires_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_wires_set)
5502    num_silhouettes = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_silhouettes_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_silhouettes_set)
5503    silhouettes = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_silhouettes_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_silhouettes_set)
5504    _dxf_sab_converted = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE__dxf_sab_converted_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE__dxf_sab_converted_set)
5505    acis_empty2 = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_acis_empty2_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_acis_empty2_set)
5506    extra_acis_data = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_extra_acis_data_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_extra_acis_data_set)
5507    num_materials = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_materials_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_materials_set)
5508    materials = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_materials_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_materials_set)
5509    revision_guid = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_revision_guid_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_revision_guid_set)
5510    revision_major = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_revision_major_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_revision_major_set)
5511    revision_minor1 = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_revision_minor1_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_revision_minor1_set)
5512    revision_minor2 = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_revision_minor2_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_revision_minor2_set)
5513    revision_bytes = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_revision_bytes_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_revision_bytes_set)
5514    end_marker = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_end_marker_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_end_marker_set)
5515    history_id = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_history_id_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_history_id_set)
5516    has_revision_guid = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_has_revision_guid_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_has_revision_guid_set)
5517    acis_empty_bit = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_acis_empty_bit_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_acis_empty_bit_set)
5518    modeler_format_version = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_modeler_format_version_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_modeler_format_version_set)
5519    u_isolines = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_u_isolines_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_u_isolines_set)
5520    v_isolines = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_v_isolines_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_v_isolines_set)
5521    loft_entity_transmatrix = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_loft_entity_transmatrix_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_loft_entity_transmatrix_set)
5522    plane_normal_lofting_type = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_plane_normal_lofting_type_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_plane_normal_lofting_type_set)
5523    start_draft_angle = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_start_draft_angle_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_start_draft_angle_set)
5524    end_draft_angle = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_end_draft_angle_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_end_draft_angle_set)
5525    start_draft_magnitude = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_start_draft_magnitude_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_start_draft_magnitude_set)
5526    end_draft_magnitude = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_end_draft_magnitude_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_end_draft_magnitude_set)
5527    arc_length_parameterization = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_arc_length_parameterization_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_arc_length_parameterization_set)
5528    no_twist = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_no_twist_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_no_twist_set)
5529    align_direction = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_align_direction_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_align_direction_set)
5530    simple_surfaces = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_simple_surfaces_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_simple_surfaces_set)
5531    closed_surfaces = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_closed_surfaces_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_closed_surfaces_set)
5532    solid = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_solid_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_solid_set)
5533    ruled_surface = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_ruled_surface_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_ruled_surface_set)
5534    virtual_guide = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_virtual_guide_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_virtual_guide_set)
5535    num_cross_sections = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_cross_sections_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_cross_sections_set)
5536    num_guide_curves = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_guide_curves_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_num_guide_curves_set)
5537    cross_sections = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_cross_sections_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_cross_sections_set)
5538    guide_curves = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_guide_curves_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_guide_curves_set)
5539    path_curve = property(_LibreDWG.Dwg_Entity_LOFTEDSURFACE_path_curve_get, _LibreDWG.Dwg_Entity_LOFTEDSURFACE_path_curve_set)
5540
5541    def __init__(self):
5542        _LibreDWG.Dwg_Entity_LOFTEDSURFACE_swiginit(self, _LibreDWG.new_Dwg_Entity_LOFTEDSURFACE())
5543    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_LOFTEDSURFACE
5544
5545# Register Dwg_Entity_LOFTEDSURFACE in _LibreDWG:
5546_LibreDWG.Dwg_Entity_LOFTEDSURFACE_swigregister(Dwg_Entity_LOFTEDSURFACE)
5547
5548class Dwg_Entity_NURBSURFACE(object):
5549    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5550    __repr__ = _swig_repr
5551    parent = property(_LibreDWG.Dwg_Entity_NURBSURFACE_parent_get, _LibreDWG.Dwg_Entity_NURBSURFACE_parent_set)
5552    acis_empty = property(_LibreDWG.Dwg_Entity_NURBSURFACE_acis_empty_get, _LibreDWG.Dwg_Entity_NURBSURFACE_acis_empty_set)
5553    unknown = property(_LibreDWG.Dwg_Entity_NURBSURFACE_unknown_get, _LibreDWG.Dwg_Entity_NURBSURFACE_unknown_set)
5554    version = property(_LibreDWG.Dwg_Entity_NURBSURFACE_version_get, _LibreDWG.Dwg_Entity_NURBSURFACE_version_set)
5555    num_blocks = property(_LibreDWG.Dwg_Entity_NURBSURFACE_num_blocks_get, _LibreDWG.Dwg_Entity_NURBSURFACE_num_blocks_set)
5556    block_size = property(_LibreDWG.Dwg_Entity_NURBSURFACE_block_size_get, _LibreDWG.Dwg_Entity_NURBSURFACE_block_size_set)
5557    encr_sat_data = property(_LibreDWG.Dwg_Entity_NURBSURFACE_encr_sat_data_get, _LibreDWG.Dwg_Entity_NURBSURFACE_encr_sat_data_set)
5558    sab_size = property(_LibreDWG.Dwg_Entity_NURBSURFACE_sab_size_get, _LibreDWG.Dwg_Entity_NURBSURFACE_sab_size_set)
5559    acis_data = property(_LibreDWG.Dwg_Entity_NURBSURFACE_acis_data_get, _LibreDWG.Dwg_Entity_NURBSURFACE_acis_data_set)
5560    wireframe_data_present = property(_LibreDWG.Dwg_Entity_NURBSURFACE_wireframe_data_present_get, _LibreDWG.Dwg_Entity_NURBSURFACE_wireframe_data_present_set)
5561    point_present = property(_LibreDWG.Dwg_Entity_NURBSURFACE_point_present_get, _LibreDWG.Dwg_Entity_NURBSURFACE_point_present_set)
5562    point = property(_LibreDWG.Dwg_Entity_NURBSURFACE_point_get, _LibreDWG.Dwg_Entity_NURBSURFACE_point_set)
5563    isolines = property(_LibreDWG.Dwg_Entity_NURBSURFACE_isolines_get, _LibreDWG.Dwg_Entity_NURBSURFACE_isolines_set)
5564    isoline_present = property(_LibreDWG.Dwg_Entity_NURBSURFACE_isoline_present_get, _LibreDWG.Dwg_Entity_NURBSURFACE_isoline_present_set)
5565    num_wires = property(_LibreDWG.Dwg_Entity_NURBSURFACE_num_wires_get, _LibreDWG.Dwg_Entity_NURBSURFACE_num_wires_set)
5566    wires = property(_LibreDWG.Dwg_Entity_NURBSURFACE_wires_get, _LibreDWG.Dwg_Entity_NURBSURFACE_wires_set)
5567    num_silhouettes = property(_LibreDWG.Dwg_Entity_NURBSURFACE_num_silhouettes_get, _LibreDWG.Dwg_Entity_NURBSURFACE_num_silhouettes_set)
5568    silhouettes = property(_LibreDWG.Dwg_Entity_NURBSURFACE_silhouettes_get, _LibreDWG.Dwg_Entity_NURBSURFACE_silhouettes_set)
5569    _dxf_sab_converted = property(_LibreDWG.Dwg_Entity_NURBSURFACE__dxf_sab_converted_get, _LibreDWG.Dwg_Entity_NURBSURFACE__dxf_sab_converted_set)
5570    acis_empty2 = property(_LibreDWG.Dwg_Entity_NURBSURFACE_acis_empty2_get, _LibreDWG.Dwg_Entity_NURBSURFACE_acis_empty2_set)
5571    extra_acis_data = property(_LibreDWG.Dwg_Entity_NURBSURFACE_extra_acis_data_get, _LibreDWG.Dwg_Entity_NURBSURFACE_extra_acis_data_set)
5572    num_materials = property(_LibreDWG.Dwg_Entity_NURBSURFACE_num_materials_get, _LibreDWG.Dwg_Entity_NURBSURFACE_num_materials_set)
5573    materials = property(_LibreDWG.Dwg_Entity_NURBSURFACE_materials_get, _LibreDWG.Dwg_Entity_NURBSURFACE_materials_set)
5574    revision_guid = property(_LibreDWG.Dwg_Entity_NURBSURFACE_revision_guid_get, _LibreDWG.Dwg_Entity_NURBSURFACE_revision_guid_set)
5575    revision_major = property(_LibreDWG.Dwg_Entity_NURBSURFACE_revision_major_get, _LibreDWG.Dwg_Entity_NURBSURFACE_revision_major_set)
5576    revision_minor1 = property(_LibreDWG.Dwg_Entity_NURBSURFACE_revision_minor1_get, _LibreDWG.Dwg_Entity_NURBSURFACE_revision_minor1_set)
5577    revision_minor2 = property(_LibreDWG.Dwg_Entity_NURBSURFACE_revision_minor2_get, _LibreDWG.Dwg_Entity_NURBSURFACE_revision_minor2_set)
5578    revision_bytes = property(_LibreDWG.Dwg_Entity_NURBSURFACE_revision_bytes_get, _LibreDWG.Dwg_Entity_NURBSURFACE_revision_bytes_set)
5579    end_marker = property(_LibreDWG.Dwg_Entity_NURBSURFACE_end_marker_get, _LibreDWG.Dwg_Entity_NURBSURFACE_end_marker_set)
5580    history_id = property(_LibreDWG.Dwg_Entity_NURBSURFACE_history_id_get, _LibreDWG.Dwg_Entity_NURBSURFACE_history_id_set)
5581    has_revision_guid = property(_LibreDWG.Dwg_Entity_NURBSURFACE_has_revision_guid_get, _LibreDWG.Dwg_Entity_NURBSURFACE_has_revision_guid_set)
5582    acis_empty_bit = property(_LibreDWG.Dwg_Entity_NURBSURFACE_acis_empty_bit_get, _LibreDWG.Dwg_Entity_NURBSURFACE_acis_empty_bit_set)
5583    u_isolines = property(_LibreDWG.Dwg_Entity_NURBSURFACE_u_isolines_get, _LibreDWG.Dwg_Entity_NURBSURFACE_u_isolines_set)
5584    v_isolines = property(_LibreDWG.Dwg_Entity_NURBSURFACE_v_isolines_get, _LibreDWG.Dwg_Entity_NURBSURFACE_v_isolines_set)
5585    short170 = property(_LibreDWG.Dwg_Entity_NURBSURFACE_short170_get, _LibreDWG.Dwg_Entity_NURBSURFACE_short170_set)
5586    cv_hull_display = property(_LibreDWG.Dwg_Entity_NURBSURFACE_cv_hull_display_get, _LibreDWG.Dwg_Entity_NURBSURFACE_cv_hull_display_set)
5587    uvec1 = property(_LibreDWG.Dwg_Entity_NURBSURFACE_uvec1_get, _LibreDWG.Dwg_Entity_NURBSURFACE_uvec1_set)
5588    vvec1 = property(_LibreDWG.Dwg_Entity_NURBSURFACE_vvec1_get, _LibreDWG.Dwg_Entity_NURBSURFACE_vvec1_set)
5589    uvec2 = property(_LibreDWG.Dwg_Entity_NURBSURFACE_uvec2_get, _LibreDWG.Dwg_Entity_NURBSURFACE_uvec2_set)
5590    vvec2 = property(_LibreDWG.Dwg_Entity_NURBSURFACE_vvec2_get, _LibreDWG.Dwg_Entity_NURBSURFACE_vvec2_set)
5591
5592    def __init__(self):
5593        _LibreDWG.Dwg_Entity_NURBSURFACE_swiginit(self, _LibreDWG.new_Dwg_Entity_NURBSURFACE())
5594    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_NURBSURFACE
5595
5596# Register Dwg_Entity_NURBSURFACE in _LibreDWG:
5597_LibreDWG.Dwg_Entity_NURBSURFACE_swigregister(Dwg_Entity_NURBSURFACE)
5598
5599class Dwg_Entity_PLANESURFACE(object):
5600    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5601    __repr__ = _swig_repr
5602    parent = property(_LibreDWG.Dwg_Entity_PLANESURFACE_parent_get, _LibreDWG.Dwg_Entity_PLANESURFACE_parent_set)
5603    acis_empty = property(_LibreDWG.Dwg_Entity_PLANESURFACE_acis_empty_get, _LibreDWG.Dwg_Entity_PLANESURFACE_acis_empty_set)
5604    unknown = property(_LibreDWG.Dwg_Entity_PLANESURFACE_unknown_get, _LibreDWG.Dwg_Entity_PLANESURFACE_unknown_set)
5605    version = property(_LibreDWG.Dwg_Entity_PLANESURFACE_version_get, _LibreDWG.Dwg_Entity_PLANESURFACE_version_set)
5606    num_blocks = property(_LibreDWG.Dwg_Entity_PLANESURFACE_num_blocks_get, _LibreDWG.Dwg_Entity_PLANESURFACE_num_blocks_set)
5607    block_size = property(_LibreDWG.Dwg_Entity_PLANESURFACE_block_size_get, _LibreDWG.Dwg_Entity_PLANESURFACE_block_size_set)
5608    encr_sat_data = property(_LibreDWG.Dwg_Entity_PLANESURFACE_encr_sat_data_get, _LibreDWG.Dwg_Entity_PLANESURFACE_encr_sat_data_set)
5609    sab_size = property(_LibreDWG.Dwg_Entity_PLANESURFACE_sab_size_get, _LibreDWG.Dwg_Entity_PLANESURFACE_sab_size_set)
5610    acis_data = property(_LibreDWG.Dwg_Entity_PLANESURFACE_acis_data_get, _LibreDWG.Dwg_Entity_PLANESURFACE_acis_data_set)
5611    wireframe_data_present = property(_LibreDWG.Dwg_Entity_PLANESURFACE_wireframe_data_present_get, _LibreDWG.Dwg_Entity_PLANESURFACE_wireframe_data_present_set)
5612    point_present = property(_LibreDWG.Dwg_Entity_PLANESURFACE_point_present_get, _LibreDWG.Dwg_Entity_PLANESURFACE_point_present_set)
5613    point = property(_LibreDWG.Dwg_Entity_PLANESURFACE_point_get, _LibreDWG.Dwg_Entity_PLANESURFACE_point_set)
5614    isolines = property(_LibreDWG.Dwg_Entity_PLANESURFACE_isolines_get, _LibreDWG.Dwg_Entity_PLANESURFACE_isolines_set)
5615    isoline_present = property(_LibreDWG.Dwg_Entity_PLANESURFACE_isoline_present_get, _LibreDWG.Dwg_Entity_PLANESURFACE_isoline_present_set)
5616    num_wires = property(_LibreDWG.Dwg_Entity_PLANESURFACE_num_wires_get, _LibreDWG.Dwg_Entity_PLANESURFACE_num_wires_set)
5617    wires = property(_LibreDWG.Dwg_Entity_PLANESURFACE_wires_get, _LibreDWG.Dwg_Entity_PLANESURFACE_wires_set)
5618    num_silhouettes = property(_LibreDWG.Dwg_Entity_PLANESURFACE_num_silhouettes_get, _LibreDWG.Dwg_Entity_PLANESURFACE_num_silhouettes_set)
5619    silhouettes = property(_LibreDWG.Dwg_Entity_PLANESURFACE_silhouettes_get, _LibreDWG.Dwg_Entity_PLANESURFACE_silhouettes_set)
5620    _dxf_sab_converted = property(_LibreDWG.Dwg_Entity_PLANESURFACE__dxf_sab_converted_get, _LibreDWG.Dwg_Entity_PLANESURFACE__dxf_sab_converted_set)
5621    acis_empty2 = property(_LibreDWG.Dwg_Entity_PLANESURFACE_acis_empty2_get, _LibreDWG.Dwg_Entity_PLANESURFACE_acis_empty2_set)
5622    extra_acis_data = property(_LibreDWG.Dwg_Entity_PLANESURFACE_extra_acis_data_get, _LibreDWG.Dwg_Entity_PLANESURFACE_extra_acis_data_set)
5623    num_materials = property(_LibreDWG.Dwg_Entity_PLANESURFACE_num_materials_get, _LibreDWG.Dwg_Entity_PLANESURFACE_num_materials_set)
5624    materials = property(_LibreDWG.Dwg_Entity_PLANESURFACE_materials_get, _LibreDWG.Dwg_Entity_PLANESURFACE_materials_set)
5625    revision_guid = property(_LibreDWG.Dwg_Entity_PLANESURFACE_revision_guid_get, _LibreDWG.Dwg_Entity_PLANESURFACE_revision_guid_set)
5626    revision_major = property(_LibreDWG.Dwg_Entity_PLANESURFACE_revision_major_get, _LibreDWG.Dwg_Entity_PLANESURFACE_revision_major_set)
5627    revision_minor1 = property(_LibreDWG.Dwg_Entity_PLANESURFACE_revision_minor1_get, _LibreDWG.Dwg_Entity_PLANESURFACE_revision_minor1_set)
5628    revision_minor2 = property(_LibreDWG.Dwg_Entity_PLANESURFACE_revision_minor2_get, _LibreDWG.Dwg_Entity_PLANESURFACE_revision_minor2_set)
5629    revision_bytes = property(_LibreDWG.Dwg_Entity_PLANESURFACE_revision_bytes_get, _LibreDWG.Dwg_Entity_PLANESURFACE_revision_bytes_set)
5630    end_marker = property(_LibreDWG.Dwg_Entity_PLANESURFACE_end_marker_get, _LibreDWG.Dwg_Entity_PLANESURFACE_end_marker_set)
5631    history_id = property(_LibreDWG.Dwg_Entity_PLANESURFACE_history_id_get, _LibreDWG.Dwg_Entity_PLANESURFACE_history_id_set)
5632    has_revision_guid = property(_LibreDWG.Dwg_Entity_PLANESURFACE_has_revision_guid_get, _LibreDWG.Dwg_Entity_PLANESURFACE_has_revision_guid_set)
5633    acis_empty_bit = property(_LibreDWG.Dwg_Entity_PLANESURFACE_acis_empty_bit_get, _LibreDWG.Dwg_Entity_PLANESURFACE_acis_empty_bit_set)
5634    modeler_format_version = property(_LibreDWG.Dwg_Entity_PLANESURFACE_modeler_format_version_get, _LibreDWG.Dwg_Entity_PLANESURFACE_modeler_format_version_set)
5635    u_isolines = property(_LibreDWG.Dwg_Entity_PLANESURFACE_u_isolines_get, _LibreDWG.Dwg_Entity_PLANESURFACE_u_isolines_set)
5636    v_isolines = property(_LibreDWG.Dwg_Entity_PLANESURFACE_v_isolines_get, _LibreDWG.Dwg_Entity_PLANESURFACE_v_isolines_set)
5637    class_version = property(_LibreDWG.Dwg_Entity_PLANESURFACE_class_version_get, _LibreDWG.Dwg_Entity_PLANESURFACE_class_version_set)
5638
5639    def __init__(self):
5640        _LibreDWG.Dwg_Entity_PLANESURFACE_swiginit(self, _LibreDWG.new_Dwg_Entity_PLANESURFACE())
5641    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_PLANESURFACE
5642
5643# Register Dwg_Entity_PLANESURFACE in _LibreDWG:
5644_LibreDWG.Dwg_Entity_PLANESURFACE_swigregister(Dwg_Entity_PLANESURFACE)
5645
5646class Dwg_Entity_REVOLVEDSURFACE(object):
5647    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5648    __repr__ = _swig_repr
5649    parent = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_parent_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_parent_set)
5650    acis_empty = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_acis_empty_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_acis_empty_set)
5651    unknown = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_unknown_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_unknown_set)
5652    version = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_version_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_version_set)
5653    num_blocks = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_num_blocks_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_num_blocks_set)
5654    block_size = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_block_size_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_block_size_set)
5655    encr_sat_data = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_encr_sat_data_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_encr_sat_data_set)
5656    sab_size = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_sab_size_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_sab_size_set)
5657    acis_data = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_acis_data_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_acis_data_set)
5658    wireframe_data_present = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_wireframe_data_present_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_wireframe_data_present_set)
5659    point_present = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_point_present_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_point_present_set)
5660    point = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_point_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_point_set)
5661    isolines = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_isolines_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_isolines_set)
5662    isoline_present = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_isoline_present_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_isoline_present_set)
5663    num_wires = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_num_wires_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_num_wires_set)
5664    wires = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_wires_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_wires_set)
5665    num_silhouettes = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_num_silhouettes_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_num_silhouettes_set)
5666    silhouettes = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_silhouettes_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_silhouettes_set)
5667    _dxf_sab_converted = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE__dxf_sab_converted_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE__dxf_sab_converted_set)
5668    acis_empty2 = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_acis_empty2_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_acis_empty2_set)
5669    extra_acis_data = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_extra_acis_data_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_extra_acis_data_set)
5670    num_materials = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_num_materials_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_num_materials_set)
5671    materials = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_materials_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_materials_set)
5672    revision_guid = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revision_guid_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revision_guid_set)
5673    revision_major = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revision_major_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revision_major_set)
5674    revision_minor1 = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revision_minor1_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revision_minor1_set)
5675    revision_minor2 = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revision_minor2_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revision_minor2_set)
5676    revision_bytes = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revision_bytes_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revision_bytes_set)
5677    end_marker = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_end_marker_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_end_marker_set)
5678    history_id = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_history_id_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_history_id_set)
5679    has_revision_guid = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_has_revision_guid_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_has_revision_guid_set)
5680    acis_empty_bit = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_acis_empty_bit_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_acis_empty_bit_set)
5681    modeler_format_version = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_modeler_format_version_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_modeler_format_version_set)
5682    u_isolines = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_u_isolines_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_u_isolines_set)
5683    v_isolines = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_v_isolines_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_v_isolines_set)
5684    class_version = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_class_version_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_class_version_set)
5685    id = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_id_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_id_set)
5686    axis_point = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_axis_point_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_axis_point_set)
5687    axis_vector = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_axis_vector_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_axis_vector_set)
5688    revolve_angle = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revolve_angle_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revolve_angle_set)
5689    start_angle = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_start_angle_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_start_angle_set)
5690    revolved_entity_transmatrix = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revolved_entity_transmatrix_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_revolved_entity_transmatrix_set)
5691    draft_angle = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_draft_angle_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_draft_angle_set)
5692    draft_start_distance = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_draft_start_distance_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_draft_start_distance_set)
5693    draft_end_distance = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_draft_end_distance_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_draft_end_distance_set)
5694    twist_angle = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_twist_angle_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_twist_angle_set)
5695    solid = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_solid_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_solid_set)
5696    close_to_axis = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_close_to_axis_get, _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_close_to_axis_set)
5697
5698    def __init__(self):
5699        _LibreDWG.Dwg_Entity_REVOLVEDSURFACE_swiginit(self, _LibreDWG.new_Dwg_Entity_REVOLVEDSURFACE())
5700    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_REVOLVEDSURFACE
5701
5702# Register Dwg_Entity_REVOLVEDSURFACE in _LibreDWG:
5703_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_swigregister(Dwg_Entity_REVOLVEDSURFACE)
5704
5705class Dwg_MESH_edge(object):
5706    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5707    __repr__ = _swig_repr
5708    parent = property(_LibreDWG.Dwg_MESH_edge_parent_get, _LibreDWG.Dwg_MESH_edge_parent_set)
5709    idxfrom = property(_LibreDWG.Dwg_MESH_edge_idxfrom_get, _LibreDWG.Dwg_MESH_edge_idxfrom_set)
5710    idxto = property(_LibreDWG.Dwg_MESH_edge_idxto_get, _LibreDWG.Dwg_MESH_edge_idxto_set)
5711
5712    def __init__(self):
5713        _LibreDWG.Dwg_MESH_edge_swiginit(self, _LibreDWG.new_Dwg_MESH_edge())
5714    __swig_destroy__ = _LibreDWG.delete_Dwg_MESH_edge
5715
5716# Register Dwg_MESH_edge in _LibreDWG:
5717_LibreDWG.Dwg_MESH_edge_swigregister(Dwg_MESH_edge)
5718
5719class Dwg_Entity_MESH(object):
5720    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5721    __repr__ = _swig_repr
5722    parent = property(_LibreDWG.Dwg_Entity_MESH_parent_get, _LibreDWG.Dwg_Entity_MESH_parent_set)
5723    dlevel = property(_LibreDWG.Dwg_Entity_MESH_dlevel_get, _LibreDWG.Dwg_Entity_MESH_dlevel_set)
5724    is_watertight = property(_LibreDWG.Dwg_Entity_MESH_is_watertight_get, _LibreDWG.Dwg_Entity_MESH_is_watertight_set)
5725    num_subdiv_vertex = property(_LibreDWG.Dwg_Entity_MESH_num_subdiv_vertex_get, _LibreDWG.Dwg_Entity_MESH_num_subdiv_vertex_set)
5726    subdiv_vertex = property(_LibreDWG.Dwg_Entity_MESH_subdiv_vertex_get, _LibreDWG.Dwg_Entity_MESH_subdiv_vertex_set)
5727    num_vertex = property(_LibreDWG.Dwg_Entity_MESH_num_vertex_get, _LibreDWG.Dwg_Entity_MESH_num_vertex_set)
5728    vertex = property(_LibreDWG.Dwg_Entity_MESH_vertex_get, _LibreDWG.Dwg_Entity_MESH_vertex_set)
5729    num_faces = property(_LibreDWG.Dwg_Entity_MESH_num_faces_get, _LibreDWG.Dwg_Entity_MESH_num_faces_set)
5730    faces = property(_LibreDWG.Dwg_Entity_MESH_faces_get, _LibreDWG.Dwg_Entity_MESH_faces_set)
5731    num_edges = property(_LibreDWG.Dwg_Entity_MESH_num_edges_get, _LibreDWG.Dwg_Entity_MESH_num_edges_set)
5732    edges = property(_LibreDWG.Dwg_Entity_MESH_edges_get, _LibreDWG.Dwg_Entity_MESH_edges_set)
5733    num_crease = property(_LibreDWG.Dwg_Entity_MESH_num_crease_get, _LibreDWG.Dwg_Entity_MESH_num_crease_set)
5734    crease = property(_LibreDWG.Dwg_Entity_MESH_crease_get, _LibreDWG.Dwg_Entity_MESH_crease_set)
5735
5736    def __init__(self):
5737        _LibreDWG.Dwg_Entity_MESH_swiginit(self, _LibreDWG.new_Dwg_Entity_MESH())
5738    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_MESH
5739
5740# Register Dwg_Entity_MESH in _LibreDWG:
5741_LibreDWG.Dwg_Entity_MESH_swigregister(Dwg_Entity_MESH)
5742
5743class Dwg_Object_SUN(object):
5744    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5745    __repr__ = _swig_repr
5746    parent = property(_LibreDWG.Dwg_Object_SUN_parent_get, _LibreDWG.Dwg_Object_SUN_parent_set)
5747    class_version = property(_LibreDWG.Dwg_Object_SUN_class_version_get, _LibreDWG.Dwg_Object_SUN_class_version_set)
5748    is_on = property(_LibreDWG.Dwg_Object_SUN_is_on_get, _LibreDWG.Dwg_Object_SUN_is_on_set)
5749    color = property(_LibreDWG.Dwg_Object_SUN_color_get, _LibreDWG.Dwg_Object_SUN_color_set)
5750    intensity = property(_LibreDWG.Dwg_Object_SUN_intensity_get, _LibreDWG.Dwg_Object_SUN_intensity_set)
5751    has_shadow = property(_LibreDWG.Dwg_Object_SUN_has_shadow_get, _LibreDWG.Dwg_Object_SUN_has_shadow_set)
5752    julian_day = property(_LibreDWG.Dwg_Object_SUN_julian_day_get, _LibreDWG.Dwg_Object_SUN_julian_day_set)
5753    msecs = property(_LibreDWG.Dwg_Object_SUN_msecs_get, _LibreDWG.Dwg_Object_SUN_msecs_set)
5754    is_dst = property(_LibreDWG.Dwg_Object_SUN_is_dst_get, _LibreDWG.Dwg_Object_SUN_is_dst_set)
5755    shadow_type = property(_LibreDWG.Dwg_Object_SUN_shadow_type_get, _LibreDWG.Dwg_Object_SUN_shadow_type_set)
5756    shadow_mapsize = property(_LibreDWG.Dwg_Object_SUN_shadow_mapsize_get, _LibreDWG.Dwg_Object_SUN_shadow_mapsize_set)
5757    shadow_softness = property(_LibreDWG.Dwg_Object_SUN_shadow_softness_get, _LibreDWG.Dwg_Object_SUN_shadow_softness_set)
5758
5759    def __init__(self):
5760        _LibreDWG.Dwg_Object_SUN_swiginit(self, _LibreDWG.new_Dwg_Object_SUN())
5761    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_SUN
5762
5763# Register Dwg_Object_SUN in _LibreDWG:
5764_LibreDWG.Dwg_Object_SUN_swigregister(Dwg_Object_SUN)
5765
5766class Dwg_SUNSTUDY_Dates(object):
5767    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5768    __repr__ = _swig_repr
5769    julian_day = property(_LibreDWG.Dwg_SUNSTUDY_Dates_julian_day_get, _LibreDWG.Dwg_SUNSTUDY_Dates_julian_day_set)
5770    msecs = property(_LibreDWG.Dwg_SUNSTUDY_Dates_msecs_get, _LibreDWG.Dwg_SUNSTUDY_Dates_msecs_set)
5771
5772    def __init__(self):
5773        _LibreDWG.Dwg_SUNSTUDY_Dates_swiginit(self, _LibreDWG.new_Dwg_SUNSTUDY_Dates())
5774    __swig_destroy__ = _LibreDWG.delete_Dwg_SUNSTUDY_Dates
5775
5776# Register Dwg_SUNSTUDY_Dates in _LibreDWG:
5777_LibreDWG.Dwg_SUNSTUDY_Dates_swigregister(Dwg_SUNSTUDY_Dates)
5778
5779class Dwg_Object_SUNSTUDY(object):
5780    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5781    __repr__ = _swig_repr
5782    parent = property(_LibreDWG.Dwg_Object_SUNSTUDY_parent_get, _LibreDWG.Dwg_Object_SUNSTUDY_parent_set)
5783    class_version = property(_LibreDWG.Dwg_Object_SUNSTUDY_class_version_get, _LibreDWG.Dwg_Object_SUNSTUDY_class_version_set)
5784    setup_name = property(_LibreDWG.Dwg_Object_SUNSTUDY_setup_name_get, _LibreDWG.Dwg_Object_SUNSTUDY_setup_name_set)
5785    description = property(_LibreDWG.Dwg_Object_SUNSTUDY_description_get, _LibreDWG.Dwg_Object_SUNSTUDY_description_set)
5786    output_type = property(_LibreDWG.Dwg_Object_SUNSTUDY_output_type_get, _LibreDWG.Dwg_Object_SUNSTUDY_output_type_set)
5787    sheet_set_name = property(_LibreDWG.Dwg_Object_SUNSTUDY_sheet_set_name_get, _LibreDWG.Dwg_Object_SUNSTUDY_sheet_set_name_set)
5788    use_subset = property(_LibreDWG.Dwg_Object_SUNSTUDY_use_subset_get, _LibreDWG.Dwg_Object_SUNSTUDY_use_subset_set)
5789    sheet_subset_name = property(_LibreDWG.Dwg_Object_SUNSTUDY_sheet_subset_name_get, _LibreDWG.Dwg_Object_SUNSTUDY_sheet_subset_name_set)
5790    select_dates_from_calendar = property(_LibreDWG.Dwg_Object_SUNSTUDY_select_dates_from_calendar_get, _LibreDWG.Dwg_Object_SUNSTUDY_select_dates_from_calendar_set)
5791    num_dates = property(_LibreDWG.Dwg_Object_SUNSTUDY_num_dates_get, _LibreDWG.Dwg_Object_SUNSTUDY_num_dates_set)
5792    dates = property(_LibreDWG.Dwg_Object_SUNSTUDY_dates_get, _LibreDWG.Dwg_Object_SUNSTUDY_dates_set)
5793    select_range_of_dates = property(_LibreDWG.Dwg_Object_SUNSTUDY_select_range_of_dates_get, _LibreDWG.Dwg_Object_SUNSTUDY_select_range_of_dates_set)
5794    start_time = property(_LibreDWG.Dwg_Object_SUNSTUDY_start_time_get, _LibreDWG.Dwg_Object_SUNSTUDY_start_time_set)
5795    end_time = property(_LibreDWG.Dwg_Object_SUNSTUDY_end_time_get, _LibreDWG.Dwg_Object_SUNSTUDY_end_time_set)
5796    interval = property(_LibreDWG.Dwg_Object_SUNSTUDY_interval_get, _LibreDWG.Dwg_Object_SUNSTUDY_interval_set)
5797    num_hours = property(_LibreDWG.Dwg_Object_SUNSTUDY_num_hours_get, _LibreDWG.Dwg_Object_SUNSTUDY_num_hours_set)
5798    hours = property(_LibreDWG.Dwg_Object_SUNSTUDY_hours_get, _LibreDWG.Dwg_Object_SUNSTUDY_hours_set)
5799    shade_plot_type = property(_LibreDWG.Dwg_Object_SUNSTUDY_shade_plot_type_get, _LibreDWG.Dwg_Object_SUNSTUDY_shade_plot_type_set)
5800    numvports = property(_LibreDWG.Dwg_Object_SUNSTUDY_numvports_get, _LibreDWG.Dwg_Object_SUNSTUDY_numvports_set)
5801    numrows = property(_LibreDWG.Dwg_Object_SUNSTUDY_numrows_get, _LibreDWG.Dwg_Object_SUNSTUDY_numrows_set)
5802    numcols = property(_LibreDWG.Dwg_Object_SUNSTUDY_numcols_get, _LibreDWG.Dwg_Object_SUNSTUDY_numcols_set)
5803    spacing = property(_LibreDWG.Dwg_Object_SUNSTUDY_spacing_get, _LibreDWG.Dwg_Object_SUNSTUDY_spacing_set)
5804    lock_viewports = property(_LibreDWG.Dwg_Object_SUNSTUDY_lock_viewports_get, _LibreDWG.Dwg_Object_SUNSTUDY_lock_viewports_set)
5805    label_viewports = property(_LibreDWG.Dwg_Object_SUNSTUDY_label_viewports_get, _LibreDWG.Dwg_Object_SUNSTUDY_label_viewports_set)
5806    page_setup_wizard = property(_LibreDWG.Dwg_Object_SUNSTUDY_page_setup_wizard_get, _LibreDWG.Dwg_Object_SUNSTUDY_page_setup_wizard_set)
5807    view = property(_LibreDWG.Dwg_Object_SUNSTUDY_view_get, _LibreDWG.Dwg_Object_SUNSTUDY_view_set)
5808    visualstyle = property(_LibreDWG.Dwg_Object_SUNSTUDY_visualstyle_get, _LibreDWG.Dwg_Object_SUNSTUDY_visualstyle_set)
5809    text_style = property(_LibreDWG.Dwg_Object_SUNSTUDY_text_style_get, _LibreDWG.Dwg_Object_SUNSTUDY_text_style_set)
5810
5811    def __init__(self):
5812        _LibreDWG.Dwg_Object_SUNSTUDY_swiginit(self, _LibreDWG.new_Dwg_Object_SUNSTUDY())
5813    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_SUNSTUDY
5814
5815# Register Dwg_Object_SUNSTUDY in _LibreDWG:
5816_LibreDWG.Dwg_Object_SUNSTUDY_swigregister(Dwg_Object_SUNSTUDY)
5817
5818class Dwg_DATATABLE_row(object):
5819    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5820    __repr__ = _swig_repr
5821    parent = property(_LibreDWG.Dwg_DATATABLE_row_parent_get, _LibreDWG.Dwg_DATATABLE_row_parent_set)
5822    value = property(_LibreDWG.Dwg_DATATABLE_row_value_get, _LibreDWG.Dwg_DATATABLE_row_value_set)
5823
5824    def __init__(self):
5825        _LibreDWG.Dwg_DATATABLE_row_swiginit(self, _LibreDWG.new_Dwg_DATATABLE_row())
5826    __swig_destroy__ = _LibreDWG.delete_Dwg_DATATABLE_row
5827
5828# Register Dwg_DATATABLE_row in _LibreDWG:
5829_LibreDWG.Dwg_DATATABLE_row_swigregister(Dwg_DATATABLE_row)
5830
5831class Dwg_DATATABLE_column(object):
5832    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5833    __repr__ = _swig_repr
5834    parent = property(_LibreDWG.Dwg_DATATABLE_column_parent_get, _LibreDWG.Dwg_DATATABLE_column_parent_set)
5835    type = property(_LibreDWG.Dwg_DATATABLE_column_type_get, _LibreDWG.Dwg_DATATABLE_column_type_set)
5836    text = property(_LibreDWG.Dwg_DATATABLE_column_text_get, _LibreDWG.Dwg_DATATABLE_column_text_set)
5837    rows = property(_LibreDWG.Dwg_DATATABLE_column_rows_get, _LibreDWG.Dwg_DATATABLE_column_rows_set)
5838
5839    def __init__(self):
5840        _LibreDWG.Dwg_DATATABLE_column_swiginit(self, _LibreDWG.new_Dwg_DATATABLE_column())
5841    __swig_destroy__ = _LibreDWG.delete_Dwg_DATATABLE_column
5842
5843# Register Dwg_DATATABLE_column in _LibreDWG:
5844_LibreDWG.Dwg_DATATABLE_column_swigregister(Dwg_DATATABLE_column)
5845
5846class Dwg_Object_DATATABLE(object):
5847    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5848    __repr__ = _swig_repr
5849    parent = property(_LibreDWG.Dwg_Object_DATATABLE_parent_get, _LibreDWG.Dwg_Object_DATATABLE_parent_set)
5850    flags = property(_LibreDWG.Dwg_Object_DATATABLE_flags_get, _LibreDWG.Dwg_Object_DATATABLE_flags_set)
5851    num_cols = property(_LibreDWG.Dwg_Object_DATATABLE_num_cols_get, _LibreDWG.Dwg_Object_DATATABLE_num_cols_set)
5852    num_rows = property(_LibreDWG.Dwg_Object_DATATABLE_num_rows_get, _LibreDWG.Dwg_Object_DATATABLE_num_rows_set)
5853    table_name = property(_LibreDWG.Dwg_Object_DATATABLE_table_name_get, _LibreDWG.Dwg_Object_DATATABLE_table_name_set)
5854    cols = property(_LibreDWG.Dwg_Object_DATATABLE_cols_get, _LibreDWG.Dwg_Object_DATATABLE_cols_set)
5855
5856    def __init__(self):
5857        _LibreDWG.Dwg_Object_DATATABLE_swiginit(self, _LibreDWG.new_Dwg_Object_DATATABLE())
5858    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DATATABLE
5859
5860# Register Dwg_Object_DATATABLE in _LibreDWG:
5861_LibreDWG.Dwg_Object_DATATABLE_swigregister(Dwg_Object_DATATABLE)
5862
5863class Dwg_DATALINK_customdata(object):
5864    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5865    __repr__ = _swig_repr
5866    parent = property(_LibreDWG.Dwg_DATALINK_customdata_parent_get, _LibreDWG.Dwg_DATALINK_customdata_parent_set)
5867    target = property(_LibreDWG.Dwg_DATALINK_customdata_target_get, _LibreDWG.Dwg_DATALINK_customdata_target_set)
5868    text = property(_LibreDWG.Dwg_DATALINK_customdata_text_get, _LibreDWG.Dwg_DATALINK_customdata_text_set)
5869
5870    def __init__(self):
5871        _LibreDWG.Dwg_DATALINK_customdata_swiginit(self, _LibreDWG.new_Dwg_DATALINK_customdata())
5872    __swig_destroy__ = _LibreDWG.delete_Dwg_DATALINK_customdata
5873
5874# Register Dwg_DATALINK_customdata in _LibreDWG:
5875_LibreDWG.Dwg_DATALINK_customdata_swigregister(Dwg_DATALINK_customdata)
5876
5877class Dwg_Object_DATALINK(object):
5878    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5879    __repr__ = _swig_repr
5880    parent = property(_LibreDWG.Dwg_Object_DATALINK_parent_get, _LibreDWG.Dwg_Object_DATALINK_parent_set)
5881    class_version = property(_LibreDWG.Dwg_Object_DATALINK_class_version_get, _LibreDWG.Dwg_Object_DATALINK_class_version_set)
5882    data_adapter = property(_LibreDWG.Dwg_Object_DATALINK_data_adapter_get, _LibreDWG.Dwg_Object_DATALINK_data_adapter_set)
5883    description = property(_LibreDWG.Dwg_Object_DATALINK_description_get, _LibreDWG.Dwg_Object_DATALINK_description_set)
5884    tooltip = property(_LibreDWG.Dwg_Object_DATALINK_tooltip_get, _LibreDWG.Dwg_Object_DATALINK_tooltip_set)
5885    connection_string = property(_LibreDWG.Dwg_Object_DATALINK_connection_string_get, _LibreDWG.Dwg_Object_DATALINK_connection_string_set)
5886    option = property(_LibreDWG.Dwg_Object_DATALINK_option_get, _LibreDWG.Dwg_Object_DATALINK_option_set)
5887    update_option = property(_LibreDWG.Dwg_Object_DATALINK_update_option_get, _LibreDWG.Dwg_Object_DATALINK_update_option_set)
5888    bl92 = property(_LibreDWG.Dwg_Object_DATALINK_bl92_get, _LibreDWG.Dwg_Object_DATALINK_bl92_set)
5889    year = property(_LibreDWG.Dwg_Object_DATALINK_year_get, _LibreDWG.Dwg_Object_DATALINK_year_set)
5890    month = property(_LibreDWG.Dwg_Object_DATALINK_month_get, _LibreDWG.Dwg_Object_DATALINK_month_set)
5891    day = property(_LibreDWG.Dwg_Object_DATALINK_day_get, _LibreDWG.Dwg_Object_DATALINK_day_set)
5892    hour = property(_LibreDWG.Dwg_Object_DATALINK_hour_get, _LibreDWG.Dwg_Object_DATALINK_hour_set)
5893    minute = property(_LibreDWG.Dwg_Object_DATALINK_minute_get, _LibreDWG.Dwg_Object_DATALINK_minute_set)
5894    seconds = property(_LibreDWG.Dwg_Object_DATALINK_seconds_get, _LibreDWG.Dwg_Object_DATALINK_seconds_set)
5895    msec = property(_LibreDWG.Dwg_Object_DATALINK_msec_get, _LibreDWG.Dwg_Object_DATALINK_msec_set)
5896    path_option = property(_LibreDWG.Dwg_Object_DATALINK_path_option_get, _LibreDWG.Dwg_Object_DATALINK_path_option_set)
5897    bl93 = property(_LibreDWG.Dwg_Object_DATALINK_bl93_get, _LibreDWG.Dwg_Object_DATALINK_bl93_set)
5898    update_status = property(_LibreDWG.Dwg_Object_DATALINK_update_status_get, _LibreDWG.Dwg_Object_DATALINK_update_status_set)
5899    num_customdata = property(_LibreDWG.Dwg_Object_DATALINK_num_customdata_get, _LibreDWG.Dwg_Object_DATALINK_num_customdata_set)
5900    customdata = property(_LibreDWG.Dwg_Object_DATALINK_customdata_get, _LibreDWG.Dwg_Object_DATALINK_customdata_set)
5901    hardowner = property(_LibreDWG.Dwg_Object_DATALINK_hardowner_get, _LibreDWG.Dwg_Object_DATALINK_hardowner_set)
5902
5903    def __init__(self):
5904        _LibreDWG.Dwg_Object_DATALINK_swiginit(self, _LibreDWG.new_Dwg_Object_DATALINK())
5905    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DATALINK
5906
5907# Register Dwg_Object_DATALINK in _LibreDWG:
5908_LibreDWG.Dwg_Object_DATALINK_swigregister(Dwg_Object_DATALINK)
5909
5910class Dwg_DIMASSOC_Ref(object):
5911    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5912    __repr__ = _swig_repr
5913    parent = property(_LibreDWG.Dwg_DIMASSOC_Ref_parent_get, _LibreDWG.Dwg_DIMASSOC_Ref_parent_set)
5914    classname = property(_LibreDWG.Dwg_DIMASSOC_Ref_classname_get, _LibreDWG.Dwg_DIMASSOC_Ref_classname_set)
5915    osnap_type = property(_LibreDWG.Dwg_DIMASSOC_Ref_osnap_type_get, _LibreDWG.Dwg_DIMASSOC_Ref_osnap_type_set)
5916    osnap_dist = property(_LibreDWG.Dwg_DIMASSOC_Ref_osnap_dist_get, _LibreDWG.Dwg_DIMASSOC_Ref_osnap_dist_set)
5917    osnap_pt = property(_LibreDWG.Dwg_DIMASSOC_Ref_osnap_pt_get, _LibreDWG.Dwg_DIMASSOC_Ref_osnap_pt_set)
5918    num_xrefs = property(_LibreDWG.Dwg_DIMASSOC_Ref_num_xrefs_get, _LibreDWG.Dwg_DIMASSOC_Ref_num_xrefs_set)
5919    xrefs = property(_LibreDWG.Dwg_DIMASSOC_Ref_xrefs_get, _LibreDWG.Dwg_DIMASSOC_Ref_xrefs_set)
5920    main_subent_type = property(_LibreDWG.Dwg_DIMASSOC_Ref_main_subent_type_get, _LibreDWG.Dwg_DIMASSOC_Ref_main_subent_type_set)
5921    main_gsmarker = property(_LibreDWG.Dwg_DIMASSOC_Ref_main_gsmarker_get, _LibreDWG.Dwg_DIMASSOC_Ref_main_gsmarker_set)
5922    num_xrefpaths = property(_LibreDWG.Dwg_DIMASSOC_Ref_num_xrefpaths_get, _LibreDWG.Dwg_DIMASSOC_Ref_num_xrefpaths_set)
5923    xrefpaths = property(_LibreDWG.Dwg_DIMASSOC_Ref_xrefpaths_get, _LibreDWG.Dwg_DIMASSOC_Ref_xrefpaths_set)
5924    has_lastpt_ref = property(_LibreDWG.Dwg_DIMASSOC_Ref_has_lastpt_ref_get, _LibreDWG.Dwg_DIMASSOC_Ref_has_lastpt_ref_set)
5925    lastpt_ref = property(_LibreDWG.Dwg_DIMASSOC_Ref_lastpt_ref_get, _LibreDWG.Dwg_DIMASSOC_Ref_lastpt_ref_set)
5926    num_intsectobj = property(_LibreDWG.Dwg_DIMASSOC_Ref_num_intsectobj_get, _LibreDWG.Dwg_DIMASSOC_Ref_num_intsectobj_set)
5927    intsectobj = property(_LibreDWG.Dwg_DIMASSOC_Ref_intsectobj_get, _LibreDWG.Dwg_DIMASSOC_Ref_intsectobj_set)
5928
5929    def __init__(self):
5930        _LibreDWG.Dwg_DIMASSOC_Ref_swiginit(self, _LibreDWG.new_Dwg_DIMASSOC_Ref())
5931    __swig_destroy__ = _LibreDWG.delete_Dwg_DIMASSOC_Ref
5932
5933# Register Dwg_DIMASSOC_Ref in _LibreDWG:
5934_LibreDWG.Dwg_DIMASSOC_Ref_swigregister(Dwg_DIMASSOC_Ref)
5935
5936class Dwg_Object_DIMASSOC(object):
5937    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5938    __repr__ = _swig_repr
5939    parent = property(_LibreDWG.Dwg_Object_DIMASSOC_parent_get, _LibreDWG.Dwg_Object_DIMASSOC_parent_set)
5940    dimensionobj = property(_LibreDWG.Dwg_Object_DIMASSOC_dimensionobj_get, _LibreDWG.Dwg_Object_DIMASSOC_dimensionobj_set)
5941    associativity = property(_LibreDWG.Dwg_Object_DIMASSOC_associativity_get, _LibreDWG.Dwg_Object_DIMASSOC_associativity_set)
5942    trans_space_flag = property(_LibreDWG.Dwg_Object_DIMASSOC_trans_space_flag_get, _LibreDWG.Dwg_Object_DIMASSOC_trans_space_flag_set)
5943    rotated_type = property(_LibreDWG.Dwg_Object_DIMASSOC_rotated_type_get, _LibreDWG.Dwg_Object_DIMASSOC_rotated_type_set)
5944    ref = property(_LibreDWG.Dwg_Object_DIMASSOC_ref_get, _LibreDWG.Dwg_Object_DIMASSOC_ref_set)
5945
5946    def __init__(self):
5947        _LibreDWG.Dwg_Object_DIMASSOC_swiginit(self, _LibreDWG.new_Dwg_Object_DIMASSOC())
5948    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DIMASSOC
5949
5950# Register Dwg_Object_DIMASSOC in _LibreDWG:
5951_LibreDWG.Dwg_Object_DIMASSOC_swigregister(Dwg_Object_DIMASSOC)
5952
5953class Dwg_ACTIONBODY(object):
5954    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5955    __repr__ = _swig_repr
5956    parent = property(_LibreDWG.Dwg_ACTIONBODY_parent_get, _LibreDWG.Dwg_ACTIONBODY_parent_set)
5957    evaluatorid = property(_LibreDWG.Dwg_ACTIONBODY_evaluatorid_get, _LibreDWG.Dwg_ACTIONBODY_evaluatorid_set)
5958    expression = property(_LibreDWG.Dwg_ACTIONBODY_expression_get, _LibreDWG.Dwg_ACTIONBODY_expression_set)
5959    value = property(_LibreDWG.Dwg_ACTIONBODY_value_get, _LibreDWG.Dwg_ACTIONBODY_value_set)
5960
5961    def __init__(self):
5962        _LibreDWG.Dwg_ACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_ACTIONBODY())
5963    __swig_destroy__ = _LibreDWG.delete_Dwg_ACTIONBODY
5964
5965# Register Dwg_ACTIONBODY in _LibreDWG:
5966_LibreDWG.Dwg_ACTIONBODY_swigregister(Dwg_ACTIONBODY)
5967
5968class Dwg_EvalVariant(object):
5969    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5970    __repr__ = _swig_repr
5971    code = property(_LibreDWG.Dwg_EvalVariant_code_get, _LibreDWG.Dwg_EvalVariant_code_set)
5972    u = property(_LibreDWG.Dwg_EvalVariant_u_get)
5973
5974    def __init__(self):
5975        _LibreDWG.Dwg_EvalVariant_swiginit(self, _LibreDWG.new_Dwg_EvalVariant())
5976    __swig_destroy__ = _LibreDWG.delete_Dwg_EvalVariant
5977
5978# Register Dwg_EvalVariant in _LibreDWG:
5979_LibreDWG.Dwg_EvalVariant_swigregister(Dwg_EvalVariant)
5980
5981class _dwg_EvalVariant_u(object):
5982    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
5983    __repr__ = _swig_repr
5984    bd = property(_LibreDWG._dwg_EvalVariant_u_bd_get, _LibreDWG._dwg_EvalVariant_u_bd_set)
5985    bl = property(_LibreDWG._dwg_EvalVariant_u_bl_get, _LibreDWG._dwg_EvalVariant_u_bl_set)
5986    bs = property(_LibreDWG._dwg_EvalVariant_u_bs_get, _LibreDWG._dwg_EvalVariant_u_bs_set)
5987    rc = property(_LibreDWG._dwg_EvalVariant_u_rc_get, _LibreDWG._dwg_EvalVariant_u_rc_set)
5988    text = property(_LibreDWG._dwg_EvalVariant_u_text_get, _LibreDWG._dwg_EvalVariant_u_text_set)
5989    handle = property(_LibreDWG._dwg_EvalVariant_u_handle_get, _LibreDWG._dwg_EvalVariant_u_handle_set)
5990
5991    def __init__(self):
5992        _LibreDWG._dwg_EvalVariant_u_swiginit(self, _LibreDWG.new__dwg_EvalVariant_u())
5993    __swig_destroy__ = _LibreDWG.delete__dwg_EvalVariant_u
5994
5995# Register _dwg_EvalVariant_u in _LibreDWG:
5996_LibreDWG._dwg_EvalVariant_u_swigregister(_dwg_EvalVariant_u)
5997
5998class Dwg_VALUEPARAM_vars(object):
5999    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6000    __repr__ = _swig_repr
6001    value = property(_LibreDWG.Dwg_VALUEPARAM_vars_value_get, _LibreDWG.Dwg_VALUEPARAM_vars_value_set)
6002    handle = property(_LibreDWG.Dwg_VALUEPARAM_vars_handle_get, _LibreDWG.Dwg_VALUEPARAM_vars_handle_set)
6003
6004    def __init__(self):
6005        _LibreDWG.Dwg_VALUEPARAM_vars_swiginit(self, _LibreDWG.new_Dwg_VALUEPARAM_vars())
6006    __swig_destroy__ = _LibreDWG.delete_Dwg_VALUEPARAM_vars
6007
6008# Register Dwg_VALUEPARAM_vars in _LibreDWG:
6009_LibreDWG.Dwg_VALUEPARAM_vars_swigregister(Dwg_VALUEPARAM_vars)
6010
6011class Dwg_ASSOCPARAMBASEDACTIONBODY(object):
6012    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6013    __repr__ = _swig_repr
6014    parent = property(_LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_parent_get, _LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_parent_set)
6015    version = property(_LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_version_get, _LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_version_set)
6016    minor = property(_LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_minor_get, _LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_minor_set)
6017    num_deps = property(_LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_num_deps_get, _LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_num_deps_set)
6018    deps = property(_LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_deps_get, _LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_deps_set)
6019    l4 = property(_LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_l4_get, _LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_l4_set)
6020    l5 = property(_LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_l5_get, _LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_l5_set)
6021    assocdep = property(_LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_assocdep_get, _LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_assocdep_set)
6022    num_values = property(_LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_num_values_get, _LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_num_values_set)
6023    values = property(_LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_values_get, _LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_values_set)
6024
6025    def __init__(self):
6026        _LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_ASSOCPARAMBASEDACTIONBODY())
6027    __swig_destroy__ = _LibreDWG.delete_Dwg_ASSOCPARAMBASEDACTIONBODY
6028
6029# Register Dwg_ASSOCPARAMBASEDACTIONBODY in _LibreDWG:
6030_LibreDWG.Dwg_ASSOCPARAMBASEDACTIONBODY_swigregister(Dwg_ASSOCPARAMBASEDACTIONBODY)
6031
6032class Dwg_ASSOCACTION_Deps(object):
6033    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6034    __repr__ = _swig_repr
6035    parent = property(_LibreDWG.Dwg_ASSOCACTION_Deps_parent_get, _LibreDWG.Dwg_ASSOCACTION_Deps_parent_set)
6036    is_owned = property(_LibreDWG.Dwg_ASSOCACTION_Deps_is_owned_get, _LibreDWG.Dwg_ASSOCACTION_Deps_is_owned_set)
6037    dep = property(_LibreDWG.Dwg_ASSOCACTION_Deps_dep_get, _LibreDWG.Dwg_ASSOCACTION_Deps_dep_set)
6038
6039    def __init__(self):
6040        _LibreDWG.Dwg_ASSOCACTION_Deps_swiginit(self, _LibreDWG.new_Dwg_ASSOCACTION_Deps())
6041    __swig_destroy__ = _LibreDWG.delete_Dwg_ASSOCACTION_Deps
6042
6043# Register Dwg_ASSOCACTION_Deps in _LibreDWG:
6044_LibreDWG.Dwg_ASSOCACTION_Deps_swigregister(Dwg_ASSOCACTION_Deps)
6045
6046class Dwg_Object_ASSOCDEPENDENCY(object):
6047    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6048    __repr__ = _swig_repr
6049    parent = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_parent_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_parent_set)
6050    class_version = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_class_version_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_class_version_set)
6051    status = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_status_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_status_set)
6052    is_read_dep = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_is_read_dep_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_is_read_dep_set)
6053    is_write_dep = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_is_write_dep_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_is_write_dep_set)
6054    is_attached_to_object = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_is_attached_to_object_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_is_attached_to_object_set)
6055    is_delegating_to_owning_action = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_is_delegating_to_owning_action_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_is_delegating_to_owning_action_set)
6056    order = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_order_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_order_set)
6057    dep_on = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_dep_on_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_dep_on_set)
6058    has_name = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_has_name_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_has_name_set)
6059    name = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_name_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_name_set)
6060    depbodyid = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_depbodyid_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_depbodyid_set)
6061    readdep = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_readdep_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_readdep_set)
6062    dep_body = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_dep_body_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_dep_body_set)
6063    node = property(_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_node_get, _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_node_set)
6064
6065    def __init__(self):
6066        _LibreDWG.Dwg_Object_ASSOCDEPENDENCY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCDEPENDENCY())
6067    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCDEPENDENCY
6068
6069# Register Dwg_Object_ASSOCDEPENDENCY in _LibreDWG:
6070_LibreDWG.Dwg_Object_ASSOCDEPENDENCY_swigregister(Dwg_Object_ASSOCDEPENDENCY)
6071
6072class Dwg_Object_ASSOCVALUEDEPENDENCY(object):
6073    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6074    __repr__ = _swig_repr
6075    parent = property(_LibreDWG.Dwg_Object_ASSOCVALUEDEPENDENCY_parent_get, _LibreDWG.Dwg_Object_ASSOCVALUEDEPENDENCY_parent_set)
6076    assocdep = property(_LibreDWG.Dwg_Object_ASSOCVALUEDEPENDENCY_assocdep_get, _LibreDWG.Dwg_Object_ASSOCVALUEDEPENDENCY_assocdep_set)
6077
6078    def __init__(self):
6079        _LibreDWG.Dwg_Object_ASSOCVALUEDEPENDENCY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCVALUEDEPENDENCY())
6080    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCVALUEDEPENDENCY
6081
6082# Register Dwg_Object_ASSOCVALUEDEPENDENCY in _LibreDWG:
6083_LibreDWG.Dwg_Object_ASSOCVALUEDEPENDENCY_swigregister(Dwg_Object_ASSOCVALUEDEPENDENCY)
6084
6085class Dwg_Object_ASSOCGEOMDEPENDENCY(object):
6086    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6087    __repr__ = _swig_repr
6088    parent = property(_LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_parent_get, _LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_parent_set)
6089    assocdep = property(_LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_assocdep_get, _LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_assocdep_set)
6090    class_version = property(_LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_class_version_get, _LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_class_version_set)
6091    enabled = property(_LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_enabled_get, _LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_enabled_set)
6092    classname = property(_LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_classname_get, _LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_classname_set)
6093    dependent_on_compound_object = property(_LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_dependent_on_compound_object_get, _LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_dependent_on_compound_object_set)
6094
6095    def __init__(self):
6096        _LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCGEOMDEPENDENCY())
6097    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCGEOMDEPENDENCY
6098
6099# Register Dwg_Object_ASSOCGEOMDEPENDENCY in _LibreDWG:
6100_LibreDWG.Dwg_Object_ASSOCGEOMDEPENDENCY_swigregister(Dwg_Object_ASSOCGEOMDEPENDENCY)
6101
6102class Dwg_Object_ASSOCACTION(object):
6103    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6104    __repr__ = _swig_repr
6105    parent = property(_LibreDWG.Dwg_Object_ASSOCACTION_parent_get, _LibreDWG.Dwg_Object_ASSOCACTION_parent_set)
6106    class_version = property(_LibreDWG.Dwg_Object_ASSOCACTION_class_version_get, _LibreDWG.Dwg_Object_ASSOCACTION_class_version_set)
6107    geometry_status = property(_LibreDWG.Dwg_Object_ASSOCACTION_geometry_status_get, _LibreDWG.Dwg_Object_ASSOCACTION_geometry_status_set)
6108    owningnetwork = property(_LibreDWG.Dwg_Object_ASSOCACTION_owningnetwork_get, _LibreDWG.Dwg_Object_ASSOCACTION_owningnetwork_set)
6109    actionbody = property(_LibreDWG.Dwg_Object_ASSOCACTION_actionbody_get, _LibreDWG.Dwg_Object_ASSOCACTION_actionbody_set)
6110    action_index = property(_LibreDWG.Dwg_Object_ASSOCACTION_action_index_get, _LibreDWG.Dwg_Object_ASSOCACTION_action_index_set)
6111    max_assoc_dep_index = property(_LibreDWG.Dwg_Object_ASSOCACTION_max_assoc_dep_index_get, _LibreDWG.Dwg_Object_ASSOCACTION_max_assoc_dep_index_set)
6112    num_deps = property(_LibreDWG.Dwg_Object_ASSOCACTION_num_deps_get, _LibreDWG.Dwg_Object_ASSOCACTION_num_deps_set)
6113    deps = property(_LibreDWG.Dwg_Object_ASSOCACTION_deps_get, _LibreDWG.Dwg_Object_ASSOCACTION_deps_set)
6114    num_owned_params = property(_LibreDWG.Dwg_Object_ASSOCACTION_num_owned_params_get, _LibreDWG.Dwg_Object_ASSOCACTION_num_owned_params_set)
6115    owned_params = property(_LibreDWG.Dwg_Object_ASSOCACTION_owned_params_get, _LibreDWG.Dwg_Object_ASSOCACTION_owned_params_set)
6116    num_values = property(_LibreDWG.Dwg_Object_ASSOCACTION_num_values_get, _LibreDWG.Dwg_Object_ASSOCACTION_num_values_set)
6117    values = property(_LibreDWG.Dwg_Object_ASSOCACTION_values_get, _LibreDWG.Dwg_Object_ASSOCACTION_values_set)
6118
6119    def __init__(self):
6120        _LibreDWG.Dwg_Object_ASSOCACTION_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCACTION())
6121    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCACTION
6122
6123# Register Dwg_Object_ASSOCACTION in _LibreDWG:
6124_LibreDWG.Dwg_Object_ASSOCACTION_swigregister(Dwg_Object_ASSOCACTION)
6125
6126class Dwg_Object_ASSOCNETWORK(object):
6127    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6128    __repr__ = _swig_repr
6129    parent = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_parent_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_parent_set)
6130    class_version = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_class_version_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_class_version_set)
6131    geometry_status = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_geometry_status_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_geometry_status_set)
6132    owningnetwork = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_owningnetwork_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_owningnetwork_set)
6133    actionbody = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_actionbody_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_actionbody_set)
6134    action_index = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_action_index_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_action_index_set)
6135    max_assoc_dep_index = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_max_assoc_dep_index_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_max_assoc_dep_index_set)
6136    num_deps = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_num_deps_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_num_deps_set)
6137    deps = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_deps_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_deps_set)
6138    num_owned_params = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_num_owned_params_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_num_owned_params_set)
6139    owned_params = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_owned_params_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_owned_params_set)
6140    num_values = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_num_values_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_num_values_set)
6141    values = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_values_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_values_set)
6142    network_version = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_network_version_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_network_version_set)
6143    network_action_index = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_network_action_index_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_network_action_index_set)
6144    num_actions = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_num_actions_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_num_actions_set)
6145    actions = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_actions_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_actions_set)
6146    num_owned_actions = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_num_owned_actions_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_num_owned_actions_set)
6147    owned_actions = property(_LibreDWG.Dwg_Object_ASSOCNETWORK_owned_actions_get, _LibreDWG.Dwg_Object_ASSOCNETWORK_owned_actions_set)
6148
6149    def __init__(self):
6150        _LibreDWG.Dwg_Object_ASSOCNETWORK_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCNETWORK())
6151    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCNETWORK
6152
6153# Register Dwg_Object_ASSOCNETWORK in _LibreDWG:
6154_LibreDWG.Dwg_Object_ASSOCNETWORK_swigregister(Dwg_Object_ASSOCNETWORK)
6155
6156class Dwg_CONSTRAINTGROUPNODE(object):
6157    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6158    __repr__ = _swig_repr
6159    parent = property(_LibreDWG.Dwg_CONSTRAINTGROUPNODE_parent_get, _LibreDWG.Dwg_CONSTRAINTGROUPNODE_parent_set)
6160    nodeid = property(_LibreDWG.Dwg_CONSTRAINTGROUPNODE_nodeid_get, _LibreDWG.Dwg_CONSTRAINTGROUPNODE_nodeid_set)
6161    status = property(_LibreDWG.Dwg_CONSTRAINTGROUPNODE_status_get, _LibreDWG.Dwg_CONSTRAINTGROUPNODE_status_set)
6162    num_connections = property(_LibreDWG.Dwg_CONSTRAINTGROUPNODE_num_connections_get, _LibreDWG.Dwg_CONSTRAINTGROUPNODE_num_connections_set)
6163    connections = property(_LibreDWG.Dwg_CONSTRAINTGROUPNODE_connections_get, _LibreDWG.Dwg_CONSTRAINTGROUPNODE_connections_set)
6164
6165    def __init__(self):
6166        _LibreDWG.Dwg_CONSTRAINTGROUPNODE_swiginit(self, _LibreDWG.new_Dwg_CONSTRAINTGROUPNODE())
6167    __swig_destroy__ = _LibreDWG.delete_Dwg_CONSTRAINTGROUPNODE
6168
6169# Register Dwg_CONSTRAINTGROUPNODE in _LibreDWG:
6170_LibreDWG.Dwg_CONSTRAINTGROUPNODE_swigregister(Dwg_CONSTRAINTGROUPNODE)
6171
6172class Dwg_Object_ASSOC2DCONSTRAINTGROUP(object):
6173    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6174    __repr__ = _swig_repr
6175    parent = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_parent_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_parent_set)
6176    class_version = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_class_version_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_class_version_set)
6177    geometry_status = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_geometry_status_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_geometry_status_set)
6178    owningnetwork = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_owningnetwork_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_owningnetwork_set)
6179    actionbody = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_actionbody_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_actionbody_set)
6180    action_index = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_action_index_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_action_index_set)
6181    max_assoc_dep_index = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_max_assoc_dep_index_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_max_assoc_dep_index_set)
6182    num_deps = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_num_deps_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_num_deps_set)
6183    deps = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_deps_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_deps_set)
6184    num_owned_params = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_num_owned_params_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_num_owned_params_set)
6185    owned_params = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_owned_params_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_owned_params_set)
6186    num_values = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_num_values_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_num_values_set)
6187    values = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_values_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_values_set)
6188    version = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_version_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_version_set)
6189    b1 = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_b1_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_b1_set)
6190    workplane = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_workplane_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_workplane_set)
6191    h1 = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_h1_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_h1_set)
6192    num_actions = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_num_actions_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_num_actions_set)
6193    actions = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_actions_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_actions_set)
6194    num_nodes = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_num_nodes_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_num_nodes_set)
6195    nodes = property(_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_nodes_get, _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_nodes_set)
6196
6197    def __init__(self):
6198        _LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOC2DCONSTRAINTGROUP())
6199    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOC2DCONSTRAINTGROUP
6200
6201# Register Dwg_Object_ASSOC2DCONSTRAINTGROUP in _LibreDWG:
6202_LibreDWG.Dwg_Object_ASSOC2DCONSTRAINTGROUP_swigregister(Dwg_Object_ASSOC2DCONSTRAINTGROUP)
6203
6204class Dwg_Object_ASSOCVARIABLE(object):
6205    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6206    __repr__ = _swig_repr
6207    parent = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_parent_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_parent_set)
6208    av_class_version = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_av_class_version_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_av_class_version_set)
6209    class_version = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_class_version_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_class_version_set)
6210    geometry_status = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_geometry_status_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_geometry_status_set)
6211    owningnetwork = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_owningnetwork_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_owningnetwork_set)
6212    actionbody = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_actionbody_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_actionbody_set)
6213    action_index = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_action_index_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_action_index_set)
6214    max_assoc_dep_index = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_max_assoc_dep_index_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_max_assoc_dep_index_set)
6215    num_deps = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_num_deps_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_num_deps_set)
6216    deps = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_deps_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_deps_set)
6217    num_owned_params = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_num_owned_params_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_num_owned_params_set)
6218    owned_params = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_owned_params_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_owned_params_set)
6219    num_values = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_num_values_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_num_values_set)
6220    values = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_values_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_values_set)
6221    name = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_name_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_name_set)
6222    t58 = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_t58_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_t58_set)
6223    evaluator = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_evaluator_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_evaluator_set)
6224    desc = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_desc_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_desc_set)
6225    value = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_value_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_value_set)
6226    has_t78 = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_has_t78_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_has_t78_set)
6227    t78 = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_t78_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_t78_set)
6228    b290 = property(_LibreDWG.Dwg_Object_ASSOCVARIABLE_b290_get, _LibreDWG.Dwg_Object_ASSOCVARIABLE_b290_set)
6229
6230    def __init__(self):
6231        _LibreDWG.Dwg_Object_ASSOCVARIABLE_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCVARIABLE())
6232    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCVARIABLE
6233
6234# Register Dwg_Object_ASSOCVARIABLE in _LibreDWG:
6235_LibreDWG.Dwg_Object_ASSOCVARIABLE_swigregister(Dwg_Object_ASSOCVARIABLE)
6236
6237class Dwg_VALUEPARAM(object):
6238    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6239    __repr__ = _swig_repr
6240    parent = property(_LibreDWG.Dwg_VALUEPARAM_parent_get, _LibreDWG.Dwg_VALUEPARAM_parent_set)
6241    class_version = property(_LibreDWG.Dwg_VALUEPARAM_class_version_get, _LibreDWG.Dwg_VALUEPARAM_class_version_set)
6242    name = property(_LibreDWG.Dwg_VALUEPARAM_name_get, _LibreDWG.Dwg_VALUEPARAM_name_set)
6243    unit_type = property(_LibreDWG.Dwg_VALUEPARAM_unit_type_get, _LibreDWG.Dwg_VALUEPARAM_unit_type_set)
6244    num_vars = property(_LibreDWG.Dwg_VALUEPARAM_num_vars_get, _LibreDWG.Dwg_VALUEPARAM_num_vars_set)
6245    vars = property(_LibreDWG.Dwg_VALUEPARAM_vars_get, _LibreDWG.Dwg_VALUEPARAM_vars_set)
6246    controlled_objdep = property(_LibreDWG.Dwg_VALUEPARAM_controlled_objdep_get, _LibreDWG.Dwg_VALUEPARAM_controlled_objdep_set)
6247
6248    def __init__(self):
6249        _LibreDWG.Dwg_VALUEPARAM_swiginit(self, _LibreDWG.new_Dwg_VALUEPARAM())
6250    __swig_destroy__ = _LibreDWG.delete_Dwg_VALUEPARAM
6251
6252# Register Dwg_VALUEPARAM in _LibreDWG:
6253_LibreDWG.Dwg_VALUEPARAM_swigregister(Dwg_VALUEPARAM)
6254
6255class Dwg_EVAL_Node(object):
6256    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6257    __repr__ = _swig_repr
6258    parent = property(_LibreDWG.Dwg_EVAL_Node_parent_get, _LibreDWG.Dwg_EVAL_Node_parent_set)
6259    id = property(_LibreDWG.Dwg_EVAL_Node_id_get, _LibreDWG.Dwg_EVAL_Node_id_set)
6260    edge_flags = property(_LibreDWG.Dwg_EVAL_Node_edge_flags_get, _LibreDWG.Dwg_EVAL_Node_edge_flags_set)
6261    nextid = property(_LibreDWG.Dwg_EVAL_Node_nextid_get, _LibreDWG.Dwg_EVAL_Node_nextid_set)
6262    evalexpr = property(_LibreDWG.Dwg_EVAL_Node_evalexpr_get, _LibreDWG.Dwg_EVAL_Node_evalexpr_set)
6263    node = property(_LibreDWG.Dwg_EVAL_Node_node_get, _LibreDWG.Dwg_EVAL_Node_node_set)
6264    active_cycles = property(_LibreDWG.Dwg_EVAL_Node_active_cycles_get, _LibreDWG.Dwg_EVAL_Node_active_cycles_set)
6265
6266    def __init__(self):
6267        _LibreDWG.Dwg_EVAL_Node_swiginit(self, _LibreDWG.new_Dwg_EVAL_Node())
6268    __swig_destroy__ = _LibreDWG.delete_Dwg_EVAL_Node
6269
6270# Register Dwg_EVAL_Node in _LibreDWG:
6271_LibreDWG.Dwg_EVAL_Node_swigregister(Dwg_EVAL_Node)
6272
6273class Dwg_EVAL_Edge(object):
6274    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6275    __repr__ = _swig_repr
6276    parent = property(_LibreDWG.Dwg_EVAL_Edge_parent_get, _LibreDWG.Dwg_EVAL_Edge_parent_set)
6277    id = property(_LibreDWG.Dwg_EVAL_Edge_id_get, _LibreDWG.Dwg_EVAL_Edge_id_set)
6278    nextid = property(_LibreDWG.Dwg_EVAL_Edge_nextid_get, _LibreDWG.Dwg_EVAL_Edge_nextid_set)
6279    e1 = property(_LibreDWG.Dwg_EVAL_Edge_e1_get, _LibreDWG.Dwg_EVAL_Edge_e1_set)
6280    e2 = property(_LibreDWG.Dwg_EVAL_Edge_e2_get, _LibreDWG.Dwg_EVAL_Edge_e2_set)
6281    e3 = property(_LibreDWG.Dwg_EVAL_Edge_e3_get, _LibreDWG.Dwg_EVAL_Edge_e3_set)
6282    out_edge = property(_LibreDWG.Dwg_EVAL_Edge_out_edge_get, _LibreDWG.Dwg_EVAL_Edge_out_edge_set)
6283
6284    def __init__(self):
6285        _LibreDWG.Dwg_EVAL_Edge_swiginit(self, _LibreDWG.new_Dwg_EVAL_Edge())
6286    __swig_destroy__ = _LibreDWG.delete_Dwg_EVAL_Edge
6287
6288# Register Dwg_EVAL_Edge in _LibreDWG:
6289_LibreDWG.Dwg_EVAL_Edge_swigregister(Dwg_EVAL_Edge)
6290
6291class Dwg_Object_EVALUATION_GRAPH(object):
6292    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6293    __repr__ = _swig_repr
6294    parent = property(_LibreDWG.Dwg_Object_EVALUATION_GRAPH_parent_get, _LibreDWG.Dwg_Object_EVALUATION_GRAPH_parent_set)
6295    major = property(_LibreDWG.Dwg_Object_EVALUATION_GRAPH_major_get, _LibreDWG.Dwg_Object_EVALUATION_GRAPH_major_set)
6296    minor = property(_LibreDWG.Dwg_Object_EVALUATION_GRAPH_minor_get, _LibreDWG.Dwg_Object_EVALUATION_GRAPH_minor_set)
6297    first_nodeid = property(_LibreDWG.Dwg_Object_EVALUATION_GRAPH_first_nodeid_get, _LibreDWG.Dwg_Object_EVALUATION_GRAPH_first_nodeid_set)
6298    first_nodeid_copy = property(_LibreDWG.Dwg_Object_EVALUATION_GRAPH_first_nodeid_copy_get, _LibreDWG.Dwg_Object_EVALUATION_GRAPH_first_nodeid_copy_set)
6299    num_nodes = property(_LibreDWG.Dwg_Object_EVALUATION_GRAPH_num_nodes_get, _LibreDWG.Dwg_Object_EVALUATION_GRAPH_num_nodes_set)
6300    nodes = property(_LibreDWG.Dwg_Object_EVALUATION_GRAPH_nodes_get, _LibreDWG.Dwg_Object_EVALUATION_GRAPH_nodes_set)
6301    has_graph = property(_LibreDWG.Dwg_Object_EVALUATION_GRAPH_has_graph_get, _LibreDWG.Dwg_Object_EVALUATION_GRAPH_has_graph_set)
6302    num_edges = property(_LibreDWG.Dwg_Object_EVALUATION_GRAPH_num_edges_get, _LibreDWG.Dwg_Object_EVALUATION_GRAPH_num_edges_set)
6303    edges = property(_LibreDWG.Dwg_Object_EVALUATION_GRAPH_edges_get, _LibreDWG.Dwg_Object_EVALUATION_GRAPH_edges_set)
6304
6305    def __init__(self):
6306        _LibreDWG.Dwg_Object_EVALUATION_GRAPH_swiginit(self, _LibreDWG.new_Dwg_Object_EVALUATION_GRAPH())
6307    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_EVALUATION_GRAPH
6308
6309# Register Dwg_Object_EVALUATION_GRAPH in _LibreDWG:
6310_LibreDWG.Dwg_Object_EVALUATION_GRAPH_swigregister(Dwg_Object_EVALUATION_GRAPH)
6311
6312class Dwg_Object_DYNAMICBLOCKPURGEPREVENTER(object):
6313    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6314    __repr__ = _swig_repr
6315    parent = property(_LibreDWG.Dwg_Object_DYNAMICBLOCKPURGEPREVENTER_parent_get, _LibreDWG.Dwg_Object_DYNAMICBLOCKPURGEPREVENTER_parent_set)
6316    flag = property(_LibreDWG.Dwg_Object_DYNAMICBLOCKPURGEPREVENTER_flag_get, _LibreDWG.Dwg_Object_DYNAMICBLOCKPURGEPREVENTER_flag_set)
6317    block = property(_LibreDWG.Dwg_Object_DYNAMICBLOCKPURGEPREVENTER_block_get, _LibreDWG.Dwg_Object_DYNAMICBLOCKPURGEPREVENTER_block_set)
6318
6319    def __init__(self):
6320        _LibreDWG.Dwg_Object_DYNAMICBLOCKPURGEPREVENTER_swiginit(self, _LibreDWG.new_Dwg_Object_DYNAMICBLOCKPURGEPREVENTER())
6321    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DYNAMICBLOCKPURGEPREVENTER
6322
6323# Register Dwg_Object_DYNAMICBLOCKPURGEPREVENTER in _LibreDWG:
6324_LibreDWG.Dwg_Object_DYNAMICBLOCKPURGEPREVENTER_swigregister(Dwg_Object_DYNAMICBLOCKPURGEPREVENTER)
6325
6326class Dwg_Object_PERSUBENTMGR(object):
6327    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6328    __repr__ = _swig_repr
6329    parent = property(_LibreDWG.Dwg_Object_PERSUBENTMGR_parent_get, _LibreDWG.Dwg_Object_PERSUBENTMGR_parent_set)
6330    class_version = property(_LibreDWG.Dwg_Object_PERSUBENTMGR_class_version_get, _LibreDWG.Dwg_Object_PERSUBENTMGR_class_version_set)
6331    unknown_0 = property(_LibreDWG.Dwg_Object_PERSUBENTMGR_unknown_0_get, _LibreDWG.Dwg_Object_PERSUBENTMGR_unknown_0_set)
6332    unknown_2 = property(_LibreDWG.Dwg_Object_PERSUBENTMGR_unknown_2_get, _LibreDWG.Dwg_Object_PERSUBENTMGR_unknown_2_set)
6333    numassocsteps = property(_LibreDWG.Dwg_Object_PERSUBENTMGR_numassocsteps_get, _LibreDWG.Dwg_Object_PERSUBENTMGR_numassocsteps_set)
6334    numassocsubents = property(_LibreDWG.Dwg_Object_PERSUBENTMGR_numassocsubents_get, _LibreDWG.Dwg_Object_PERSUBENTMGR_numassocsubents_set)
6335    num_steps = property(_LibreDWG.Dwg_Object_PERSUBENTMGR_num_steps_get, _LibreDWG.Dwg_Object_PERSUBENTMGR_num_steps_set)
6336    steps = property(_LibreDWG.Dwg_Object_PERSUBENTMGR_steps_get, _LibreDWG.Dwg_Object_PERSUBENTMGR_steps_set)
6337    num_subents = property(_LibreDWG.Dwg_Object_PERSUBENTMGR_num_subents_get, _LibreDWG.Dwg_Object_PERSUBENTMGR_num_subents_set)
6338    subents = property(_LibreDWG.Dwg_Object_PERSUBENTMGR_subents_get, _LibreDWG.Dwg_Object_PERSUBENTMGR_subents_set)
6339
6340    def __init__(self):
6341        _LibreDWG.Dwg_Object_PERSUBENTMGR_swiginit(self, _LibreDWG.new_Dwg_Object_PERSUBENTMGR())
6342    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_PERSUBENTMGR
6343
6344# Register Dwg_Object_PERSUBENTMGR in _LibreDWG:
6345_LibreDWG.Dwg_Object_PERSUBENTMGR_swigregister(Dwg_Object_PERSUBENTMGR)
6346
6347class Dwg_Object_ASSOCPERSSUBENTMANAGER(object):
6348    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6349    __repr__ = _swig_repr
6350    parent = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_parent_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_parent_set)
6351    class_version = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_class_version_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_class_version_set)
6352    unknown_3 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_3_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_3_set)
6353    unknown_0 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_0_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_0_set)
6354    unknown_2 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_2_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_2_set)
6355    num_steps = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_num_steps_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_num_steps_set)
6356    num_subents = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_num_subents_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_num_subents_set)
6357    steps = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_steps_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_steps_set)
6358    subents = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_subents_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_subents_set)
6359    unknown_bl6 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl6_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl6_set)
6360    unknown_bl6a = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl6a_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl6a_set)
6361    unknown_bl7a = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl7a_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl7a_set)
6362    unknown_bl7 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl7_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl7_set)
6363    unknown_bl8 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl8_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl8_set)
6364    unknown_bl9 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl9_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl9_set)
6365    unknown_bl10 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl10_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl10_set)
6366    unknown_bl11 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl11_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl11_set)
6367    unknown_bl12 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl12_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl12_set)
6368    unknown_bl13 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl13_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl13_set)
6369    unknown_bl14 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl14_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl14_set)
6370    unknown_bl15 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl15_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl15_set)
6371    unknown_bl16 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl16_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl16_set)
6372    unknown_bl17 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl17_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl17_set)
6373    unknown_bl18 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl18_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl18_set)
6374    unknown_bl19 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl19_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl19_set)
6375    unknown_bl20 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl20_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl20_set)
6376    unknown_bl21 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl21_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl21_set)
6377    unknown_bl22 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl22_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl22_set)
6378    unknown_bl23 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl23_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl23_set)
6379    unknown_bl24 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl24_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl24_set)
6380    unknown_bl25 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl25_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl25_set)
6381    unknown_bl26 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl26_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl26_set)
6382    unknown_bl27 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl27_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl27_set)
6383    unknown_bl28 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl28_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl28_set)
6384    unknown_bl29 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl29_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl29_set)
6385    unknown_bl30 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl30_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl30_set)
6386    unknown_bl31 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl31_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl31_set)
6387    unknown_bl32 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl32_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl32_set)
6388    unknown_bl33 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl33_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl33_set)
6389    unknown_bl34 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl34_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl34_set)
6390    unknown_bl35 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl35_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl35_set)
6391    unknown_bl36 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl36_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_bl36_set)
6392    unknown_b37 = property(_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_b37_get, _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_unknown_b37_set)
6393
6394    def __init__(self):
6395        _LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCPERSSUBENTMANAGER())
6396    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCPERSSUBENTMANAGER
6397
6398# Register Dwg_Object_ASSOCPERSSUBENTMANAGER in _LibreDWG:
6399_LibreDWG.Dwg_Object_ASSOCPERSSUBENTMANAGER_swigregister(Dwg_Object_ASSOCPERSSUBENTMANAGER)
6400
6401class Dwg_Object_ASSOCACTIONPARAM(object):
6402    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6403    __repr__ = _swig_repr
6404    parent = property(_LibreDWG.Dwg_Object_ASSOCACTIONPARAM_parent_get, _LibreDWG.Dwg_Object_ASSOCACTIONPARAM_parent_set)
6405    is_r2013 = property(_LibreDWG.Dwg_Object_ASSOCACTIONPARAM_is_r2013_get, _LibreDWG.Dwg_Object_ASSOCACTIONPARAM_is_r2013_set)
6406    aap_version = property(_LibreDWG.Dwg_Object_ASSOCACTIONPARAM_aap_version_get, _LibreDWG.Dwg_Object_ASSOCACTIONPARAM_aap_version_set)
6407    name = property(_LibreDWG.Dwg_Object_ASSOCACTIONPARAM_name_get, _LibreDWG.Dwg_Object_ASSOCACTIONPARAM_name_set)
6408
6409    def __init__(self):
6410        _LibreDWG.Dwg_Object_ASSOCACTIONPARAM_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCACTIONPARAM())
6411    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCACTIONPARAM
6412
6413# Register Dwg_Object_ASSOCACTIONPARAM in _LibreDWG:
6414_LibreDWG.Dwg_Object_ASSOCACTIONPARAM_swigregister(Dwg_Object_ASSOCACTIONPARAM)
6415
6416class Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM(object):
6417    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6418    __repr__ = _swig_repr
6419    parent = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_parent_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_parent_set)
6420    is_r2013 = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_is_r2013_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_is_r2013_set)
6421    aap_version = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_aap_version_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_aap_version_set)
6422    name = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_name_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_name_set)
6423    class_version = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_class_version_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_class_version_set)
6424    bs1 = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_bs1_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_bs1_set)
6425    num_params = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_num_params_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_num_params_set)
6426    params = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_params_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_params_set)
6427    has_child_param = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_has_child_param_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_has_child_param_set)
6428    child_status = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_child_status_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_child_status_set)
6429    child_id = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_child_id_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_child_id_set)
6430    child_param = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_child_param_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_child_param_set)
6431    h330_2 = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_h330_2_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_h330_2_set)
6432    bl2 = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_bl2_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_bl2_set)
6433    h330_3 = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_h330_3_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_h330_3_set)
6434    status = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_status_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_status_set)
6435    osnap_mode = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_osnap_mode_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_osnap_mode_set)
6436    param = property(_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_param_get, _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_param_set)
6437
6438    def __init__(self):
6439        _LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM())
6440    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM
6441
6442# Register Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM in _LibreDWG:
6443_LibreDWG.Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM_swigregister(Dwg_Object_ASSOCOSNAPPOINTREFACTIONPARAM)
6444
6445class Dwg_Object_ASSOCPOINTREFACTIONPARAM(object):
6446    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6447    __repr__ = _swig_repr
6448    parent = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_parent_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_parent_set)
6449    is_r2013 = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_is_r2013_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_is_r2013_set)
6450    aap_version = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_aap_version_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_aap_version_set)
6451    name = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_name_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_name_set)
6452    class_version = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_class_version_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_class_version_set)
6453    bs1 = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_bs1_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_bs1_set)
6454    num_params = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_num_params_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_num_params_set)
6455    params = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_params_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_params_set)
6456    has_child_param = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_has_child_param_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_has_child_param_set)
6457    child_status = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_child_status_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_child_status_set)
6458    child_id = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_child_id_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_child_id_set)
6459    child_param = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_child_param_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_child_param_set)
6460    h330_2 = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_h330_2_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_h330_2_set)
6461    bl2 = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_bl2_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_bl2_set)
6462    h330_3 = property(_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_h330_3_get, _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_h330_3_set)
6463
6464    def __init__(self):
6465        _LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCPOINTREFACTIONPARAM())
6466    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCPOINTREFACTIONPARAM
6467
6468# Register Dwg_Object_ASSOCPOINTREFACTIONPARAM in _LibreDWG:
6469_LibreDWG.Dwg_Object_ASSOCPOINTREFACTIONPARAM_swigregister(Dwg_Object_ASSOCPOINTREFACTIONPARAM)
6470
6471class Dwg_Object_ASSOCASMBODYACTIONPARAM(object):
6472    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6473    __repr__ = _swig_repr
6474    parent = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_parent_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_parent_set)
6475    is_r2013 = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_is_r2013_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_is_r2013_set)
6476    aap_version = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_aap_version_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_aap_version_set)
6477    name = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_name_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_name_set)
6478    asdap_class_version = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_asdap_class_version_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_asdap_class_version_set)
6479    dep = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_dep_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_dep_set)
6480    class_version = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_class_version_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_class_version_set)
6481    acis_empty = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_acis_empty_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_acis_empty_set)
6482    unknown = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_unknown_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_unknown_set)
6483    version = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_version_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_version_set)
6484    num_blocks = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_num_blocks_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_num_blocks_set)
6485    block_size = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_block_size_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_block_size_set)
6486    encr_sat_data = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_encr_sat_data_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_encr_sat_data_set)
6487    sab_size = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_sab_size_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_sab_size_set)
6488    acis_data = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_acis_data_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_acis_data_set)
6489    wireframe_data_present = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_wireframe_data_present_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_wireframe_data_present_set)
6490    point_present = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_point_present_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_point_present_set)
6491    point = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_point_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_point_set)
6492    isolines = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_isolines_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_isolines_set)
6493    isoline_present = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_isoline_present_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_isoline_present_set)
6494    num_wires = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_num_wires_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_num_wires_set)
6495    wires = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_wires_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_wires_set)
6496    num_silhouettes = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_num_silhouettes_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_num_silhouettes_set)
6497    silhouettes = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_silhouettes_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_silhouettes_set)
6498    _dxf_sab_converted = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM__dxf_sab_converted_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM__dxf_sab_converted_set)
6499    acis_empty2 = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_acis_empty2_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_acis_empty2_set)
6500    extra_acis_data = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_extra_acis_data_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_extra_acis_data_set)
6501    num_materials = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_num_materials_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_num_materials_set)
6502    materials = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_materials_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_materials_set)
6503    revision_guid = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_revision_guid_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_revision_guid_set)
6504    revision_major = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_revision_major_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_revision_major_set)
6505    revision_minor1 = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_revision_minor1_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_revision_minor1_set)
6506    revision_minor2 = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_revision_minor2_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_revision_minor2_set)
6507    revision_bytes = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_revision_bytes_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_revision_bytes_set)
6508    end_marker = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_end_marker_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_end_marker_set)
6509    history_id = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_history_id_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_history_id_set)
6510    has_revision_guid = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_has_revision_guid_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_has_revision_guid_set)
6511    acis_empty_bit = property(_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_acis_empty_bit_get, _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_acis_empty_bit_set)
6512
6513    def __init__(self):
6514        _LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCASMBODYACTIONPARAM())
6515    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCASMBODYACTIONPARAM
6516
6517# Register Dwg_Object_ASSOCASMBODYACTIONPARAM in _LibreDWG:
6518_LibreDWG.Dwg_Object_ASSOCASMBODYACTIONPARAM_swigregister(Dwg_Object_ASSOCASMBODYACTIONPARAM)
6519
6520class Dwg_Object_ASSOCCOMPOUNDACTIONPARAM(object):
6521    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6522    __repr__ = _swig_repr
6523    parent = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_parent_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_parent_set)
6524    is_r2013 = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_is_r2013_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_is_r2013_set)
6525    aap_version = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_aap_version_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_aap_version_set)
6526    name = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_name_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_name_set)
6527    class_version = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_class_version_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_class_version_set)
6528    bs1 = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_bs1_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_bs1_set)
6529    num_params = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_num_params_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_num_params_set)
6530    params = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_params_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_params_set)
6531    has_child_param = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_has_child_param_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_has_child_param_set)
6532    child_status = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_child_status_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_child_status_set)
6533    child_id = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_child_id_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_child_id_set)
6534    child_param = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_child_param_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_child_param_set)
6535    h330_2 = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_h330_2_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_h330_2_set)
6536    bl2 = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_bl2_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_bl2_set)
6537    h330_3 = property(_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_h330_3_get, _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_h330_3_set)
6538
6539    def __init__(self):
6540        _LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCCOMPOUNDACTIONPARAM())
6541    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCCOMPOUNDACTIONPARAM
6542
6543# Register Dwg_Object_ASSOCCOMPOUNDACTIONPARAM in _LibreDWG:
6544_LibreDWG.Dwg_Object_ASSOCCOMPOUNDACTIONPARAM_swigregister(Dwg_Object_ASSOCCOMPOUNDACTIONPARAM)
6545
6546class Dwg_Object_ASSOCOBJECTACTIONPARAM(object):
6547    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6548    __repr__ = _swig_repr
6549    parent = property(_LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_parent_get, _LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_parent_set)
6550    is_r2013 = property(_LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_is_r2013_get, _LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_is_r2013_set)
6551    aap_version = property(_LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_aap_version_get, _LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_aap_version_set)
6552    name = property(_LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_name_get, _LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_name_set)
6553    asdap_class_version = property(_LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_asdap_class_version_get, _LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_asdap_class_version_set)
6554    dep = property(_LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_dep_get, _LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_dep_set)
6555    class_version = property(_LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_class_version_get, _LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_class_version_set)
6556
6557    def __init__(self):
6558        _LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCOBJECTACTIONPARAM())
6559    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCOBJECTACTIONPARAM
6560
6561# Register Dwg_Object_ASSOCOBJECTACTIONPARAM in _LibreDWG:
6562_LibreDWG.Dwg_Object_ASSOCOBJECTACTIONPARAM_swigregister(Dwg_Object_ASSOCOBJECTACTIONPARAM)
6563
6564class Dwg_Object_ASSOCEDGEACTIONPARAM(object):
6565    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6566    __repr__ = _swig_repr
6567    parent = property(_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_parent_get, _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_parent_set)
6568    is_r2013 = property(_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_is_r2013_get, _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_is_r2013_set)
6569    aap_version = property(_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_aap_version_get, _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_aap_version_set)
6570    name = property(_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_name_get, _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_name_set)
6571    asdap_class_version = property(_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_asdap_class_version_get, _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_asdap_class_version_set)
6572    dep = property(_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_dep_get, _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_dep_set)
6573    class_version = property(_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_class_version_get, _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_class_version_set)
6574    param = property(_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_param_get, _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_param_set)
6575    has_action = property(_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_has_action_get, _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_has_action_set)
6576    action_type = property(_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_action_type_get, _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_action_type_set)
6577    subent = property(_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_subent_get, _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_subent_set)
6578
6579    def __init__(self):
6580        _LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCEDGEACTIONPARAM())
6581    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCEDGEACTIONPARAM
6582
6583# Register Dwg_Object_ASSOCEDGEACTIONPARAM in _LibreDWG:
6584_LibreDWG.Dwg_Object_ASSOCEDGEACTIONPARAM_swigregister(Dwg_Object_ASSOCEDGEACTIONPARAM)
6585
6586class Dwg_Object_ASSOCFACEACTIONPARAM(object):
6587    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6588    __repr__ = _swig_repr
6589    parent = property(_LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_parent_get, _LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_parent_set)
6590    is_r2013 = property(_LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_is_r2013_get, _LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_is_r2013_set)
6591    aap_version = property(_LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_aap_version_get, _LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_aap_version_set)
6592    name = property(_LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_name_get, _LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_name_set)
6593    asdap_class_version = property(_LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_asdap_class_version_get, _LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_asdap_class_version_set)
6594    dep = property(_LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_dep_get, _LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_dep_set)
6595    class_version = property(_LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_class_version_get, _LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_class_version_set)
6596    index = property(_LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_index_get, _LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_index_set)
6597
6598    def __init__(self):
6599        _LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCFACEACTIONPARAM())
6600    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCFACEACTIONPARAM
6601
6602# Register Dwg_Object_ASSOCFACEACTIONPARAM in _LibreDWG:
6603_LibreDWG.Dwg_Object_ASSOCFACEACTIONPARAM_swigregister(Dwg_Object_ASSOCFACEACTIONPARAM)
6604
6605class Dwg_Object_ASSOCPATHACTIONPARAM(object):
6606    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6607    __repr__ = _swig_repr
6608    parent = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_parent_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_parent_set)
6609    is_r2013 = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_is_r2013_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_is_r2013_set)
6610    aap_version = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_aap_version_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_aap_version_set)
6611    name = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_name_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_name_set)
6612    class_version = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_class_version_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_class_version_set)
6613    bs1 = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_bs1_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_bs1_set)
6614    num_params = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_num_params_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_num_params_set)
6615    params = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_params_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_params_set)
6616    has_child_param = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_has_child_param_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_has_child_param_set)
6617    child_status = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_child_status_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_child_status_set)
6618    child_id = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_child_id_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_child_id_set)
6619    child_param = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_child_param_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_child_param_set)
6620    h330_2 = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_h330_2_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_h330_2_set)
6621    bl2 = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_bl2_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_bl2_set)
6622    h330_3 = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_h330_3_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_h330_3_set)
6623    version = property(_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_version_get, _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_version_set)
6624
6625    def __init__(self):
6626        _LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCPATHACTIONPARAM())
6627    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCPATHACTIONPARAM
6628
6629# Register Dwg_Object_ASSOCPATHACTIONPARAM in _LibreDWG:
6630_LibreDWG.Dwg_Object_ASSOCPATHACTIONPARAM_swigregister(Dwg_Object_ASSOCPATHACTIONPARAM)
6631
6632class Dwg_Object_ASSOCVERTEXACTIONPARAM(object):
6633    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6634    __repr__ = _swig_repr
6635    parent = property(_LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_parent_get, _LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_parent_set)
6636    is_r2013 = property(_LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_is_r2013_get, _LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_is_r2013_set)
6637    aap_version = property(_LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_aap_version_get, _LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_aap_version_set)
6638    name = property(_LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_name_get, _LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_name_set)
6639    asdap_class_version = property(_LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_asdap_class_version_get, _LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_asdap_class_version_set)
6640    dep = property(_LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_dep_get, _LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_dep_set)
6641    class_version = property(_LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_class_version_get, _LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_class_version_set)
6642    pt = property(_LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_pt_get, _LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_pt_set)
6643
6644    def __init__(self):
6645        _LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCVERTEXACTIONPARAM())
6646    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCVERTEXACTIONPARAM
6647
6648# Register Dwg_Object_ASSOCVERTEXACTIONPARAM in _LibreDWG:
6649_LibreDWG.Dwg_Object_ASSOCVERTEXACTIONPARAM_swigregister(Dwg_Object_ASSOCVERTEXACTIONPARAM)
6650
6651class Dwg_ASSOCARRAYITEM(object):
6652    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6653    __repr__ = _swig_repr
6654    parent = property(_LibreDWG.Dwg_ASSOCARRAYITEM_parent_get, _LibreDWG.Dwg_ASSOCARRAYITEM_parent_set)
6655    class_version = property(_LibreDWG.Dwg_ASSOCARRAYITEM_class_version_get, _LibreDWG.Dwg_ASSOCARRAYITEM_class_version_set)
6656    itemloc = property(_LibreDWG.Dwg_ASSOCARRAYITEM_itemloc_get, _LibreDWG.Dwg_ASSOCARRAYITEM_itemloc_set)
6657    flags = property(_LibreDWG.Dwg_ASSOCARRAYITEM_flags_get, _LibreDWG.Dwg_ASSOCARRAYITEM_flags_set)
6658    is_default_transmatrix = property(_LibreDWG.Dwg_ASSOCARRAYITEM_is_default_transmatrix_get, _LibreDWG.Dwg_ASSOCARRAYITEM_is_default_transmatrix_set)
6659    x_dir = property(_LibreDWG.Dwg_ASSOCARRAYITEM_x_dir_get, _LibreDWG.Dwg_ASSOCARRAYITEM_x_dir_set)
6660    transmatrix = property(_LibreDWG.Dwg_ASSOCARRAYITEM_transmatrix_get, _LibreDWG.Dwg_ASSOCARRAYITEM_transmatrix_set)
6661    rel_transform = property(_LibreDWG.Dwg_ASSOCARRAYITEM_rel_transform_get, _LibreDWG.Dwg_ASSOCARRAYITEM_rel_transform_set)
6662    has_h1 = property(_LibreDWG.Dwg_ASSOCARRAYITEM_has_h1_get, _LibreDWG.Dwg_ASSOCARRAYITEM_has_h1_set)
6663    h1 = property(_LibreDWG.Dwg_ASSOCARRAYITEM_h1_get, _LibreDWG.Dwg_ASSOCARRAYITEM_h1_set)
6664    h2 = property(_LibreDWG.Dwg_ASSOCARRAYITEM_h2_get, _LibreDWG.Dwg_ASSOCARRAYITEM_h2_set)
6665
6666    def __init__(self):
6667        _LibreDWG.Dwg_ASSOCARRAYITEM_swiginit(self, _LibreDWG.new_Dwg_ASSOCARRAYITEM())
6668    __swig_destroy__ = _LibreDWG.delete_Dwg_ASSOCARRAYITEM
6669
6670# Register Dwg_ASSOCARRAYITEM in _LibreDWG:
6671_LibreDWG.Dwg_ASSOCARRAYITEM_swigregister(Dwg_ASSOCARRAYITEM)
6672
6673class Dwg_Object_ASSOCARRAYPARAMETERS(object):
6674    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6675    __repr__ = _swig_repr
6676    parent = property(_LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_parent_get, _LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_parent_set)
6677    aap_version = property(_LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_aap_version_get, _LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_aap_version_set)
6678    num_items = property(_LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_num_items_get, _LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_num_items_set)
6679    classname = property(_LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_classname_get, _LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_classname_set)
6680    items = property(_LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_items_get, _LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_items_set)
6681    numitems = property(_LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_numitems_get, _LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_numitems_set)
6682    numrows = property(_LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_numrows_get, _LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_numrows_set)
6683    numlevels = property(_LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_numlevels_get, _LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_numlevels_set)
6684
6685    def __init__(self):
6686        _LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCARRAYPARAMETERS())
6687    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCARRAYPARAMETERS
6688
6689# Register Dwg_Object_ASSOCARRAYPARAMETERS in _LibreDWG:
6690_LibreDWG.Dwg_Object_ASSOCARRAYPARAMETERS_swigregister(Dwg_Object_ASSOCARRAYPARAMETERS)
6691
6692class Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY(object):
6693    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6694    __repr__ = _swig_repr
6695    parent = property(_LibreDWG.Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY_parent_set)
6696    aab_version = property(_LibreDWG.Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY_aab_version_set)
6697    class_version = property(_LibreDWG.Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY_class_version_set)
6698    entity = property(_LibreDWG.Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY_entity_get, _LibreDWG.Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY_entity_set)
6699
6700    def __init__(self):
6701        _LibreDWG.Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY())
6702    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY
6703
6704# Register Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY in _LibreDWG:
6705_LibreDWG.Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY_swigregister(Dwg_Object_ASSOCRESTOREENTITYSTATEACTIONBODY)
6706
6707class Dwg_ASSOCSURFACEACTIONBODY(object):
6708    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6709    __repr__ = _swig_repr
6710    parent = property(_LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_parent_set)
6711    version = property(_LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_version_get, _LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_version_set)
6712    is_semi_assoc = property(_LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_is_semi_assoc_get, _LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_is_semi_assoc_set)
6713    l2 = property(_LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_l2_get, _LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_l2_set)
6714    is_semi_ovr = property(_LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_is_semi_ovr_get, _LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_is_semi_ovr_set)
6715    grip_status = property(_LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_grip_status_get, _LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_grip_status_set)
6716    assocdep = property(_LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_assocdep_get, _LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_assocdep_set)
6717
6718    def __init__(self):
6719        _LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_ASSOCSURFACEACTIONBODY())
6720    __swig_destroy__ = _LibreDWG.delete_Dwg_ASSOCSURFACEACTIONBODY
6721
6722# Register Dwg_ASSOCSURFACEACTIONBODY in _LibreDWG:
6723_LibreDWG.Dwg_ASSOCSURFACEACTIONBODY_swigregister(Dwg_ASSOCSURFACEACTIONBODY)
6724
6725class Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY(object):
6726    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6727    __repr__ = _swig_repr
6728    parent = property(_LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_parent_set)
6729    aab_version = property(_LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_aab_version_set)
6730    pab = property(_LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_pab_set)
6731    sab = property(_LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_sab_set)
6732    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_pbsab_status_set)
6733    class_version = property(_LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_class_version_set)
6734    option = property(_LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_option_get, _LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_option_set)
6735
6736    def __init__(self):
6737        _LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY())
6738    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY
6739
6740# Register Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY in _LibreDWG:
6741_LibreDWG.Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCEXTENDSURFACEACTIONBODY)
6742
6743class Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY(object):
6744    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6745    __repr__ = _swig_repr
6746    parent = property(_LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_parent_set)
6747    aab_version = property(_LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_aab_version_set)
6748    pab = property(_LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_pab_set)
6749    sab = property(_LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_sab_set)
6750    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_pbsab_status_set)
6751    class_version = property(_LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_class_version_set)
6752
6753    def __init__(self):
6754        _LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY())
6755    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY
6756
6757# Register Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY in _LibreDWG:
6758_LibreDWG.Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCEXTRUDEDSURFACEACTIONBODY)
6759
6760class Dwg_Object_ASSOCPLANESURFACEACTIONBODY(object):
6761    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6762    __repr__ = _swig_repr
6763    parent = property(_LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_parent_set)
6764    aab_version = property(_LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_aab_version_set)
6765    pab = property(_LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_pab_set)
6766    sab = property(_LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_sab_set)
6767    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_pbsab_status_set)
6768    class_version = property(_LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_class_version_set)
6769
6770    def __init__(self):
6771        _LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCPLANESURFACEACTIONBODY())
6772    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCPLANESURFACEACTIONBODY
6773
6774# Register Dwg_Object_ASSOCPLANESURFACEACTIONBODY in _LibreDWG:
6775_LibreDWG.Dwg_Object_ASSOCPLANESURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCPLANESURFACEACTIONBODY)
6776
6777class Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY(object):
6778    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6779    __repr__ = _swig_repr
6780    parent = property(_LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_parent_set)
6781    aab_version = property(_LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_aab_version_set)
6782    pab = property(_LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_pab_set)
6783    sab = property(_LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_sab_set)
6784    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_pbsab_status_set)
6785    class_version = property(_LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_class_version_set)
6786
6787    def __init__(self):
6788        _LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY())
6789    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY
6790
6791# Register Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY in _LibreDWG:
6792_LibreDWG.Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCLOFTEDSURFACEACTIONBODY)
6793
6794class Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY(object):
6795    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6796    __repr__ = _swig_repr
6797    parent = property(_LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_parent_set)
6798    aab_version = property(_LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_aab_version_set)
6799    pab = property(_LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_pab_set)
6800    sab = property(_LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_sab_set)
6801    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_pbsab_status_set)
6802    class_version = property(_LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_class_version_set)
6803
6804    def __init__(self):
6805        _LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY())
6806    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY
6807
6808# Register Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY in _LibreDWG:
6809_LibreDWG.Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCNETWORKSURFACEACTIONBODY)
6810
6811class Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY(object):
6812    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6813    __repr__ = _swig_repr
6814    parent = property(_LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_parent_set)
6815    aab_version = property(_LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_aab_version_set)
6816    pab = property(_LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_pab_set)
6817    sab = property(_LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_sab_set)
6818    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_pbsab_status_set)
6819    class_version = property(_LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_class_version_set)
6820    b1 = property(_LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_b1_get, _LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_b1_set)
6821
6822    def __init__(self):
6823        _LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY())
6824    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY
6825
6826# Register Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY in _LibreDWG:
6827_LibreDWG.Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCOFFSETSURFACEACTIONBODY)
6828
6829class Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY(object):
6830    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6831    __repr__ = _swig_repr
6832    parent = property(_LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_parent_set)
6833    aab_version = property(_LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_aab_version_set)
6834    pab = property(_LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_pab_set)
6835    sab = property(_LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_sab_set)
6836    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_pbsab_status_set)
6837    class_version = property(_LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_class_version_set)
6838
6839    def __init__(self):
6840        _LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY())
6841    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY
6842
6843# Register Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY in _LibreDWG:
6844_LibreDWG.Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCREVOLVEDSURFACEACTIONBODY)
6845
6846class Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY(object):
6847    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6848    __repr__ = _swig_repr
6849    parent = property(_LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_parent_set)
6850    aab_version = property(_LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_aab_version_set)
6851    pab = property(_LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_pab_set)
6852    sab = property(_LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_sab_set)
6853    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_pbsab_status_set)
6854    class_version = property(_LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_class_version_set)
6855
6856    def __init__(self):
6857        _LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY())
6858    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY
6859
6860# Register Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY in _LibreDWG:
6861_LibreDWG.Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCSWEPTSURFACEACTIONBODY)
6862
6863class Dwg_Object_ASSOCEDGECHAMFERACTIONBODY(object):
6864    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6865    __repr__ = _swig_repr
6866    parent = property(_LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_parent_set)
6867    aab_version = property(_LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_aab_version_set)
6868    pab = property(_LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_pab_set)
6869    sab = property(_LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_sab_set)
6870    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_pbsab_status_set)
6871
6872    def __init__(self):
6873        _LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCEDGECHAMFERACTIONBODY())
6874    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCEDGECHAMFERACTIONBODY
6875
6876# Register Dwg_Object_ASSOCEDGECHAMFERACTIONBODY in _LibreDWG:
6877_LibreDWG.Dwg_Object_ASSOCEDGECHAMFERACTIONBODY_swigregister(Dwg_Object_ASSOCEDGECHAMFERACTIONBODY)
6878
6879class Dwg_Object_ASSOCEDGEFILLETACTIONBODY(object):
6880    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6881    __repr__ = _swig_repr
6882    parent = property(_LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_parent_set)
6883    aab_version = property(_LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_aab_version_set)
6884    pab = property(_LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_pab_set)
6885    sab = property(_LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_sab_set)
6886    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_pbsab_status_set)
6887
6888    def __init__(self):
6889        _LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCEDGEFILLETACTIONBODY())
6890    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCEDGEFILLETACTIONBODY
6891
6892# Register Dwg_Object_ASSOCEDGEFILLETACTIONBODY in _LibreDWG:
6893_LibreDWG.Dwg_Object_ASSOCEDGEFILLETACTIONBODY_swigregister(Dwg_Object_ASSOCEDGEFILLETACTIONBODY)
6894
6895class Dwg_Object_ASSOCTRIMSURFACEACTIONBODY(object):
6896    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6897    __repr__ = _swig_repr
6898    parent = property(_LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_parent_set)
6899    aab_version = property(_LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_aab_version_set)
6900    pab = property(_LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_pab_set)
6901    sab = property(_LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_sab_set)
6902    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_pbsab_status_set)
6903    class_version = property(_LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_class_version_set)
6904    b1 = property(_LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_b1_get, _LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_b1_set)
6905    b2 = property(_LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_b2_get, _LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_b2_set)
6906    distance = property(_LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_distance_get, _LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_distance_set)
6907
6908    def __init__(self):
6909        _LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCTRIMSURFACEACTIONBODY())
6910    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCTRIMSURFACEACTIONBODY
6911
6912# Register Dwg_Object_ASSOCTRIMSURFACEACTIONBODY in _LibreDWG:
6913_LibreDWG.Dwg_Object_ASSOCTRIMSURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCTRIMSURFACEACTIONBODY)
6914
6915class Dwg_Object_ASSOCBLENDSURFACEACTIONBODY(object):
6916    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6917    __repr__ = _swig_repr
6918    parent = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_parent_set)
6919    aab_version = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_aab_version_set)
6920    pab = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_pab_set)
6921    sab = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_sab_set)
6922    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_pbsab_status_set)
6923    class_version = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_class_version_set)
6924    b1 = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_b1_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_b1_set)
6925    b2 = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_b2_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_b2_set)
6926    b3 = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_b3_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_b3_set)
6927    b4 = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_b4_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_b4_set)
6928    b5 = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_b5_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_b5_set)
6929    blend_options = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_blend_options_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_blend_options_set)
6930    bs2 = property(_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_bs2_get, _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_bs2_set)
6931
6932    def __init__(self):
6933        _LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCBLENDSURFACEACTIONBODY())
6934    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCBLENDSURFACEACTIONBODY
6935
6936# Register Dwg_Object_ASSOCBLENDSURFACEACTIONBODY in _LibreDWG:
6937_LibreDWG.Dwg_Object_ASSOCBLENDSURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCBLENDSURFACEACTIONBODY)
6938
6939class Dwg_Object_ASSOCFILLETSURFACEACTIONBODY(object):
6940    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6941    __repr__ = _swig_repr
6942    parent = property(_LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_parent_set)
6943    aab_version = property(_LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_aab_version_set)
6944    pab = property(_LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_pab_set)
6945    sab = property(_LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_sab_set)
6946    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_pbsab_status_set)
6947    class_version = property(_LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_class_version_set)
6948    status = property(_LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_status_get, _LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_status_set)
6949    pt1 = property(_LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_pt1_get, _LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_pt1_set)
6950    pt2 = property(_LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_pt2_get, _LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_pt2_set)
6951
6952    def __init__(self):
6953        _LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCFILLETSURFACEACTIONBODY())
6954    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCFILLETSURFACEACTIONBODY
6955
6956# Register Dwg_Object_ASSOCFILLETSURFACEACTIONBODY in _LibreDWG:
6957_LibreDWG.Dwg_Object_ASSOCFILLETSURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCFILLETSURFACEACTIONBODY)
6958
6959class Dwg_Object_ASSOCPATCHSURFACEACTIONBODY(object):
6960    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6961    __repr__ = _swig_repr
6962    parent = property(_LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_parent_set)
6963    aab_version = property(_LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_aab_version_set)
6964    pab = property(_LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_pab_set)
6965    sab = property(_LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_sab_get, _LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_sab_set)
6966    pbsab_status = property(_LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_pbsab_status_get, _LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_pbsab_status_set)
6967    class_version = property(_LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_class_version_set)
6968
6969    def __init__(self):
6970        _LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCPATCHSURFACEACTIONBODY())
6971    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCPATCHSURFACEACTIONBODY
6972
6973# Register Dwg_Object_ASSOCPATCHSURFACEACTIONBODY in _LibreDWG:
6974_LibreDWG.Dwg_Object_ASSOCPATCHSURFACEACTIONBODY_swigregister(Dwg_Object_ASSOCPATCHSURFACEACTIONBODY)
6975
6976class Dwg_ASSOCACTIONBODY_action(object):
6977    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6978    __repr__ = _swig_repr
6979    parent = property(_LibreDWG.Dwg_ASSOCACTIONBODY_action_parent_get, _LibreDWG.Dwg_ASSOCACTIONBODY_action_parent_set)
6980    depid = property(_LibreDWG.Dwg_ASSOCACTIONBODY_action_depid_get, _LibreDWG.Dwg_ASSOCACTIONBODY_action_depid_set)
6981    dep = property(_LibreDWG.Dwg_ASSOCACTIONBODY_action_dep_get, _LibreDWG.Dwg_ASSOCACTIONBODY_action_dep_set)
6982
6983    def __init__(self):
6984        _LibreDWG.Dwg_ASSOCACTIONBODY_action_swiginit(self, _LibreDWG.new_Dwg_ASSOCACTIONBODY_action())
6985    __swig_destroy__ = _LibreDWG.delete_Dwg_ASSOCACTIONBODY_action
6986
6987# Register Dwg_ASSOCACTIONBODY_action in _LibreDWG:
6988_LibreDWG.Dwg_ASSOCACTIONBODY_action_swigregister(Dwg_ASSOCACTIONBODY_action)
6989
6990class Dwg_Object_ASSOCMLEADERACTIONBODY(object):
6991    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
6992    __repr__ = _swig_repr
6993    parent = property(_LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_parent_set)
6994    aaab_version = property(_LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_aaab_version_get, _LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_aaab_version_set)
6995    assoc_dep = property(_LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_assoc_dep_get, _LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_assoc_dep_set)
6996    aab_version = property(_LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_aab_version_set)
6997    actionbody = property(_LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_actionbody_get, _LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_actionbody_set)
6998    pab = property(_LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_pab_set)
6999    class_version = property(_LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_class_version_set)
7000    num_actions = property(_LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_num_actions_get, _LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_num_actions_set)
7001    actions = property(_LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_actions_get, _LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_actions_set)
7002
7003    def __init__(self):
7004        _LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCMLEADERACTIONBODY())
7005    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCMLEADERACTIONBODY
7006
7007# Register Dwg_Object_ASSOCMLEADERACTIONBODY in _LibreDWG:
7008_LibreDWG.Dwg_Object_ASSOCMLEADERACTIONBODY_swigregister(Dwg_Object_ASSOCMLEADERACTIONBODY)
7009
7010class Dwg_Object_ASSOCALIGNEDDIMACTIONBODY(object):
7011    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7012    __repr__ = _swig_repr
7013    parent = property(_LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_parent_set)
7014    aaab_version = property(_LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_aaab_version_get, _LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_aaab_version_set)
7015    assoc_dep = property(_LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_assoc_dep_get, _LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_assoc_dep_set)
7016    aab_version = property(_LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_aab_version_set)
7017    actionbody = property(_LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_actionbody_get, _LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_actionbody_set)
7018    pab = property(_LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_pab_set)
7019    class_version = property(_LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_class_version_set)
7020    r_node = property(_LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_r_node_get, _LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_r_node_set)
7021    d_node = property(_LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_d_node_get, _LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_d_node_set)
7022
7023    def __init__(self):
7024        _LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCALIGNEDDIMACTIONBODY())
7025    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCALIGNEDDIMACTIONBODY
7026
7027# Register Dwg_Object_ASSOCALIGNEDDIMACTIONBODY in _LibreDWG:
7028_LibreDWG.Dwg_Object_ASSOCALIGNEDDIMACTIONBODY_swigregister(Dwg_Object_ASSOCALIGNEDDIMACTIONBODY)
7029
7030class Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY(object):
7031    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7032    __repr__ = _swig_repr
7033    parent = property(_LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_parent_set)
7034    aaab_version = property(_LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_aaab_version_get, _LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_aaab_version_set)
7035    assoc_dep = property(_LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_assoc_dep_get, _LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_assoc_dep_set)
7036    aab_version = property(_LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_aab_version_set)
7037    actionbody = property(_LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_actionbody_get, _LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_actionbody_set)
7038    pab = property(_LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_pab_set)
7039    class_version = property(_LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_class_version_set)
7040    r_node = property(_LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_r_node_get, _LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_r_node_set)
7041    d_node = property(_LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_d_node_get, _LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_d_node_set)
7042    assocdep = property(_LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_assocdep_get, _LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_assocdep_set)
7043
7044    def __init__(self):
7045        _LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY())
7046    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY
7047
7048# Register Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY in _LibreDWG:
7049_LibreDWG.Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY_swigregister(Dwg_Object_ASSOC3POINTANGULARDIMACTIONBODY)
7050
7051class Dwg_Object_ASSOCORDINATEDIMACTIONBODY(object):
7052    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7053    __repr__ = _swig_repr
7054    parent = property(_LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_parent_set)
7055    aaab_version = property(_LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_aaab_version_get, _LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_aaab_version_set)
7056    assoc_dep = property(_LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_assoc_dep_get, _LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_assoc_dep_set)
7057    aab_version = property(_LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_aab_version_set)
7058    actionbody = property(_LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_actionbody_get, _LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_actionbody_set)
7059    pab = property(_LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_pab_set)
7060    class_version = property(_LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_class_version_set)
7061    r_node = property(_LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_r_node_get, _LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_r_node_set)
7062    d_node = property(_LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_d_node_get, _LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_d_node_set)
7063
7064    def __init__(self):
7065        _LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCORDINATEDIMACTIONBODY())
7066    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCORDINATEDIMACTIONBODY
7067
7068# Register Dwg_Object_ASSOCORDINATEDIMACTIONBODY in _LibreDWG:
7069_LibreDWG.Dwg_Object_ASSOCORDINATEDIMACTIONBODY_swigregister(Dwg_Object_ASSOCORDINATEDIMACTIONBODY)
7070
7071class Dwg_Object_ASSOCROTATEDDIMACTIONBODY(object):
7072    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7073    __repr__ = _swig_repr
7074    parent = property(_LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_parent_set)
7075    aaab_version = property(_LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_aaab_version_get, _LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_aaab_version_set)
7076    assoc_dep = property(_LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_assoc_dep_get, _LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_assoc_dep_set)
7077    aab_version = property(_LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_aab_version_set)
7078    actionbody = property(_LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_actionbody_get, _LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_actionbody_set)
7079    pab = property(_LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_pab_set)
7080    class_version = property(_LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_class_version_set)
7081    r_node = property(_LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_r_node_get, _LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_r_node_set)
7082    d_node = property(_LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_d_node_get, _LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_d_node_set)
7083
7084    def __init__(self):
7085        _LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCROTATEDDIMACTIONBODY())
7086    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCROTATEDDIMACTIONBODY
7087
7088# Register Dwg_Object_ASSOCROTATEDDIMACTIONBODY in _LibreDWG:
7089_LibreDWG.Dwg_Object_ASSOCROTATEDDIMACTIONBODY_swigregister(Dwg_Object_ASSOCROTATEDDIMACTIONBODY)
7090
7091class Dwg_Object_ASSOCDIMDEPENDENCYBODY(object):
7092    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7093    __repr__ = _swig_repr
7094    parent = property(_LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_parent_set)
7095    adb_version = property(_LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_adb_version_get, _LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_adb_version_set)
7096    dimbase_version = property(_LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_dimbase_version_get, _LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_dimbase_version_set)
7097    name = property(_LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_name_get, _LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_name_set)
7098    class_version = property(_LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_class_version_get, _LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_class_version_set)
7099
7100    def __init__(self):
7101        _LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCDIMDEPENDENCYBODY())
7102    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCDIMDEPENDENCYBODY
7103
7104# Register Dwg_Object_ASSOCDIMDEPENDENCYBODY in _LibreDWG:
7105_LibreDWG.Dwg_Object_ASSOCDIMDEPENDENCYBODY_swigregister(Dwg_Object_ASSOCDIMDEPENDENCYBODY)
7106
7107class Dwg_Object_BLOCKPARAMDEPENDENCYBODY(object):
7108    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7109    __repr__ = _swig_repr
7110    parent = property(_LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_parent_get, _LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_parent_set)
7111    adb_version = property(_LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_adb_version_get, _LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_adb_version_set)
7112    dimbase_version = property(_LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_dimbase_version_get, _LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_dimbase_version_set)
7113    name = property(_LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_name_get, _LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_name_set)
7114    class_version = property(_LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_class_version_get, _LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_class_version_set)
7115
7116    def __init__(self):
7117        _LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKPARAMDEPENDENCYBODY())
7118    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKPARAMDEPENDENCYBODY
7119
7120# Register Dwg_Object_BLOCKPARAMDEPENDENCYBODY in _LibreDWG:
7121_LibreDWG.Dwg_Object_BLOCKPARAMDEPENDENCYBODY_swigregister(Dwg_Object_BLOCKPARAMDEPENDENCYBODY)
7122
7123class Dwg_ARRAYITEMLOCATOR(object):
7124    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7125    __repr__ = _swig_repr
7126    parent = property(_LibreDWG.Dwg_ARRAYITEMLOCATOR_parent_get, _LibreDWG.Dwg_ARRAYITEMLOCATOR_parent_set)
7127    itemloc1 = property(_LibreDWG.Dwg_ARRAYITEMLOCATOR_itemloc1_get, _LibreDWG.Dwg_ARRAYITEMLOCATOR_itemloc1_set)
7128    itemloc2 = property(_LibreDWG.Dwg_ARRAYITEMLOCATOR_itemloc2_get, _LibreDWG.Dwg_ARRAYITEMLOCATOR_itemloc2_set)
7129    itemloc3 = property(_LibreDWG.Dwg_ARRAYITEMLOCATOR_itemloc3_get, _LibreDWG.Dwg_ARRAYITEMLOCATOR_itemloc3_set)
7130
7131    def __init__(self):
7132        _LibreDWG.Dwg_ARRAYITEMLOCATOR_swiginit(self, _LibreDWG.new_Dwg_ARRAYITEMLOCATOR())
7133    __swig_destroy__ = _LibreDWG.delete_Dwg_ARRAYITEMLOCATOR
7134
7135# Register Dwg_ARRAYITEMLOCATOR in _LibreDWG:
7136_LibreDWG.Dwg_ARRAYITEMLOCATOR_swigregister(Dwg_ARRAYITEMLOCATOR)
7137
7138class Dwg_Object_ASSOCARRAYACTIONBODY(object):
7139    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7140    __repr__ = _swig_repr
7141    parent = property(_LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_parent_set)
7142    aab_version = property(_LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_aab_version_set)
7143    pab = property(_LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_pab_set)
7144    aaab_version = property(_LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_aaab_version_get, _LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_aaab_version_set)
7145    paramblock = property(_LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_paramblock_get, _LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_paramblock_set)
7146    transmatrix = property(_LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_transmatrix_get, _LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_transmatrix_set)
7147
7148    def __init__(self):
7149        _LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCARRAYACTIONBODY())
7150    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCARRAYACTIONBODY
7151
7152# Register Dwg_Object_ASSOCARRAYACTIONBODY in _LibreDWG:
7153_LibreDWG.Dwg_Object_ASSOCARRAYACTIONBODY_swigregister(Dwg_Object_ASSOCARRAYACTIONBODY)
7154
7155class Dwg_Object_ASSOCARRAYMODIFYACTIONBODY(object):
7156    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7157    __repr__ = _swig_repr
7158    parent = property(_LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_parent_get, _LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_parent_set)
7159    aab_version = property(_LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_aab_version_get, _LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_aab_version_set)
7160    pab = property(_LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_pab_get, _LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_pab_set)
7161    aaab_version = property(_LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_aaab_version_get, _LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_aaab_version_set)
7162    paramblock = property(_LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_paramblock_get, _LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_paramblock_set)
7163    transmatrix = property(_LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_transmatrix_get, _LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_transmatrix_set)
7164    status = property(_LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_status_get, _LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_status_set)
7165    num_items = property(_LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_num_items_get, _LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_num_items_set)
7166    items = property(_LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_items_get, _LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_items_set)
7167
7168    def __init__(self):
7169        _LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_swiginit(self, _LibreDWG.new_Dwg_Object_ASSOCARRAYMODIFYACTIONBODY())
7170    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ASSOCARRAYMODIFYACTIONBODY
7171
7172# Register Dwg_Object_ASSOCARRAYMODIFYACTIONBODY in _LibreDWG:
7173_LibreDWG.Dwg_Object_ASSOCARRAYMODIFYACTIONBODY_swigregister(Dwg_Object_ASSOCARRAYMODIFYACTIONBODY)
7174
7175class Dwg_EvalExpr(object):
7176    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7177    __repr__ = _swig_repr
7178    parentid = property(_LibreDWG.Dwg_EvalExpr_parentid_get, _LibreDWG.Dwg_EvalExpr_parentid_set)
7179    major = property(_LibreDWG.Dwg_EvalExpr_major_get, _LibreDWG.Dwg_EvalExpr_major_set)
7180    minor = property(_LibreDWG.Dwg_EvalExpr_minor_get, _LibreDWG.Dwg_EvalExpr_minor_set)
7181    value_code = property(_LibreDWG.Dwg_EvalExpr_value_code_get, _LibreDWG.Dwg_EvalExpr_value_code_set)
7182    value = property(_LibreDWG.Dwg_EvalExpr_value_get)
7183    nodeid = property(_LibreDWG.Dwg_EvalExpr_nodeid_get, _LibreDWG.Dwg_EvalExpr_nodeid_set)
7184
7185    def __init__(self):
7186        _LibreDWG.Dwg_EvalExpr_swiginit(self, _LibreDWG.new_Dwg_EvalExpr())
7187    __swig_destroy__ = _LibreDWG.delete_Dwg_EvalExpr
7188
7189# Register Dwg_EvalExpr in _LibreDWG:
7190_LibreDWG.Dwg_EvalExpr_swigregister(Dwg_EvalExpr)
7191
7192class _dwg_EvalExpr_value(object):
7193    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7194    __repr__ = _swig_repr
7195    num40 = property(_LibreDWG._dwg_EvalExpr_value_num40_get, _LibreDWG._dwg_EvalExpr_value_num40_set)
7196    pt2d = property(_LibreDWG._dwg_EvalExpr_value_pt2d_get, _LibreDWG._dwg_EvalExpr_value_pt2d_set)
7197    pt3d = property(_LibreDWG._dwg_EvalExpr_value_pt3d_get, _LibreDWG._dwg_EvalExpr_value_pt3d_set)
7198    text1 = property(_LibreDWG._dwg_EvalExpr_value_text1_get, _LibreDWG._dwg_EvalExpr_value_text1_set)
7199    long90 = property(_LibreDWG._dwg_EvalExpr_value_long90_get, _LibreDWG._dwg_EvalExpr_value_long90_set)
7200    handle91 = property(_LibreDWG._dwg_EvalExpr_value_handle91_get, _LibreDWG._dwg_EvalExpr_value_handle91_set)
7201    short70 = property(_LibreDWG._dwg_EvalExpr_value_short70_get, _LibreDWG._dwg_EvalExpr_value_short70_set)
7202
7203    def __init__(self):
7204        _LibreDWG._dwg_EvalExpr_value_swiginit(self, _LibreDWG.new__dwg_EvalExpr_value())
7205    __swig_destroy__ = _LibreDWG.delete__dwg_EvalExpr_value
7206
7207# Register _dwg_EvalExpr_value in _LibreDWG:
7208_LibreDWG._dwg_EvalExpr_value_swigregister(_dwg_EvalExpr_value)
7209
7210class Dwg_ACSH_SubentMaterial(object):
7211    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7212    __repr__ = _swig_repr
7213    major = property(_LibreDWG.Dwg_ACSH_SubentMaterial_major_get, _LibreDWG.Dwg_ACSH_SubentMaterial_major_set)
7214    minor = property(_LibreDWG.Dwg_ACSH_SubentMaterial_minor_get, _LibreDWG.Dwg_ACSH_SubentMaterial_minor_set)
7215    reflectance = property(_LibreDWG.Dwg_ACSH_SubentMaterial_reflectance_get, _LibreDWG.Dwg_ACSH_SubentMaterial_reflectance_set)
7216    displacement = property(_LibreDWG.Dwg_ACSH_SubentMaterial_displacement_get, _LibreDWG.Dwg_ACSH_SubentMaterial_displacement_set)
7217
7218    def __init__(self):
7219        _LibreDWG.Dwg_ACSH_SubentMaterial_swiginit(self, _LibreDWG.new_Dwg_ACSH_SubentMaterial())
7220    __swig_destroy__ = _LibreDWG.delete_Dwg_ACSH_SubentMaterial
7221
7222# Register Dwg_ACSH_SubentMaterial in _LibreDWG:
7223_LibreDWG.Dwg_ACSH_SubentMaterial_swigregister(Dwg_ACSH_SubentMaterial)
7224
7225class Dwg_ACSH_SubentColor(object):
7226    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7227    __repr__ = _swig_repr
7228    major = property(_LibreDWG.Dwg_ACSH_SubentColor_major_get, _LibreDWG.Dwg_ACSH_SubentColor_major_set)
7229    minor = property(_LibreDWG.Dwg_ACSH_SubentColor_minor_get, _LibreDWG.Dwg_ACSH_SubentColor_minor_set)
7230    transparency = property(_LibreDWG.Dwg_ACSH_SubentColor_transparency_get, _LibreDWG.Dwg_ACSH_SubentColor_transparency_set)
7231    bl93 = property(_LibreDWG.Dwg_ACSH_SubentColor_bl93_get, _LibreDWG.Dwg_ACSH_SubentColor_bl93_set)
7232    is_face_variable = property(_LibreDWG.Dwg_ACSH_SubentColor_is_face_variable_get, _LibreDWG.Dwg_ACSH_SubentColor_is_face_variable_set)
7233
7234    def __init__(self):
7235        _LibreDWG.Dwg_ACSH_SubentColor_swiginit(self, _LibreDWG.new_Dwg_ACSH_SubentColor())
7236    __swig_destroy__ = _LibreDWG.delete_Dwg_ACSH_SubentColor
7237
7238# Register Dwg_ACSH_SubentColor in _LibreDWG:
7239_LibreDWG.Dwg_ACSH_SubentColor_swigregister(Dwg_ACSH_SubentColor)
7240
7241class Dwg_ACSH_HistoryNode(object):
7242    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7243    __repr__ = _swig_repr
7244    major = property(_LibreDWG.Dwg_ACSH_HistoryNode_major_get, _LibreDWG.Dwg_ACSH_HistoryNode_major_set)
7245    minor = property(_LibreDWG.Dwg_ACSH_HistoryNode_minor_get, _LibreDWG.Dwg_ACSH_HistoryNode_minor_set)
7246    trans = property(_LibreDWG.Dwg_ACSH_HistoryNode_trans_get, _LibreDWG.Dwg_ACSH_HistoryNode_trans_set)
7247    color = property(_LibreDWG.Dwg_ACSH_HistoryNode_color_get, _LibreDWG.Dwg_ACSH_HistoryNode_color_set)
7248    step_id = property(_LibreDWG.Dwg_ACSH_HistoryNode_step_id_get, _LibreDWG.Dwg_ACSH_HistoryNode_step_id_set)
7249    material = property(_LibreDWG.Dwg_ACSH_HistoryNode_material_get, _LibreDWG.Dwg_ACSH_HistoryNode_material_set)
7250
7251    def __init__(self):
7252        _LibreDWG.Dwg_ACSH_HistoryNode_swiginit(self, _LibreDWG.new_Dwg_ACSH_HistoryNode())
7253    __swig_destroy__ = _LibreDWG.delete_Dwg_ACSH_HistoryNode
7254
7255# Register Dwg_ACSH_HistoryNode in _LibreDWG:
7256_LibreDWG.Dwg_ACSH_HistoryNode_swigregister(Dwg_ACSH_HistoryNode)
7257
7258class Dwg_Object_ACSH_HISTORY_CLASS(object):
7259    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7260    __repr__ = _swig_repr
7261    parent = property(_LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_parent_set)
7262    major = property(_LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_major_set)
7263    minor = property(_LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_minor_set)
7264    owner = property(_LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_owner_get, _LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_owner_set)
7265    h_nodeid = property(_LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_h_nodeid_get, _LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_h_nodeid_set)
7266    show_history = property(_LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_show_history_get, _LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_show_history_set)
7267    record_history = property(_LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_record_history_get, _LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_record_history_set)
7268
7269    def __init__(self):
7270        _LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_HISTORY_CLASS())
7271    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_HISTORY_CLASS
7272
7273# Register Dwg_Object_ACSH_HISTORY_CLASS in _LibreDWG:
7274_LibreDWG.Dwg_Object_ACSH_HISTORY_CLASS_swigregister(Dwg_Object_ACSH_HISTORY_CLASS)
7275
7276class Dwg_Object_ACSH_BOX_CLASS(object):
7277    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7278    __repr__ = _swig_repr
7279    parent = property(_LibreDWG.Dwg_Object_ACSH_BOX_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_BOX_CLASS_parent_set)
7280    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_BOX_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_BOX_CLASS_evalexpr_set)
7281    history_node = property(_LibreDWG.Dwg_Object_ACSH_BOX_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_BOX_CLASS_history_node_set)
7282    major = property(_LibreDWG.Dwg_Object_ACSH_BOX_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_BOX_CLASS_major_set)
7283    minor = property(_LibreDWG.Dwg_Object_ACSH_BOX_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_BOX_CLASS_minor_set)
7284    length = property(_LibreDWG.Dwg_Object_ACSH_BOX_CLASS_length_get, _LibreDWG.Dwg_Object_ACSH_BOX_CLASS_length_set)
7285    width = property(_LibreDWG.Dwg_Object_ACSH_BOX_CLASS_width_get, _LibreDWG.Dwg_Object_ACSH_BOX_CLASS_width_set)
7286    height = property(_LibreDWG.Dwg_Object_ACSH_BOX_CLASS_height_get, _LibreDWG.Dwg_Object_ACSH_BOX_CLASS_height_set)
7287
7288    def __init__(self):
7289        _LibreDWG.Dwg_Object_ACSH_BOX_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_BOX_CLASS())
7290    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_BOX_CLASS
7291
7292# Register Dwg_Object_ACSH_BOX_CLASS in _LibreDWG:
7293_LibreDWG.Dwg_Object_ACSH_BOX_CLASS_swigregister(Dwg_Object_ACSH_BOX_CLASS)
7294
7295class Dwg_Object_ACSH_WEDGE_CLASS(object):
7296    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7297    __repr__ = _swig_repr
7298    parent = property(_LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_parent_set)
7299    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_evalexpr_set)
7300    history_node = property(_LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_history_node_set)
7301    major = property(_LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_major_set)
7302    minor = property(_LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_minor_set)
7303    length = property(_LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_length_get, _LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_length_set)
7304    width = property(_LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_width_get, _LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_width_set)
7305    height = property(_LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_height_get, _LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_height_set)
7306
7307    def __init__(self):
7308        _LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_WEDGE_CLASS())
7309    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_WEDGE_CLASS
7310
7311# Register Dwg_Object_ACSH_WEDGE_CLASS in _LibreDWG:
7312_LibreDWG.Dwg_Object_ACSH_WEDGE_CLASS_swigregister(Dwg_Object_ACSH_WEDGE_CLASS)
7313
7314class Dwg_Object_ACSH_BOOLEAN_CLASS(object):
7315    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7316    __repr__ = _swig_repr
7317    parent = property(_LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_parent_set)
7318    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_evalexpr_set)
7319    history_node = property(_LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_history_node_set)
7320    major = property(_LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_major_set)
7321    minor = property(_LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_minor_set)
7322    operation = property(_LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_operation_get, _LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_operation_set)
7323    operand1 = property(_LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_operand1_get, _LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_operand1_set)
7324    operand2 = property(_LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_operand2_get, _LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_operand2_set)
7325
7326    def __init__(self):
7327        _LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_BOOLEAN_CLASS())
7328    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_BOOLEAN_CLASS
7329
7330# Register Dwg_Object_ACSH_BOOLEAN_CLASS in _LibreDWG:
7331_LibreDWG.Dwg_Object_ACSH_BOOLEAN_CLASS_swigregister(Dwg_Object_ACSH_BOOLEAN_CLASS)
7332
7333class Dwg_Object_ACSH_BREP_CLASS(object):
7334    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7335    __repr__ = _swig_repr
7336    parent = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_parent_set)
7337    acis_empty = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_acis_empty_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_acis_empty_set)
7338    unknown = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_unknown_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_unknown_set)
7339    version = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_version_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_version_set)
7340    num_blocks = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_num_blocks_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_num_blocks_set)
7341    block_size = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_block_size_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_block_size_set)
7342    encr_sat_data = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_encr_sat_data_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_encr_sat_data_set)
7343    sab_size = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_sab_size_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_sab_size_set)
7344    acis_data = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_acis_data_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_acis_data_set)
7345    wireframe_data_present = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_wireframe_data_present_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_wireframe_data_present_set)
7346    point_present = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_point_present_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_point_present_set)
7347    point = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_point_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_point_set)
7348    isolines = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_isolines_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_isolines_set)
7349    isoline_present = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_isoline_present_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_isoline_present_set)
7350    num_wires = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_num_wires_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_num_wires_set)
7351    wires = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_wires_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_wires_set)
7352    num_silhouettes = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_num_silhouettes_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_num_silhouettes_set)
7353    silhouettes = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_silhouettes_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_silhouettes_set)
7354    _dxf_sab_converted = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS__dxf_sab_converted_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS__dxf_sab_converted_set)
7355    acis_empty2 = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_acis_empty2_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_acis_empty2_set)
7356    extra_acis_data = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_extra_acis_data_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_extra_acis_data_set)
7357    num_materials = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_num_materials_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_num_materials_set)
7358    materials = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_materials_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_materials_set)
7359    revision_guid = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_revision_guid_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_revision_guid_set)
7360    revision_major = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_revision_major_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_revision_major_set)
7361    revision_minor1 = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_revision_minor1_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_revision_minor1_set)
7362    revision_minor2 = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_revision_minor2_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_revision_minor2_set)
7363    revision_bytes = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_revision_bytes_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_revision_bytes_set)
7364    end_marker = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_end_marker_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_end_marker_set)
7365    history_id = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_history_id_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_history_id_set)
7366    has_revision_guid = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_has_revision_guid_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_has_revision_guid_set)
7367    acis_empty_bit = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_acis_empty_bit_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_acis_empty_bit_set)
7368    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_evalexpr_set)
7369    history_node = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_history_node_set)
7370    major = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_major_set)
7371    minor = property(_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_minor_set)
7372
7373    def __init__(self):
7374        _LibreDWG.Dwg_Object_ACSH_BREP_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_BREP_CLASS())
7375    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_BREP_CLASS
7376
7377# Register Dwg_Object_ACSH_BREP_CLASS in _LibreDWG:
7378_LibreDWG.Dwg_Object_ACSH_BREP_CLASS_swigregister(Dwg_Object_ACSH_BREP_CLASS)
7379
7380class Dwg_Object_ACSH_SWEEP_CLASS(object):
7381    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7382    __repr__ = _swig_repr
7383    parent = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_parent_set)
7384    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_evalexpr_set)
7385    history_node = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_history_node_set)
7386    major = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_major_set)
7387    minor = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_minor_set)
7388    direction = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_direction_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_direction_set)
7389    bl92 = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_bl92_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_bl92_set)
7390    shsw_text_size = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_text_size_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_text_size_set)
7391    shsw_text = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_text_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_text_set)
7392    shsw_bl93 = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_bl93_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_bl93_set)
7393    shsw_text2_size = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_text2_size_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_text2_size_set)
7394    shsw_text2 = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_text2_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_text2_set)
7395    draft_angle = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_draft_angle_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_draft_angle_set)
7396    start_draft_dist = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_start_draft_dist_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_start_draft_dist_set)
7397    end_draft_dist = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_end_draft_dist_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_end_draft_dist_set)
7398    scale_factor = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_scale_factor_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_scale_factor_set)
7399    twist_angle = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_twist_angle_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_twist_angle_set)
7400    align_angle = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_align_angle_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_align_angle_set)
7401    sweepentity_transform = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_sweepentity_transform_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_sweepentity_transform_set)
7402    pathentity_transform = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_pathentity_transform_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_pathentity_transform_set)
7403    align_option = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_align_option_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_align_option_set)
7404    miter_option = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_miter_option_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_miter_option_set)
7405    has_align_start = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_has_align_start_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_has_align_start_set)
7406    bank = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_bank_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_bank_set)
7407    check_intersections = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_check_intersections_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_check_intersections_set)
7408    shsw_b294 = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_b294_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_b294_set)
7409    shsw_b295 = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_b295_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_b295_set)
7410    shsw_b296 = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_b296_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_shsw_b296_set)
7411    pt2 = property(_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_pt2_get, _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_pt2_set)
7412
7413    def __init__(self):
7414        _LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_SWEEP_CLASS())
7415    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_SWEEP_CLASS
7416
7417# Register Dwg_Object_ACSH_SWEEP_CLASS in _LibreDWG:
7418_LibreDWG.Dwg_Object_ACSH_SWEEP_CLASS_swigregister(Dwg_Object_ACSH_SWEEP_CLASS)
7419
7420class Dwg_Object_ACSH_EXTRUSION_CLASS(object):
7421    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7422    __repr__ = _swig_repr
7423    parent = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_parent_set)
7424    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_evalexpr_set)
7425    history_node = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_history_node_set)
7426    major = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_major_set)
7427    minor = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_minor_set)
7428    direction = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_direction_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_direction_set)
7429    bl92 = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_bl92_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_bl92_set)
7430    shsw_text_size = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_text_size_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_text_size_set)
7431    shsw_text = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_text_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_text_set)
7432    shsw_bl93 = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_bl93_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_bl93_set)
7433    shsw_text2_size = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_text2_size_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_text2_size_set)
7434    shsw_text2 = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_text2_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_text2_set)
7435    draft_angle = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_draft_angle_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_draft_angle_set)
7436    start_draft_dist = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_start_draft_dist_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_start_draft_dist_set)
7437    end_draft_dist = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_end_draft_dist_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_end_draft_dist_set)
7438    scale_factor = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_scale_factor_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_scale_factor_set)
7439    twist_angle = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_twist_angle_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_twist_angle_set)
7440    align_angle = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_align_angle_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_align_angle_set)
7441    sweepentity_transform = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_sweepentity_transform_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_sweepentity_transform_set)
7442    pathentity_transform = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_pathentity_transform_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_pathentity_transform_set)
7443    align_option = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_align_option_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_align_option_set)
7444    miter_option = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_miter_option_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_miter_option_set)
7445    has_align_start = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_has_align_start_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_has_align_start_set)
7446    bank = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_bank_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_bank_set)
7447    check_intersections = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_check_intersections_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_check_intersections_set)
7448    shsw_b294 = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_b294_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_b294_set)
7449    shsw_b295 = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_b295_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_b295_set)
7450    shsw_b296 = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_b296_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_shsw_b296_set)
7451    pt2 = property(_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_pt2_get, _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_pt2_set)
7452
7453    def __init__(self):
7454        _LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_EXTRUSION_CLASS())
7455    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_EXTRUSION_CLASS
7456
7457# Register Dwg_Object_ACSH_EXTRUSION_CLASS in _LibreDWG:
7458_LibreDWG.Dwg_Object_ACSH_EXTRUSION_CLASS_swigregister(Dwg_Object_ACSH_EXTRUSION_CLASS)
7459
7460class Dwg_Object_ACSH_LOFT_CLASS(object):
7461    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7462    __repr__ = _swig_repr
7463    parent = property(_LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_parent_set)
7464    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_evalexpr_set)
7465    history_node = property(_LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_history_node_set)
7466    major = property(_LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_major_set)
7467    minor = property(_LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_minor_set)
7468    num_crosssects = property(_LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_num_crosssects_get, _LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_num_crosssects_set)
7469    crosssects = property(_LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_crosssects_get, _LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_crosssects_set)
7470    num_guides = property(_LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_num_guides_get, _LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_num_guides_set)
7471    guides = property(_LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_guides_get, _LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_guides_set)
7472
7473    def __init__(self):
7474        _LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_LOFT_CLASS())
7475    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_LOFT_CLASS
7476
7477# Register Dwg_Object_ACSH_LOFT_CLASS in _LibreDWG:
7478_LibreDWG.Dwg_Object_ACSH_LOFT_CLASS_swigregister(Dwg_Object_ACSH_LOFT_CLASS)
7479
7480class Dwg_Object_ACSH_FILLET_CLASS(object):
7481    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7482    __repr__ = _swig_repr
7483    parent = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_parent_set)
7484    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_evalexpr_set)
7485    history_node = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_history_node_set)
7486    major = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_major_set)
7487    minor = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_minor_set)
7488    bl92 = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_bl92_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_bl92_set)
7489    num_edges = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_num_edges_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_num_edges_set)
7490    edges = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_edges_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_edges_set)
7491    num_radiuses = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_num_radiuses_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_num_radiuses_set)
7492    num_startsetbacks = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_num_startsetbacks_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_num_startsetbacks_set)
7493    num_endsetbacks = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_num_endsetbacks_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_num_endsetbacks_set)
7494    radiuses = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_radiuses_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_radiuses_set)
7495    startsetbacks = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_startsetbacks_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_startsetbacks_set)
7496    endsetbacks = property(_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_endsetbacks_get, _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_endsetbacks_set)
7497
7498    def __init__(self):
7499        _LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_FILLET_CLASS())
7500    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_FILLET_CLASS
7501
7502# Register Dwg_Object_ACSH_FILLET_CLASS in _LibreDWG:
7503_LibreDWG.Dwg_Object_ACSH_FILLET_CLASS_swigregister(Dwg_Object_ACSH_FILLET_CLASS)
7504
7505class Dwg_Object_ACSH_CHAMFER_CLASS(object):
7506    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7507    __repr__ = _swig_repr
7508    parent = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_parent_set)
7509    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_evalexpr_set)
7510    history_node = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_history_node_set)
7511    major = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_major_set)
7512    minor = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_minor_set)
7513    bl92 = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_bl92_get, _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_bl92_set)
7514    base_dist = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_base_dist_get, _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_base_dist_set)
7515    other_dist = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_other_dist_get, _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_other_dist_set)
7516    num_edges = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_num_edges_get, _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_num_edges_set)
7517    edges = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_edges_get, _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_edges_set)
7518    bl95 = property(_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_bl95_get, _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_bl95_set)
7519
7520    def __init__(self):
7521        _LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_CHAMFER_CLASS())
7522    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_CHAMFER_CLASS
7523
7524# Register Dwg_Object_ACSH_CHAMFER_CLASS in _LibreDWG:
7525_LibreDWG.Dwg_Object_ACSH_CHAMFER_CLASS_swigregister(Dwg_Object_ACSH_CHAMFER_CLASS)
7526
7527class Dwg_Object_ACSH_CYLINDER_CLASS(object):
7528    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7529    __repr__ = _swig_repr
7530    parent = property(_LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_parent_set)
7531    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_evalexpr_set)
7532    history_node = property(_LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_history_node_set)
7533    major = property(_LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_major_set)
7534    minor = property(_LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_minor_set)
7535    height = property(_LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_height_get, _LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_height_set)
7536    major_radius = property(_LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_major_radius_get, _LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_major_radius_set)
7537    minor_radius = property(_LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_minor_radius_get, _LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_minor_radius_set)
7538    x_radius = property(_LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_x_radius_get, _LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_x_radius_set)
7539
7540    def __init__(self):
7541        _LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_CYLINDER_CLASS())
7542    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_CYLINDER_CLASS
7543
7544# Register Dwg_Object_ACSH_CYLINDER_CLASS in _LibreDWG:
7545_LibreDWG.Dwg_Object_ACSH_CYLINDER_CLASS_swigregister(Dwg_Object_ACSH_CYLINDER_CLASS)
7546
7547class Dwg_Object_ACSH_CONE_CLASS(object):
7548    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7549    __repr__ = _swig_repr
7550    parent = property(_LibreDWG.Dwg_Object_ACSH_CONE_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_CONE_CLASS_parent_set)
7551    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_CONE_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_CONE_CLASS_evalexpr_set)
7552    history_node = property(_LibreDWG.Dwg_Object_ACSH_CONE_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_CONE_CLASS_history_node_set)
7553    major = property(_LibreDWG.Dwg_Object_ACSH_CONE_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_CONE_CLASS_major_set)
7554    minor = property(_LibreDWG.Dwg_Object_ACSH_CONE_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_CONE_CLASS_minor_set)
7555    height = property(_LibreDWG.Dwg_Object_ACSH_CONE_CLASS_height_get, _LibreDWG.Dwg_Object_ACSH_CONE_CLASS_height_set)
7556    major_radius = property(_LibreDWG.Dwg_Object_ACSH_CONE_CLASS_major_radius_get, _LibreDWG.Dwg_Object_ACSH_CONE_CLASS_major_radius_set)
7557    minor_radius = property(_LibreDWG.Dwg_Object_ACSH_CONE_CLASS_minor_radius_get, _LibreDWG.Dwg_Object_ACSH_CONE_CLASS_minor_radius_set)
7558    x_radius = property(_LibreDWG.Dwg_Object_ACSH_CONE_CLASS_x_radius_get, _LibreDWG.Dwg_Object_ACSH_CONE_CLASS_x_radius_set)
7559
7560    def __init__(self):
7561        _LibreDWG.Dwg_Object_ACSH_CONE_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_CONE_CLASS())
7562    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_CONE_CLASS
7563
7564# Register Dwg_Object_ACSH_CONE_CLASS in _LibreDWG:
7565_LibreDWG.Dwg_Object_ACSH_CONE_CLASS_swigregister(Dwg_Object_ACSH_CONE_CLASS)
7566
7567class Dwg_Object_ACSH_PYRAMID_CLASS(object):
7568    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7569    __repr__ = _swig_repr
7570    parent = property(_LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_parent_set)
7571    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_evalexpr_set)
7572    history_node = property(_LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_history_node_set)
7573    major = property(_LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_major_set)
7574    minor = property(_LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_minor_set)
7575    height = property(_LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_height_get, _LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_height_set)
7576    sides = property(_LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_sides_get, _LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_sides_set)
7577    radius = property(_LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_radius_get, _LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_radius_set)
7578    topradius = property(_LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_topradius_get, _LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_topradius_set)
7579
7580    def __init__(self):
7581        _LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_PYRAMID_CLASS())
7582    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_PYRAMID_CLASS
7583
7584# Register Dwg_Object_ACSH_PYRAMID_CLASS in _LibreDWG:
7585_LibreDWG.Dwg_Object_ACSH_PYRAMID_CLASS_swigregister(Dwg_Object_ACSH_PYRAMID_CLASS)
7586
7587class Dwg_Object_ACSH_SPHERE_CLASS(object):
7588    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7589    __repr__ = _swig_repr
7590    parent = property(_LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_parent_set)
7591    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_evalexpr_set)
7592    history_node = property(_LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_history_node_set)
7593    major = property(_LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_major_set)
7594    minor = property(_LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_minor_set)
7595    radius = property(_LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_radius_get, _LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_radius_set)
7596
7597    def __init__(self):
7598        _LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_SPHERE_CLASS())
7599    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_SPHERE_CLASS
7600
7601# Register Dwg_Object_ACSH_SPHERE_CLASS in _LibreDWG:
7602_LibreDWG.Dwg_Object_ACSH_SPHERE_CLASS_swigregister(Dwg_Object_ACSH_SPHERE_CLASS)
7603
7604class Dwg_Object_ACSH_TORUS_CLASS(object):
7605    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7606    __repr__ = _swig_repr
7607    parent = property(_LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_parent_set)
7608    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_evalexpr_set)
7609    history_node = property(_LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_history_node_set)
7610    major = property(_LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_major_set)
7611    minor = property(_LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_minor_set)
7612    major_radius = property(_LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_major_radius_get, _LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_major_radius_set)
7613    minor_radius = property(_LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_minor_radius_get, _LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_minor_radius_set)
7614
7615    def __init__(self):
7616        _LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_TORUS_CLASS())
7617    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_TORUS_CLASS
7618
7619# Register Dwg_Object_ACSH_TORUS_CLASS in _LibreDWG:
7620_LibreDWG.Dwg_Object_ACSH_TORUS_CLASS_swigregister(Dwg_Object_ACSH_TORUS_CLASS)
7621
7622class Dwg_Object_ACSH_REVOLVE_CLASS(object):
7623    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7624    __repr__ = _swig_repr
7625    parent = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_parent_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_parent_set)
7626    evalexpr = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_evalexpr_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_evalexpr_set)
7627    history_node = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_history_node_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_history_node_set)
7628    major = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_major_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_major_set)
7629    minor = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_minor_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_minor_set)
7630    axis_pt = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_axis_pt_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_axis_pt_set)
7631    direction = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_direction_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_direction_set)
7632    revolve_angle = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_revolve_angle_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_revolve_angle_set)
7633    start_angle = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_start_angle_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_start_angle_set)
7634    draft_angle = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_draft_angle_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_draft_angle_set)
7635    bd44 = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_bd44_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_bd44_set)
7636    bd45 = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_bd45_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_bd45_set)
7637    twist_angle = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_twist_angle_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_twist_angle_set)
7638    b290 = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_b290_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_b290_set)
7639    is_close_to_axis = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_is_close_to_axis_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_is_close_to_axis_set)
7640    sweep_entity = property(_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_sweep_entity_get, _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_sweep_entity_set)
7641
7642    def __init__(self):
7643        _LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_swiginit(self, _LibreDWG.new_Dwg_Object_ACSH_REVOLVE_CLASS())
7644    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACSH_REVOLVE_CLASS
7645
7646# Register Dwg_Object_ACSH_REVOLVE_CLASS in _LibreDWG:
7647_LibreDWG.Dwg_Object_ACSH_REVOLVE_CLASS_swigregister(Dwg_Object_ACSH_REVOLVE_CLASS)
7648
7649class Dwg_Entity_NAVISWORKSMODEL(object):
7650    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7651    __repr__ = _swig_repr
7652    parent = property(_LibreDWG.Dwg_Entity_NAVISWORKSMODEL_parent_get, _LibreDWG.Dwg_Entity_NAVISWORKSMODEL_parent_set)
7653    flags = property(_LibreDWG.Dwg_Entity_NAVISWORKSMODEL_flags_get, _LibreDWG.Dwg_Entity_NAVISWORKSMODEL_flags_set)
7654    definition = property(_LibreDWG.Dwg_Entity_NAVISWORKSMODEL_definition_get, _LibreDWG.Dwg_Entity_NAVISWORKSMODEL_definition_set)
7655    transmatrix = property(_LibreDWG.Dwg_Entity_NAVISWORKSMODEL_transmatrix_get, _LibreDWG.Dwg_Entity_NAVISWORKSMODEL_transmatrix_set)
7656    unitfactor = property(_LibreDWG.Dwg_Entity_NAVISWORKSMODEL_unitfactor_get, _LibreDWG.Dwg_Entity_NAVISWORKSMODEL_unitfactor_set)
7657
7658    def __init__(self):
7659        _LibreDWG.Dwg_Entity_NAVISWORKSMODEL_swiginit(self, _LibreDWG.new_Dwg_Entity_NAVISWORKSMODEL())
7660    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_NAVISWORKSMODEL
7661
7662# Register Dwg_Entity_NAVISWORKSMODEL in _LibreDWG:
7663_LibreDWG.Dwg_Entity_NAVISWORKSMODEL_swigregister(Dwg_Entity_NAVISWORKSMODEL)
7664
7665class Dwg_Object_NAVISWORKSMODELDEF(object):
7666    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7667    __repr__ = _swig_repr
7668    parent = property(_LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_parent_get, _LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_parent_set)
7669    flags = property(_LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_flags_get, _LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_flags_set)
7670    path = property(_LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_path_get, _LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_path_set)
7671    status = property(_LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_status_get, _LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_status_set)
7672    min_extent = property(_LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_min_extent_get, _LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_min_extent_set)
7673    max_extent = property(_LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_max_extent_get, _LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_max_extent_set)
7674    host_drawing_visibility = property(_LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_host_drawing_visibility_get, _LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_host_drawing_visibility_set)
7675
7676    def __init__(self):
7677        _LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_swiginit(self, _LibreDWG.new_Dwg_Object_NAVISWORKSMODELDEF())
7678    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_NAVISWORKSMODELDEF
7679
7680# Register Dwg_Object_NAVISWORKSMODELDEF in _LibreDWG:
7681_LibreDWG.Dwg_Object_NAVISWORKSMODELDEF_swigregister(Dwg_Object_NAVISWORKSMODELDEF)
7682
7683class Dwg_Object_RENDERSETTINGS(object):
7684    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7685    __repr__ = _swig_repr
7686    parent = property(_LibreDWG.Dwg_Object_RENDERSETTINGS_parent_get, _LibreDWG.Dwg_Object_RENDERSETTINGS_parent_set)
7687    class_version = property(_LibreDWG.Dwg_Object_RENDERSETTINGS_class_version_get, _LibreDWG.Dwg_Object_RENDERSETTINGS_class_version_set)
7688    name = property(_LibreDWG.Dwg_Object_RENDERSETTINGS_name_get, _LibreDWG.Dwg_Object_RENDERSETTINGS_name_set)
7689    fog_enabled = property(_LibreDWG.Dwg_Object_RENDERSETTINGS_fog_enabled_get, _LibreDWG.Dwg_Object_RENDERSETTINGS_fog_enabled_set)
7690    fog_background_enabled = property(_LibreDWG.Dwg_Object_RENDERSETTINGS_fog_background_enabled_get, _LibreDWG.Dwg_Object_RENDERSETTINGS_fog_background_enabled_set)
7691    backfaces_enabled = property(_LibreDWG.Dwg_Object_RENDERSETTINGS_backfaces_enabled_get, _LibreDWG.Dwg_Object_RENDERSETTINGS_backfaces_enabled_set)
7692    environ_image_enabled = property(_LibreDWG.Dwg_Object_RENDERSETTINGS_environ_image_enabled_get, _LibreDWG.Dwg_Object_RENDERSETTINGS_environ_image_enabled_set)
7693    environ_image_filename = property(_LibreDWG.Dwg_Object_RENDERSETTINGS_environ_image_filename_get, _LibreDWG.Dwg_Object_RENDERSETTINGS_environ_image_filename_set)
7694    description = property(_LibreDWG.Dwg_Object_RENDERSETTINGS_description_get, _LibreDWG.Dwg_Object_RENDERSETTINGS_description_set)
7695    display_index = property(_LibreDWG.Dwg_Object_RENDERSETTINGS_display_index_get, _LibreDWG.Dwg_Object_RENDERSETTINGS_display_index_set)
7696    has_predefined = property(_LibreDWG.Dwg_Object_RENDERSETTINGS_has_predefined_get, _LibreDWG.Dwg_Object_RENDERSETTINGS_has_predefined_set)
7697
7698    def __init__(self):
7699        _LibreDWG.Dwg_Object_RENDERSETTINGS_swiginit(self, _LibreDWG.new_Dwg_Object_RENDERSETTINGS())
7700    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_RENDERSETTINGS
7701
7702# Register Dwg_Object_RENDERSETTINGS in _LibreDWG:
7703_LibreDWG.Dwg_Object_RENDERSETTINGS_swigregister(Dwg_Object_RENDERSETTINGS)
7704
7705class Dwg_Object_MENTALRAYRENDERSETTINGS(object):
7706    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7707    __repr__ = _swig_repr
7708    parent = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_parent_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_parent_set)
7709    class_version = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_class_version_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_class_version_set)
7710    name = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_name_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_name_set)
7711    fog_enabled = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fog_enabled_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fog_enabled_set)
7712    fog_background_enabled = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fog_background_enabled_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fog_background_enabled_set)
7713    backfaces_enabled = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_backfaces_enabled_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_backfaces_enabled_set)
7714    environ_image_enabled = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_environ_image_enabled_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_environ_image_enabled_set)
7715    environ_image_filename = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_environ_image_filename_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_environ_image_filename_set)
7716    description = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_description_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_description_set)
7717    display_index = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_display_index_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_display_index_set)
7718    has_predefined = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_has_predefined_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_has_predefined_set)
7719    mr_version = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_mr_version_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_mr_version_set)
7720    sampling1 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling1_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling1_set)
7721    sampling2 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling2_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling2_set)
7722    sampling_mr_filter = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_mr_filter_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_mr_filter_set)
7723    sampling_filter1 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_filter1_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_filter1_set)
7724    sampling_filter2 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_filter2_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_filter2_set)
7725    sampling_contrast_color1 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_contrast_color1_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_contrast_color1_set)
7726    sampling_contrast_color2 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_contrast_color2_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_contrast_color2_set)
7727    sampling_contrast_color3 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_contrast_color3_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_contrast_color3_set)
7728    sampling_contrast_color4 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_contrast_color4_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_contrast_color4_set)
7729    shadow_mode = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_shadow_mode_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_shadow_mode_set)
7730    shadow_maps_enabled = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_shadow_maps_enabled_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_shadow_maps_enabled_set)
7731    ray_tracing_enabled = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_ray_tracing_enabled_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_ray_tracing_enabled_set)
7732    ray_trace_depth1 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_ray_trace_depth1_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_ray_trace_depth1_set)
7733    ray_trace_depth2 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_ray_trace_depth2_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_ray_trace_depth2_set)
7734    ray_trace_depth3 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_ray_trace_depth3_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_ray_trace_depth3_set)
7735    global_illumination_enabled = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_global_illumination_enabled_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_global_illumination_enabled_set)
7736    gi_sample_count = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_gi_sample_count_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_gi_sample_count_set)
7737    gi_sample_radius_enabled = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_gi_sample_radius_enabled_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_gi_sample_radius_enabled_set)
7738    gi_sample_radius = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_gi_sample_radius_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_gi_sample_radius_set)
7739    gi_photons_per_light = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_gi_photons_per_light_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_gi_photons_per_light_set)
7740    photon_trace_depth1 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_photon_trace_depth1_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_photon_trace_depth1_set)
7741    photon_trace_depth2 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_photon_trace_depth2_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_photon_trace_depth2_set)
7742    photon_trace_depth3 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_photon_trace_depth3_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_photon_trace_depth3_set)
7743    final_gathering_enabled = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_final_gathering_enabled_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_final_gathering_enabled_set)
7744    fg_ray_count = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_ray_count_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_ray_count_set)
7745    fg_sample_radius_state1 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius_state1_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius_state1_set)
7746    fg_sample_radius_state2 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius_state2_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius_state2_set)
7747    fg_sample_radius_state3 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius_state3_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius_state3_set)
7748    fg_sample_radius1 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius1_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius1_set)
7749    fg_sample_radius2 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius2_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius2_set)
7750    light_luminance_scale = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_light_luminance_scale_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_light_luminance_scale_set)
7751    diagnostics_mode = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_mode_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_mode_set)
7752    diagnostics_grid_mode = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_grid_mode_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_grid_mode_set)
7753    diagnostics_grid_float = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_grid_float_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_grid_float_set)
7754    diagnostics_photon_mode = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_photon_mode_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_photon_mode_set)
7755    diagnostics_bsp_mode = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_bsp_mode_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_bsp_mode_set)
7756    export_mi_enabled = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_export_mi_enabled_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_export_mi_enabled_set)
7757    mr_description = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_mr_description_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_mr_description_set)
7758    tile_size = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_tile_size_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_tile_size_set)
7759    tile_order = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_tile_order_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_tile_order_set)
7760    memory_limit = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_memory_limit_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_memory_limit_set)
7761    diagnostics_samples_mode = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_samples_mode_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_diagnostics_samples_mode_set)
7762    energy_multiplier = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_energy_multiplier_get, _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_energy_multiplier_set)
7763
7764    def __init__(self):
7765        _LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_swiginit(self, _LibreDWG.new_Dwg_Object_MENTALRAYRENDERSETTINGS())
7766    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_MENTALRAYRENDERSETTINGS
7767
7768# Register Dwg_Object_MENTALRAYRENDERSETTINGS in _LibreDWG:
7769_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_swigregister(Dwg_Object_MENTALRAYRENDERSETTINGS)
7770
7771class Dwg_Object_RAPIDRTRENDERSETTINGS(object):
7772    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7773    __repr__ = _swig_repr
7774    parent = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_parent_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_parent_set)
7775    class_version = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_class_version_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_class_version_set)
7776    name = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_name_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_name_set)
7777    fog_enabled = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_fog_enabled_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_fog_enabled_set)
7778    fog_background_enabled = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_fog_background_enabled_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_fog_background_enabled_set)
7779    backfaces_enabled = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_backfaces_enabled_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_backfaces_enabled_set)
7780    environ_image_enabled = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_environ_image_enabled_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_environ_image_enabled_set)
7781    environ_image_filename = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_environ_image_filename_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_environ_image_filename_set)
7782    description = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_description_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_description_set)
7783    display_index = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_display_index_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_display_index_set)
7784    has_predefined = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_has_predefined_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_has_predefined_set)
7785    rapidrt_version = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_rapidrt_version_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_rapidrt_version_set)
7786    render_target = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_render_target_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_render_target_set)
7787    render_level = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_render_level_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_render_level_set)
7788    render_time = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_render_time_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_render_time_set)
7789    lighting_model = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_lighting_model_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_lighting_model_set)
7790    filter_type = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_filter_type_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_filter_type_set)
7791    filter_width = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_filter_width_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_filter_width_set)
7792    filter_height = property(_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_filter_height_get, _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_filter_height_set)
7793
7794    def __init__(self):
7795        _LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_swiginit(self, _LibreDWG.new_Dwg_Object_RAPIDRTRENDERSETTINGS())
7796    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_RAPIDRTRENDERSETTINGS
7797
7798# Register Dwg_Object_RAPIDRTRENDERSETTINGS in _LibreDWG:
7799_LibreDWG.Dwg_Object_RAPIDRTRENDERSETTINGS_swigregister(Dwg_Object_RAPIDRTRENDERSETTINGS)
7800
7801class Dwg_Object_RENDERENVIRONMENT(object):
7802    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7803    __repr__ = _swig_repr
7804    parent = property(_LibreDWG.Dwg_Object_RENDERENVIRONMENT_parent_get, _LibreDWG.Dwg_Object_RENDERENVIRONMENT_parent_set)
7805    class_version = property(_LibreDWG.Dwg_Object_RENDERENVIRONMENT_class_version_get, _LibreDWG.Dwg_Object_RENDERENVIRONMENT_class_version_set)
7806    fog_enabled = property(_LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_enabled_get, _LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_enabled_set)
7807    fog_background_enabled = property(_LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_background_enabled_get, _LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_background_enabled_set)
7808    fog_color = property(_LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_color_get, _LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_color_set)
7809    fog_density_near = property(_LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_density_near_get, _LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_density_near_set)
7810    fog_density_far = property(_LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_density_far_get, _LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_density_far_set)
7811    fog_distance_near = property(_LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_distance_near_get, _LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_distance_near_set)
7812    fog_distance_far = property(_LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_distance_far_get, _LibreDWG.Dwg_Object_RENDERENVIRONMENT_fog_distance_far_set)
7813    environ_image_enabled = property(_LibreDWG.Dwg_Object_RENDERENVIRONMENT_environ_image_enabled_get, _LibreDWG.Dwg_Object_RENDERENVIRONMENT_environ_image_enabled_set)
7814    environ_image_filename = property(_LibreDWG.Dwg_Object_RENDERENVIRONMENT_environ_image_filename_get, _LibreDWG.Dwg_Object_RENDERENVIRONMENT_environ_image_filename_set)
7815
7816    def __init__(self):
7817        _LibreDWG.Dwg_Object_RENDERENVIRONMENT_swiginit(self, _LibreDWG.new_Dwg_Object_RENDERENVIRONMENT())
7818    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_RENDERENVIRONMENT
7819
7820# Register Dwg_Object_RENDERENVIRONMENT in _LibreDWG:
7821_LibreDWG.Dwg_Object_RENDERENVIRONMENT_swigregister(Dwg_Object_RENDERENVIRONMENT)
7822
7823class Dwg_Object_RENDERGLOBAL(object):
7824    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7825    __repr__ = _swig_repr
7826    parent = property(_LibreDWG.Dwg_Object_RENDERGLOBAL_parent_get, _LibreDWG.Dwg_Object_RENDERGLOBAL_parent_set)
7827    class_version = property(_LibreDWG.Dwg_Object_RENDERGLOBAL_class_version_get, _LibreDWG.Dwg_Object_RENDERGLOBAL_class_version_set)
7828    procedure = property(_LibreDWG.Dwg_Object_RENDERGLOBAL_procedure_get, _LibreDWG.Dwg_Object_RENDERGLOBAL_procedure_set)
7829    destination = property(_LibreDWG.Dwg_Object_RENDERGLOBAL_destination_get, _LibreDWG.Dwg_Object_RENDERGLOBAL_destination_set)
7830    save_enabled = property(_LibreDWG.Dwg_Object_RENDERGLOBAL_save_enabled_get, _LibreDWG.Dwg_Object_RENDERGLOBAL_save_enabled_set)
7831    save_filename = property(_LibreDWG.Dwg_Object_RENDERGLOBAL_save_filename_get, _LibreDWG.Dwg_Object_RENDERGLOBAL_save_filename_set)
7832    image_width = property(_LibreDWG.Dwg_Object_RENDERGLOBAL_image_width_get, _LibreDWG.Dwg_Object_RENDERGLOBAL_image_width_set)
7833    image_height = property(_LibreDWG.Dwg_Object_RENDERGLOBAL_image_height_get, _LibreDWG.Dwg_Object_RENDERGLOBAL_image_height_set)
7834    predef_presets_first = property(_LibreDWG.Dwg_Object_RENDERGLOBAL_predef_presets_first_get, _LibreDWG.Dwg_Object_RENDERGLOBAL_predef_presets_first_set)
7835    highlevel_info = property(_LibreDWG.Dwg_Object_RENDERGLOBAL_highlevel_info_get, _LibreDWG.Dwg_Object_RENDERGLOBAL_highlevel_info_set)
7836
7837    def __init__(self):
7838        _LibreDWG.Dwg_Object_RENDERGLOBAL_swiginit(self, _LibreDWG.new_Dwg_Object_RENDERGLOBAL())
7839    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_RENDERGLOBAL
7840
7841# Register Dwg_Object_RENDERGLOBAL in _LibreDWG:
7842_LibreDWG.Dwg_Object_RENDERGLOBAL_swigregister(Dwg_Object_RENDERGLOBAL)
7843
7844class Dwg_Object_RENDERENTRY(object):
7845    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7846    __repr__ = _swig_repr
7847    parent = property(_LibreDWG.Dwg_Object_RENDERENTRY_parent_get, _LibreDWG.Dwg_Object_RENDERENTRY_parent_set)
7848    class_version = property(_LibreDWG.Dwg_Object_RENDERENTRY_class_version_get, _LibreDWG.Dwg_Object_RENDERENTRY_class_version_set)
7849    image_file_name = property(_LibreDWG.Dwg_Object_RENDERENTRY_image_file_name_get, _LibreDWG.Dwg_Object_RENDERENTRY_image_file_name_set)
7850    preset_name = property(_LibreDWG.Dwg_Object_RENDERENTRY_preset_name_get, _LibreDWG.Dwg_Object_RENDERENTRY_preset_name_set)
7851    view_name = property(_LibreDWG.Dwg_Object_RENDERENTRY_view_name_get, _LibreDWG.Dwg_Object_RENDERENTRY_view_name_set)
7852    dimension_x = property(_LibreDWG.Dwg_Object_RENDERENTRY_dimension_x_get, _LibreDWG.Dwg_Object_RENDERENTRY_dimension_x_set)
7853    dimension_y = property(_LibreDWG.Dwg_Object_RENDERENTRY_dimension_y_get, _LibreDWG.Dwg_Object_RENDERENTRY_dimension_y_set)
7854    start_year = property(_LibreDWG.Dwg_Object_RENDERENTRY_start_year_get, _LibreDWG.Dwg_Object_RENDERENTRY_start_year_set)
7855    start_month = property(_LibreDWG.Dwg_Object_RENDERENTRY_start_month_get, _LibreDWG.Dwg_Object_RENDERENTRY_start_month_set)
7856    start_day = property(_LibreDWG.Dwg_Object_RENDERENTRY_start_day_get, _LibreDWG.Dwg_Object_RENDERENTRY_start_day_set)
7857    start_minute = property(_LibreDWG.Dwg_Object_RENDERENTRY_start_minute_get, _LibreDWG.Dwg_Object_RENDERENTRY_start_minute_set)
7858    start_second = property(_LibreDWG.Dwg_Object_RENDERENTRY_start_second_get, _LibreDWG.Dwg_Object_RENDERENTRY_start_second_set)
7859    start_msec = property(_LibreDWG.Dwg_Object_RENDERENTRY_start_msec_get, _LibreDWG.Dwg_Object_RENDERENTRY_start_msec_set)
7860    render_time = property(_LibreDWG.Dwg_Object_RENDERENTRY_render_time_get, _LibreDWG.Dwg_Object_RENDERENTRY_render_time_set)
7861    memory_amount = property(_LibreDWG.Dwg_Object_RENDERENTRY_memory_amount_get, _LibreDWG.Dwg_Object_RENDERENTRY_memory_amount_set)
7862    material_count = property(_LibreDWG.Dwg_Object_RENDERENTRY_material_count_get, _LibreDWG.Dwg_Object_RENDERENTRY_material_count_set)
7863    light_count = property(_LibreDWG.Dwg_Object_RENDERENTRY_light_count_get, _LibreDWG.Dwg_Object_RENDERENTRY_light_count_set)
7864    triangle_count = property(_LibreDWG.Dwg_Object_RENDERENTRY_triangle_count_get, _LibreDWG.Dwg_Object_RENDERENTRY_triangle_count_set)
7865    display_index = property(_LibreDWG.Dwg_Object_RENDERENTRY_display_index_get, _LibreDWG.Dwg_Object_RENDERENTRY_display_index_set)
7866
7867    def __init__(self):
7868        _LibreDWG.Dwg_Object_RENDERENTRY_swiginit(self, _LibreDWG.new_Dwg_Object_RENDERENTRY())
7869    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_RENDERENTRY
7870
7871# Register Dwg_Object_RENDERENTRY in _LibreDWG:
7872_LibreDWG.Dwg_Object_RENDERENTRY_swigregister(Dwg_Object_RENDERENTRY)
7873
7874class Dwg_Object_MOTIONPATH(object):
7875    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7876    __repr__ = _swig_repr
7877    parent = property(_LibreDWG.Dwg_Object_MOTIONPATH_parent_get, _LibreDWG.Dwg_Object_MOTIONPATH_parent_set)
7878    class_version = property(_LibreDWG.Dwg_Object_MOTIONPATH_class_version_get, _LibreDWG.Dwg_Object_MOTIONPATH_class_version_set)
7879    camera_path = property(_LibreDWG.Dwg_Object_MOTIONPATH_camera_path_get, _LibreDWG.Dwg_Object_MOTIONPATH_camera_path_set)
7880    target_path = property(_LibreDWG.Dwg_Object_MOTIONPATH_target_path_get, _LibreDWG.Dwg_Object_MOTIONPATH_target_path_set)
7881    viewtable = property(_LibreDWG.Dwg_Object_MOTIONPATH_viewtable_get, _LibreDWG.Dwg_Object_MOTIONPATH_viewtable_set)
7882    frames = property(_LibreDWG.Dwg_Object_MOTIONPATH_frames_get, _LibreDWG.Dwg_Object_MOTIONPATH_frames_set)
7883    frame_rate = property(_LibreDWG.Dwg_Object_MOTIONPATH_frame_rate_get, _LibreDWG.Dwg_Object_MOTIONPATH_frame_rate_set)
7884    corner_decel = property(_LibreDWG.Dwg_Object_MOTIONPATH_corner_decel_get, _LibreDWG.Dwg_Object_MOTIONPATH_corner_decel_set)
7885
7886    def __init__(self):
7887        _LibreDWG.Dwg_Object_MOTIONPATH_swiginit(self, _LibreDWG.new_Dwg_Object_MOTIONPATH())
7888    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_MOTIONPATH
7889
7890# Register Dwg_Object_MOTIONPATH in _LibreDWG:
7891_LibreDWG.Dwg_Object_MOTIONPATH_swigregister(Dwg_Object_MOTIONPATH)
7892
7893class Dwg_Object_CURVEPATH(object):
7894    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7895    __repr__ = _swig_repr
7896    parent = property(_LibreDWG.Dwg_Object_CURVEPATH_parent_get, _LibreDWG.Dwg_Object_CURVEPATH_parent_set)
7897    class_version = property(_LibreDWG.Dwg_Object_CURVEPATH_class_version_get, _LibreDWG.Dwg_Object_CURVEPATH_class_version_set)
7898    entity = property(_LibreDWG.Dwg_Object_CURVEPATH_entity_get, _LibreDWG.Dwg_Object_CURVEPATH_entity_set)
7899
7900    def __init__(self):
7901        _LibreDWG.Dwg_Object_CURVEPATH_swiginit(self, _LibreDWG.new_Dwg_Object_CURVEPATH())
7902    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_CURVEPATH
7903
7904# Register Dwg_Object_CURVEPATH in _LibreDWG:
7905_LibreDWG.Dwg_Object_CURVEPATH_swigregister(Dwg_Object_CURVEPATH)
7906
7907class Dwg_Object_POINTPATH(object):
7908    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7909    __repr__ = _swig_repr
7910    parent = property(_LibreDWG.Dwg_Object_POINTPATH_parent_get, _LibreDWG.Dwg_Object_POINTPATH_parent_set)
7911    class_version = property(_LibreDWG.Dwg_Object_POINTPATH_class_version_get, _LibreDWG.Dwg_Object_POINTPATH_class_version_set)
7912    point = property(_LibreDWG.Dwg_Object_POINTPATH_point_get, _LibreDWG.Dwg_Object_POINTPATH_point_set)
7913
7914    def __init__(self):
7915        _LibreDWG.Dwg_Object_POINTPATH_swiginit(self, _LibreDWG.new_Dwg_Object_POINTPATH())
7916    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_POINTPATH
7917
7918# Register Dwg_Object_POINTPATH in _LibreDWG:
7919_LibreDWG.Dwg_Object_POINTPATH_swigregister(Dwg_Object_POINTPATH)
7920
7921class Dwg_Object_TVDEVICEPROPERTIES(object):
7922    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7923    __repr__ = _swig_repr
7924    parent = property(_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_parent_get, _LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_parent_set)
7925    flags = property(_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_flags_get, _LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_flags_set)
7926    max_regen_threads = property(_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_max_regen_threads_get, _LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_max_regen_threads_set)
7927    use_lut_palette = property(_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_use_lut_palette_get, _LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_use_lut_palette_set)
7928    alt_hlt = property(_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_alt_hlt_get, _LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_alt_hlt_set)
7929    alt_hltcolor = property(_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_alt_hltcolor_get, _LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_alt_hltcolor_set)
7930    geom_shader_usage = property(_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_geom_shader_usage_get, _LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_geom_shader_usage_set)
7931    blending_mode = property(_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_blending_mode_get, _LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_blending_mode_set)
7932    antialiasing_level = property(_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_antialiasing_level_get, _LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_antialiasing_level_set)
7933    bd2 = property(_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_bd2_get, _LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_bd2_set)
7934
7935    def __init__(self):
7936        _LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_swiginit(self, _LibreDWG.new_Dwg_Object_TVDEVICEPROPERTIES())
7937    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_TVDEVICEPROPERTIES
7938
7939# Register Dwg_Object_TVDEVICEPROPERTIES in _LibreDWG:
7940_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_swigregister(Dwg_Object_TVDEVICEPROPERTIES)
7941
7942class Dwg_Object_SKYLIGHT_BACKGROUND(object):
7943    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7944    __repr__ = _swig_repr
7945    parent = property(_LibreDWG.Dwg_Object_SKYLIGHT_BACKGROUND_parent_get, _LibreDWG.Dwg_Object_SKYLIGHT_BACKGROUND_parent_set)
7946    class_version = property(_LibreDWG.Dwg_Object_SKYLIGHT_BACKGROUND_class_version_get, _LibreDWG.Dwg_Object_SKYLIGHT_BACKGROUND_class_version_set)
7947    sunid = property(_LibreDWG.Dwg_Object_SKYLIGHT_BACKGROUND_sunid_get, _LibreDWG.Dwg_Object_SKYLIGHT_BACKGROUND_sunid_set)
7948
7949    def __init__(self):
7950        _LibreDWG.Dwg_Object_SKYLIGHT_BACKGROUND_swiginit(self, _LibreDWG.new_Dwg_Object_SKYLIGHT_BACKGROUND())
7951    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_SKYLIGHT_BACKGROUND
7952
7953# Register Dwg_Object_SKYLIGHT_BACKGROUND in _LibreDWG:
7954_LibreDWG.Dwg_Object_SKYLIGHT_BACKGROUND_swigregister(Dwg_Object_SKYLIGHT_BACKGROUND)
7955
7956class Dwg_Object_SOLID_BACKGROUND(object):
7957    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7958    __repr__ = _swig_repr
7959    parent = property(_LibreDWG.Dwg_Object_SOLID_BACKGROUND_parent_get, _LibreDWG.Dwg_Object_SOLID_BACKGROUND_parent_set)
7960    class_version = property(_LibreDWG.Dwg_Object_SOLID_BACKGROUND_class_version_get, _LibreDWG.Dwg_Object_SOLID_BACKGROUND_class_version_set)
7961    color = property(_LibreDWG.Dwg_Object_SOLID_BACKGROUND_color_get, _LibreDWG.Dwg_Object_SOLID_BACKGROUND_color_set)
7962
7963    def __init__(self):
7964        _LibreDWG.Dwg_Object_SOLID_BACKGROUND_swiginit(self, _LibreDWG.new_Dwg_Object_SOLID_BACKGROUND())
7965    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_SOLID_BACKGROUND
7966
7967# Register Dwg_Object_SOLID_BACKGROUND in _LibreDWG:
7968_LibreDWG.Dwg_Object_SOLID_BACKGROUND_swigregister(Dwg_Object_SOLID_BACKGROUND)
7969
7970class Dwg_Object_IMAGE_BACKGROUND(object):
7971    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7972    __repr__ = _swig_repr
7973    parent = property(_LibreDWG.Dwg_Object_IMAGE_BACKGROUND_parent_get, _LibreDWG.Dwg_Object_IMAGE_BACKGROUND_parent_set)
7974    class_version = property(_LibreDWG.Dwg_Object_IMAGE_BACKGROUND_class_version_get, _LibreDWG.Dwg_Object_IMAGE_BACKGROUND_class_version_set)
7975    filename = property(_LibreDWG.Dwg_Object_IMAGE_BACKGROUND_filename_get, _LibreDWG.Dwg_Object_IMAGE_BACKGROUND_filename_set)
7976    fit_to_screen = property(_LibreDWG.Dwg_Object_IMAGE_BACKGROUND_fit_to_screen_get, _LibreDWG.Dwg_Object_IMAGE_BACKGROUND_fit_to_screen_set)
7977    maintain_aspect_ratio = property(_LibreDWG.Dwg_Object_IMAGE_BACKGROUND_maintain_aspect_ratio_get, _LibreDWG.Dwg_Object_IMAGE_BACKGROUND_maintain_aspect_ratio_set)
7978    use_tiling = property(_LibreDWG.Dwg_Object_IMAGE_BACKGROUND_use_tiling_get, _LibreDWG.Dwg_Object_IMAGE_BACKGROUND_use_tiling_set)
7979    offset = property(_LibreDWG.Dwg_Object_IMAGE_BACKGROUND_offset_get, _LibreDWG.Dwg_Object_IMAGE_BACKGROUND_offset_set)
7980    scale = property(_LibreDWG.Dwg_Object_IMAGE_BACKGROUND_scale_get, _LibreDWG.Dwg_Object_IMAGE_BACKGROUND_scale_set)
7981
7982    def __init__(self):
7983        _LibreDWG.Dwg_Object_IMAGE_BACKGROUND_swiginit(self, _LibreDWG.new_Dwg_Object_IMAGE_BACKGROUND())
7984    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_IMAGE_BACKGROUND
7985
7986# Register Dwg_Object_IMAGE_BACKGROUND in _LibreDWG:
7987_LibreDWG.Dwg_Object_IMAGE_BACKGROUND_swigregister(Dwg_Object_IMAGE_BACKGROUND)
7988
7989class Dwg_Object_IBL_BACKGROUND(object):
7990    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
7991    __repr__ = _swig_repr
7992    parent = property(_LibreDWG.Dwg_Object_IBL_BACKGROUND_parent_get, _LibreDWG.Dwg_Object_IBL_BACKGROUND_parent_set)
7993    class_version = property(_LibreDWG.Dwg_Object_IBL_BACKGROUND_class_version_get, _LibreDWG.Dwg_Object_IBL_BACKGROUND_class_version_set)
7994    enable = property(_LibreDWG.Dwg_Object_IBL_BACKGROUND_enable_get, _LibreDWG.Dwg_Object_IBL_BACKGROUND_enable_set)
7995    name = property(_LibreDWG.Dwg_Object_IBL_BACKGROUND_name_get, _LibreDWG.Dwg_Object_IBL_BACKGROUND_name_set)
7996    rotation = property(_LibreDWG.Dwg_Object_IBL_BACKGROUND_rotation_get, _LibreDWG.Dwg_Object_IBL_BACKGROUND_rotation_set)
7997    display_image = property(_LibreDWG.Dwg_Object_IBL_BACKGROUND_display_image_get, _LibreDWG.Dwg_Object_IBL_BACKGROUND_display_image_set)
7998    secondary_background = property(_LibreDWG.Dwg_Object_IBL_BACKGROUND_secondary_background_get, _LibreDWG.Dwg_Object_IBL_BACKGROUND_secondary_background_set)
7999
8000    def __init__(self):
8001        _LibreDWG.Dwg_Object_IBL_BACKGROUND_swiginit(self, _LibreDWG.new_Dwg_Object_IBL_BACKGROUND())
8002    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_IBL_BACKGROUND
8003
8004# Register Dwg_Object_IBL_BACKGROUND in _LibreDWG:
8005_LibreDWG.Dwg_Object_IBL_BACKGROUND_swigregister(Dwg_Object_IBL_BACKGROUND)
8006
8007class Dwg_Object_GRADIENT_BACKGROUND(object):
8008    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8009    __repr__ = _swig_repr
8010    parent = property(_LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_parent_get, _LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_parent_set)
8011    class_version = property(_LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_class_version_get, _LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_class_version_set)
8012    color_top = property(_LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_color_top_get, _LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_color_top_set)
8013    color_middle = property(_LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_color_middle_get, _LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_color_middle_set)
8014    color_bottom = property(_LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_color_bottom_get, _LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_color_bottom_set)
8015    horizon = property(_LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_horizon_get, _LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_horizon_set)
8016    height = property(_LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_height_get, _LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_height_set)
8017    rotation = property(_LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_rotation_get, _LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_rotation_set)
8018
8019    def __init__(self):
8020        _LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_swiginit(self, _LibreDWG.new_Dwg_Object_GRADIENT_BACKGROUND())
8021    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_GRADIENT_BACKGROUND
8022
8023# Register Dwg_Object_GRADIENT_BACKGROUND in _LibreDWG:
8024_LibreDWG.Dwg_Object_GRADIENT_BACKGROUND_swigregister(Dwg_Object_GRADIENT_BACKGROUND)
8025
8026class Dwg_Object_GROUND_PLANE_BACKGROUND(object):
8027    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8028    __repr__ = _swig_repr
8029    parent = property(_LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_parent_get, _LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_parent_set)
8030    class_version = property(_LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_class_version_get, _LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_class_version_set)
8031    color_sky_zenith = property(_LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_sky_zenith_get, _LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_sky_zenith_set)
8032    color_sky_horizon = property(_LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_sky_horizon_get, _LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_sky_horizon_set)
8033    color_underground_horizon = property(_LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_underground_horizon_get, _LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_underground_horizon_set)
8034    color_underground_azimuth = property(_LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_underground_azimuth_get, _LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_underground_azimuth_set)
8035    color_near = property(_LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_near_get, _LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_near_set)
8036    color_far = property(_LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_far_get, _LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_far_set)
8037
8038    def __init__(self):
8039        _LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_swiginit(self, _LibreDWG.new_Dwg_Object_GROUND_PLANE_BACKGROUND())
8040    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_GROUND_PLANE_BACKGROUND
8041
8042# Register Dwg_Object_GROUND_PLANE_BACKGROUND in _LibreDWG:
8043_LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_swigregister(Dwg_Object_GROUND_PLANE_BACKGROUND)
8044
8045class Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA(object):
8046    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8047    __repr__ = _swig_repr
8048    parent = property(_LibreDWG.Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA_parent_set)
8049    class_version = property(_LibreDWG.Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA_class_version_set)
8050    is_default = property(_LibreDWG.Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA_is_default_set)
8051    scale = property(_LibreDWG.Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA_scale_set)
8052
8053    def __init__(self):
8054        _LibreDWG.Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA())
8055    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA
8056
8057# Register Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA in _LibreDWG:
8058_LibreDWG.Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA_swigregister(Dwg_Object_ANNOTSCALEOBJECTCONTEXTDATA)
8059
8060class Dwg_CONTEXTDATA_dict(object):
8061    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8062    __repr__ = _swig_repr
8063    parent = property(_LibreDWG.Dwg_CONTEXTDATA_dict_parent_get, _LibreDWG.Dwg_CONTEXTDATA_dict_parent_set)
8064    text = property(_LibreDWG.Dwg_CONTEXTDATA_dict_text_get, _LibreDWG.Dwg_CONTEXTDATA_dict_text_set)
8065    itemhandle = property(_LibreDWG.Dwg_CONTEXTDATA_dict_itemhandle_get, _LibreDWG.Dwg_CONTEXTDATA_dict_itemhandle_set)
8066
8067    def __init__(self):
8068        _LibreDWG.Dwg_CONTEXTDATA_dict_swiginit(self, _LibreDWG.new_Dwg_CONTEXTDATA_dict())
8069    __swig_destroy__ = _LibreDWG.delete_Dwg_CONTEXTDATA_dict
8070
8071# Register Dwg_CONTEXTDATA_dict in _LibreDWG:
8072_LibreDWG.Dwg_CONTEXTDATA_dict_swigregister(Dwg_CONTEXTDATA_dict)
8073
8074class Dwg_CONTEXTDATA_submgr(object):
8075    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8076    __repr__ = _swig_repr
8077    parent = property(_LibreDWG.Dwg_CONTEXTDATA_submgr_parent_get, _LibreDWG.Dwg_CONTEXTDATA_submgr_parent_set)
8078    handle = property(_LibreDWG.Dwg_CONTEXTDATA_submgr_handle_get, _LibreDWG.Dwg_CONTEXTDATA_submgr_handle_set)
8079    num_entries = property(_LibreDWG.Dwg_CONTEXTDATA_submgr_num_entries_get, _LibreDWG.Dwg_CONTEXTDATA_submgr_num_entries_set)
8080    entries = property(_LibreDWG.Dwg_CONTEXTDATA_submgr_entries_get, _LibreDWG.Dwg_CONTEXTDATA_submgr_entries_set)
8081
8082    def __init__(self):
8083        _LibreDWG.Dwg_CONTEXTDATA_submgr_swiginit(self, _LibreDWG.new_Dwg_CONTEXTDATA_submgr())
8084    __swig_destroy__ = _LibreDWG.delete_Dwg_CONTEXTDATA_submgr
8085
8086# Register Dwg_CONTEXTDATA_submgr in _LibreDWG:
8087_LibreDWG.Dwg_CONTEXTDATA_submgr_swigregister(Dwg_CONTEXTDATA_submgr)
8088
8089class Dwg_Object_CONTEXTDATAMANAGER(object):
8090    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8091    __repr__ = _swig_repr
8092    parent = property(_LibreDWG.Dwg_Object_CONTEXTDATAMANAGER_parent_get, _LibreDWG.Dwg_Object_CONTEXTDATAMANAGER_parent_set)
8093    objectcontext = property(_LibreDWG.Dwg_Object_CONTEXTDATAMANAGER_objectcontext_get, _LibreDWG.Dwg_Object_CONTEXTDATAMANAGER_objectcontext_set)
8094    num_submgrs = property(_LibreDWG.Dwg_Object_CONTEXTDATAMANAGER_num_submgrs_get, _LibreDWG.Dwg_Object_CONTEXTDATAMANAGER_num_submgrs_set)
8095    submgrs = property(_LibreDWG.Dwg_Object_CONTEXTDATAMANAGER_submgrs_get, _LibreDWG.Dwg_Object_CONTEXTDATAMANAGER_submgrs_set)
8096
8097    def __init__(self):
8098        _LibreDWG.Dwg_Object_CONTEXTDATAMANAGER_swiginit(self, _LibreDWG.new_Dwg_Object_CONTEXTDATAMANAGER())
8099    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_CONTEXTDATAMANAGER
8100
8101# Register Dwg_Object_CONTEXTDATAMANAGER in _LibreDWG:
8102_LibreDWG.Dwg_Object_CONTEXTDATAMANAGER_swigregister(Dwg_Object_CONTEXTDATAMANAGER)
8103
8104class Dwg_Object_TEXTOBJECTCONTEXTDATA(object):
8105    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8106    __repr__ = _swig_repr
8107    parent = property(_LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_parent_set)
8108    class_version = property(_LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_class_version_set)
8109    is_default = property(_LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_is_default_set)
8110    scale = property(_LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_scale_set)
8111    horizontal_mode = property(_LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_horizontal_mode_get, _LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_horizontal_mode_set)
8112    rotation = property(_LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_rotation_get, _LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_rotation_set)
8113    ins_pt = property(_LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_ins_pt_get, _LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_ins_pt_set)
8114    alignment_pt = property(_LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_alignment_pt_get, _LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_alignment_pt_set)
8115
8116    def __init__(self):
8117        _LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_TEXTOBJECTCONTEXTDATA())
8118    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_TEXTOBJECTCONTEXTDATA
8119
8120# Register Dwg_Object_TEXTOBJECTCONTEXTDATA in _LibreDWG:
8121_LibreDWG.Dwg_Object_TEXTOBJECTCONTEXTDATA_swigregister(Dwg_Object_TEXTOBJECTCONTEXTDATA)
8122
8123class Dwg_Object_MTEXTOBJECTCONTEXTDATA(object):
8124    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8125    __repr__ = _swig_repr
8126    parent = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_parent_set)
8127    class_version = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_class_version_set)
8128    is_default = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_is_default_set)
8129    scale = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_scale_set)
8130    attachment = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_attachment_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_attachment_set)
8131    ins_pt = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_ins_pt_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_ins_pt_set)
8132    x_axis_dir = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_x_axis_dir_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_x_axis_dir_set)
8133    rect_height = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_rect_height_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_rect_height_set)
8134    rect_width = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_rect_width_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_rect_width_set)
8135    extents_width = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_extents_width_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_extents_width_set)
8136    extents_height = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_extents_height_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_extents_height_set)
8137    column_type = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_column_type_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_column_type_set)
8138    column_width = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_column_width_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_column_width_set)
8139    gutter = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_gutter_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_gutter_set)
8140    auto_height = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_auto_height_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_auto_height_set)
8141    flow_reversed = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_flow_reversed_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_flow_reversed_set)
8142    num_column_heights = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_num_column_heights_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_num_column_heights_set)
8143    column_heights = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_column_heights_get, _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_column_heights_set)
8144
8145    def __init__(self):
8146        _LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_MTEXTOBJECTCONTEXTDATA())
8147    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_MTEXTOBJECTCONTEXTDATA
8148
8149# Register Dwg_Object_MTEXTOBJECTCONTEXTDATA in _LibreDWG:
8150_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_swigregister(Dwg_Object_MTEXTOBJECTCONTEXTDATA)
8151
8152class Dwg_OCD_Dimension(object):
8153    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8154    __repr__ = _swig_repr
8155    b293 = property(_LibreDWG.Dwg_OCD_Dimension_b293_get, _LibreDWG.Dwg_OCD_Dimension_b293_set)
8156    def_pt = property(_LibreDWG.Dwg_OCD_Dimension_def_pt_get, _LibreDWG.Dwg_OCD_Dimension_def_pt_set)
8157    is_def_textloc = property(_LibreDWG.Dwg_OCD_Dimension_is_def_textloc_get, _LibreDWG.Dwg_OCD_Dimension_is_def_textloc_set)
8158    text_rotation = property(_LibreDWG.Dwg_OCD_Dimension_text_rotation_get, _LibreDWG.Dwg_OCD_Dimension_text_rotation_set)
8159    block = property(_LibreDWG.Dwg_OCD_Dimension_block_get, _LibreDWG.Dwg_OCD_Dimension_block_set)
8160    dimtofl = property(_LibreDWG.Dwg_OCD_Dimension_dimtofl_get, _LibreDWG.Dwg_OCD_Dimension_dimtofl_set)
8161    dimosxd = property(_LibreDWG.Dwg_OCD_Dimension_dimosxd_get, _LibreDWG.Dwg_OCD_Dimension_dimosxd_set)
8162    dimatfit = property(_LibreDWG.Dwg_OCD_Dimension_dimatfit_get, _LibreDWG.Dwg_OCD_Dimension_dimatfit_set)
8163    dimtix = property(_LibreDWG.Dwg_OCD_Dimension_dimtix_get, _LibreDWG.Dwg_OCD_Dimension_dimtix_set)
8164    dimtmove = property(_LibreDWG.Dwg_OCD_Dimension_dimtmove_get, _LibreDWG.Dwg_OCD_Dimension_dimtmove_set)
8165    override_code = property(_LibreDWG.Dwg_OCD_Dimension_override_code_get, _LibreDWG.Dwg_OCD_Dimension_override_code_set)
8166    has_arrow2 = property(_LibreDWG.Dwg_OCD_Dimension_has_arrow2_get, _LibreDWG.Dwg_OCD_Dimension_has_arrow2_set)
8167    flip_arrow2 = property(_LibreDWG.Dwg_OCD_Dimension_flip_arrow2_get, _LibreDWG.Dwg_OCD_Dimension_flip_arrow2_set)
8168    flip_arrow1 = property(_LibreDWG.Dwg_OCD_Dimension_flip_arrow1_get, _LibreDWG.Dwg_OCD_Dimension_flip_arrow1_set)
8169
8170    def __init__(self):
8171        _LibreDWG.Dwg_OCD_Dimension_swiginit(self, _LibreDWG.new_Dwg_OCD_Dimension())
8172    __swig_destroy__ = _LibreDWG.delete_Dwg_OCD_Dimension
8173
8174# Register Dwg_OCD_Dimension in _LibreDWG:
8175_LibreDWG.Dwg_OCD_Dimension_swigregister(Dwg_OCD_Dimension)
8176
8177class Dwg_Object_ALDIMOBJECTCONTEXTDATA(object):
8178    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8179    __repr__ = _swig_repr
8180    parent = property(_LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_parent_set)
8181    class_version = property(_LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_class_version_set)
8182    is_default = property(_LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_is_default_set)
8183    scale = property(_LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_scale_set)
8184    dimension = property(_LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_dimension_get, _LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_dimension_set)
8185    dimline_pt = property(_LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_dimline_pt_get, _LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_dimline_pt_set)
8186
8187    def __init__(self):
8188        _LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_ALDIMOBJECTCONTEXTDATA())
8189    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ALDIMOBJECTCONTEXTDATA
8190
8191# Register Dwg_Object_ALDIMOBJECTCONTEXTDATA in _LibreDWG:
8192_LibreDWG.Dwg_Object_ALDIMOBJECTCONTEXTDATA_swigregister(Dwg_Object_ALDIMOBJECTCONTEXTDATA)
8193
8194class Dwg_Object_ANGDIMOBJECTCONTEXTDATA(object):
8195    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8196    __repr__ = _swig_repr
8197    parent = property(_LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_parent_set)
8198    class_version = property(_LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_class_version_set)
8199    is_default = property(_LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_is_default_set)
8200    scale = property(_LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_scale_set)
8201    dimension = property(_LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_dimension_get, _LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_dimension_set)
8202    arc_pt = property(_LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_arc_pt_get, _LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_arc_pt_set)
8203
8204    def __init__(self):
8205        _LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_ANGDIMOBJECTCONTEXTDATA())
8206    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ANGDIMOBJECTCONTEXTDATA
8207
8208# Register Dwg_Object_ANGDIMOBJECTCONTEXTDATA in _LibreDWG:
8209_LibreDWG.Dwg_Object_ANGDIMOBJECTCONTEXTDATA_swigregister(Dwg_Object_ANGDIMOBJECTCONTEXTDATA)
8210
8211class Dwg_Object_DMDIMOBJECTCONTEXTDATA(object):
8212    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8213    __repr__ = _swig_repr
8214    parent = property(_LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_parent_set)
8215    class_version = property(_LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_class_version_set)
8216    is_default = property(_LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_is_default_set)
8217    scale = property(_LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_scale_set)
8218    dimension = property(_LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_dimension_get, _LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_dimension_set)
8219    first_arc_pt = property(_LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_first_arc_pt_get, _LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_first_arc_pt_set)
8220    def_pt = property(_LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_def_pt_get, _LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_def_pt_set)
8221
8222    def __init__(self):
8223        _LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_DMDIMOBJECTCONTEXTDATA())
8224    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DMDIMOBJECTCONTEXTDATA
8225
8226# Register Dwg_Object_DMDIMOBJECTCONTEXTDATA in _LibreDWG:
8227_LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_swigregister(Dwg_Object_DMDIMOBJECTCONTEXTDATA)
8228
8229class Dwg_Object_ORDDIMOBJECTCONTEXTDATA(object):
8230    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8231    __repr__ = _swig_repr
8232    parent = property(_LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_parent_set)
8233    class_version = property(_LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_class_version_set)
8234    is_default = property(_LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_is_default_set)
8235    scale = property(_LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_scale_set)
8236    dimension = property(_LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_dimension_get, _LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_dimension_set)
8237    feature_location_pt = property(_LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_feature_location_pt_get, _LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_feature_location_pt_set)
8238    leader_endpt = property(_LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_leader_endpt_get, _LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_leader_endpt_set)
8239
8240    def __init__(self):
8241        _LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_ORDDIMOBJECTCONTEXTDATA())
8242    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ORDDIMOBJECTCONTEXTDATA
8243
8244# Register Dwg_Object_ORDDIMOBJECTCONTEXTDATA in _LibreDWG:
8245_LibreDWG.Dwg_Object_ORDDIMOBJECTCONTEXTDATA_swigregister(Dwg_Object_ORDDIMOBJECTCONTEXTDATA)
8246
8247class Dwg_Object_RADIMOBJECTCONTEXTDATA(object):
8248    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8249    __repr__ = _swig_repr
8250    parent = property(_LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_parent_set)
8251    class_version = property(_LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_class_version_set)
8252    is_default = property(_LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_is_default_set)
8253    scale = property(_LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_scale_set)
8254    dimension = property(_LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_dimension_get, _LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_dimension_set)
8255    first_arc_pt = property(_LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_first_arc_pt_get, _LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_first_arc_pt_set)
8256
8257    def __init__(self):
8258        _LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_RADIMOBJECTCONTEXTDATA())
8259    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_RADIMOBJECTCONTEXTDATA
8260
8261# Register Dwg_Object_RADIMOBJECTCONTEXTDATA in _LibreDWG:
8262_LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_swigregister(Dwg_Object_RADIMOBJECTCONTEXTDATA)
8263
8264class Dwg_Object_RADIMLGOBJECTCONTEXTDATA(object):
8265    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8266    __repr__ = _swig_repr
8267    parent = property(_LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_parent_set)
8268    class_version = property(_LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_class_version_set)
8269    is_default = property(_LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_is_default_set)
8270    scale = property(_LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_scale_set)
8271    dimension = property(_LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_dimension_get, _LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_dimension_set)
8272    ovr_center = property(_LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_ovr_center_get, _LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_ovr_center_set)
8273    jog_point = property(_LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_jog_point_get, _LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_jog_point_set)
8274
8275    def __init__(self):
8276        _LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_RADIMLGOBJECTCONTEXTDATA())
8277    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_RADIMLGOBJECTCONTEXTDATA
8278
8279# Register Dwg_Object_RADIMLGOBJECTCONTEXTDATA in _LibreDWG:
8280_LibreDWG.Dwg_Object_RADIMLGOBJECTCONTEXTDATA_swigregister(Dwg_Object_RADIMLGOBJECTCONTEXTDATA)
8281
8282class Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA(object):
8283    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8284    __repr__ = _swig_repr
8285    parent = property(_LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_parent_set)
8286    class_version = property(_LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_class_version_set)
8287    is_default = property(_LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_is_default_set)
8288    scale = property(_LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_scale_set)
8289    horizontal_mode = property(_LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_horizontal_mode_get, _LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_horizontal_mode_set)
8290    rotation = property(_LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_rotation_get, _LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_rotation_set)
8291    ins_pt = property(_LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_ins_pt_get, _LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_ins_pt_set)
8292    alignment_pt = property(_LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_alignment_pt_get, _LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_alignment_pt_set)
8293    enable_context = property(_LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_enable_context_get, _LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_enable_context_set)
8294    context = property(_LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_context_get, _LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_context_set)
8295
8296    def __init__(self):
8297        _LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA())
8298    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA
8299
8300# Register Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA in _LibreDWG:
8301_LibreDWG.Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA_swigregister(Dwg_Object_MTEXTATTRIBUTEOBJECTCONTEXTDATA)
8302
8303class Dwg_Object_MLEADEROBJECTCONTEXTDATA(object):
8304    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8305    __repr__ = _swig_repr
8306    parent = property(_LibreDWG.Dwg_Object_MLEADEROBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_MLEADEROBJECTCONTEXTDATA_parent_set)
8307    class_version = property(_LibreDWG.Dwg_Object_MLEADEROBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_MLEADEROBJECTCONTEXTDATA_class_version_set)
8308    is_default = property(_LibreDWG.Dwg_Object_MLEADEROBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_MLEADEROBJECTCONTEXTDATA_is_default_set)
8309    scale = property(_LibreDWG.Dwg_Object_MLEADEROBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_MLEADEROBJECTCONTEXTDATA_scale_set)
8310
8311    def __init__(self):
8312        _LibreDWG.Dwg_Object_MLEADEROBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_MLEADEROBJECTCONTEXTDATA())
8313    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_MLEADEROBJECTCONTEXTDATA
8314
8315# Register Dwg_Object_MLEADEROBJECTCONTEXTDATA in _LibreDWG:
8316_LibreDWG.Dwg_Object_MLEADEROBJECTCONTEXTDATA_swigregister(Dwg_Object_MLEADEROBJECTCONTEXTDATA)
8317
8318class Dwg_Object_LEADEROBJECTCONTEXTDATA(object):
8319    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8320    __repr__ = _swig_repr
8321    parent = property(_LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_parent_set)
8322    class_version = property(_LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_class_version_set)
8323    is_default = property(_LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_is_default_set)
8324    scale = property(_LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_scale_set)
8325    num_points = property(_LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_num_points_get, _LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_num_points_set)
8326    points = property(_LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_points_get, _LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_points_set)
8327    b290 = property(_LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_b290_get, _LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_b290_set)
8328    x_direction = property(_LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_x_direction_get, _LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_x_direction_set)
8329    inspt_offset = property(_LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_inspt_offset_get, _LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_inspt_offset_set)
8330    endptproj = property(_LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_endptproj_get, _LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_endptproj_set)
8331
8332    def __init__(self):
8333        _LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_LEADEROBJECTCONTEXTDATA())
8334    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_LEADEROBJECTCONTEXTDATA
8335
8336# Register Dwg_Object_LEADEROBJECTCONTEXTDATA in _LibreDWG:
8337_LibreDWG.Dwg_Object_LEADEROBJECTCONTEXTDATA_swigregister(Dwg_Object_LEADEROBJECTCONTEXTDATA)
8338
8339class Dwg_Object_BLKREFOBJECTCONTEXTDATA(object):
8340    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8341    __repr__ = _swig_repr
8342    parent = property(_LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_parent_set)
8343    class_version = property(_LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_class_version_set)
8344    is_default = property(_LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_is_default_set)
8345    scale = property(_LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_scale_set)
8346    rotation = property(_LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_rotation_get, _LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_rotation_set)
8347    ins_pt = property(_LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_ins_pt_get, _LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_ins_pt_set)
8348    scale_factor = property(_LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_scale_factor_get, _LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_scale_factor_set)
8349
8350    def __init__(self):
8351        _LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_BLKREFOBJECTCONTEXTDATA())
8352    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLKREFOBJECTCONTEXTDATA
8353
8354# Register Dwg_Object_BLKREFOBJECTCONTEXTDATA in _LibreDWG:
8355_LibreDWG.Dwg_Object_BLKREFOBJECTCONTEXTDATA_swigregister(Dwg_Object_BLKREFOBJECTCONTEXTDATA)
8356
8357class Dwg_Object_FCFOBJECTCONTEXTDATA(object):
8358    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8359    __repr__ = _swig_repr
8360    parent = property(_LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_parent_get, _LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_parent_set)
8361    class_version = property(_LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_class_version_get, _LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_class_version_set)
8362    is_default = property(_LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_is_default_get, _LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_is_default_set)
8363    scale = property(_LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_scale_get, _LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_scale_set)
8364    location = property(_LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_location_get, _LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_location_set)
8365    horiz_dir = property(_LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_horiz_dir_get, _LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_horiz_dir_set)
8366
8367    def __init__(self):
8368        _LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_swiginit(self, _LibreDWG.new_Dwg_Object_FCFOBJECTCONTEXTDATA())
8369    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_FCFOBJECTCONTEXTDATA
8370
8371# Register Dwg_Object_FCFOBJECTCONTEXTDATA in _LibreDWG:
8372_LibreDWG.Dwg_Object_FCFOBJECTCONTEXTDATA_swigregister(Dwg_Object_FCFOBJECTCONTEXTDATA)
8373
8374class Dwg_Object_DETAILVIEWSTYLE(object):
8375    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8376    __repr__ = _swig_repr
8377    parent = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_parent_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_parent_set)
8378    mdoc_class_version = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_mdoc_class_version_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_mdoc_class_version_set)
8379    desc = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_desc_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_desc_set)
8380    is_modified_for_recompute = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_is_modified_for_recompute_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_is_modified_for_recompute_set)
8381    display_name = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_display_name_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_display_name_set)
8382    viewstyle_flags = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewstyle_flags_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewstyle_flags_set)
8383    class_version = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_class_version_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_class_version_set)
8384    flags = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_flags_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_flags_set)
8385    identifier_style = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_style_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_style_set)
8386    identifier_color = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_color_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_color_set)
8387    identifier_height = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_height_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_height_set)
8388    identifier_exclude_characters = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_exclude_characters_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_exclude_characters_set)
8389    identifier_offset = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_offset_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_offset_set)
8390    identifier_placement = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_placement_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_identifier_placement_set)
8391    arrow_symbol = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_arrow_symbol_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_arrow_symbol_set)
8392    arrow_symbol_color = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_arrow_symbol_color_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_arrow_symbol_color_set)
8393    arrow_symbol_size = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_arrow_symbol_size_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_arrow_symbol_size_set)
8394    boundary_ltype = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_boundary_ltype_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_boundary_ltype_set)
8395    boundary_linewt = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_boundary_linewt_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_boundary_linewt_set)
8396    boundary_line_color = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_boundary_line_color_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_boundary_line_color_set)
8397    viewlabel_text_style = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_text_style_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_text_style_set)
8398    viewlabel_text_color = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_text_color_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_text_color_set)
8399    viewlabel_text_height = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_text_height_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_text_height_set)
8400    viewlabel_attachment = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_attachment_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_attachment_set)
8401    viewlabel_offset = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_offset_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_offset_set)
8402    viewlabel_alignment = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_alignment_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_alignment_set)
8403    viewlabel_pattern = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_pattern_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_viewlabel_pattern_set)
8404    connection_ltype = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_connection_ltype_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_connection_ltype_set)
8405    connection_linewt = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_connection_linewt_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_connection_linewt_set)
8406    connection_line_color = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_connection_line_color_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_connection_line_color_set)
8407    borderline_ltype = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_borderline_ltype_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_borderline_ltype_set)
8408    borderline_linewt = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_borderline_linewt_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_borderline_linewt_set)
8409    borderline_color = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_borderline_color_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_borderline_color_set)
8410    model_edge = property(_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_model_edge_get, _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_model_edge_set)
8411
8412    def __init__(self):
8413        _LibreDWG.Dwg_Object_DETAILVIEWSTYLE_swiginit(self, _LibreDWG.new_Dwg_Object_DETAILVIEWSTYLE())
8414    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DETAILVIEWSTYLE
8415
8416# Register Dwg_Object_DETAILVIEWSTYLE in _LibreDWG:
8417_LibreDWG.Dwg_Object_DETAILVIEWSTYLE_swigregister(Dwg_Object_DETAILVIEWSTYLE)
8418
8419class Dwg_Object_SECTIONVIEWSTYLE(object):
8420    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8421    __repr__ = _swig_repr
8422    parent = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_parent_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_parent_set)
8423    mdoc_class_version = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_mdoc_class_version_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_mdoc_class_version_set)
8424    desc = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_desc_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_desc_set)
8425    is_modified_for_recompute = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_is_modified_for_recompute_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_is_modified_for_recompute_set)
8426    display_name = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_display_name_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_display_name_set)
8427    viewstyle_flags = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewstyle_flags_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewstyle_flags_set)
8428    class_version = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_class_version_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_class_version_set)
8429    flags = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_flags_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_flags_set)
8430    identifier_style = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_style_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_style_set)
8431    identifier_color = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_color_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_color_set)
8432    identifier_height = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_height_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_height_set)
8433    arrow_start_symbol = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_start_symbol_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_start_symbol_set)
8434    arrow_end_symbol = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_end_symbol_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_end_symbol_set)
8435    arrow_symbol_color = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_symbol_color_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_symbol_color_set)
8436    arrow_symbol_size = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_symbol_size_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_symbol_size_set)
8437    identifier_exclude_characters = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_exclude_characters_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_exclude_characters_set)
8438    identifier_position = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_position_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_position_set)
8439    identifier_offset = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_offset_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_offset_set)
8440    arrow_position = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_position_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_position_set)
8441    arrow_symbol_extension_length = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_symbol_extension_length_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_arrow_symbol_extension_length_set)
8442    plane_ltype = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_plane_ltype_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_plane_ltype_set)
8443    plane_linewt = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_plane_linewt_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_plane_linewt_set)
8444    plane_line_color = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_plane_line_color_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_plane_line_color_set)
8445    bend_ltype = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_bend_ltype_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_bend_ltype_set)
8446    bend_linewt = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_bend_linewt_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_bend_linewt_set)
8447    bend_line_color = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_bend_line_color_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_bend_line_color_set)
8448    bend_line_length = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_bend_line_length_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_bend_line_length_set)
8449    end_line_overshoot = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_end_line_overshoot_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_end_line_overshoot_set)
8450    end_line_length = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_end_line_length_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_end_line_length_set)
8451    viewlabel_text_style = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_text_style_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_text_style_set)
8452    viewlabel_text_color = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_text_color_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_text_color_set)
8453    viewlabel_text_height = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_text_height_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_text_height_set)
8454    viewlabel_attachment = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_attachment_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_attachment_set)
8455    viewlabel_offset = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_offset_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_offset_set)
8456    viewlabel_alignment = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_alignment_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_alignment_set)
8457    viewlabel_pattern = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_pattern_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_viewlabel_pattern_set)
8458    hatch_color = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_color_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_color_set)
8459    hatch_bg_color = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_bg_color_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_bg_color_set)
8460    hatch_pattern = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_pattern_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_pattern_set)
8461    hatch_scale = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_scale_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_scale_set)
8462    hatch_transparency = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_transparency_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_transparency_set)
8463    unknown_b1 = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_unknown_b1_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_unknown_b1_set)
8464    unknown_b2 = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_unknown_b2_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_unknown_b2_set)
8465    num_hatch_angles = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_num_hatch_angles_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_num_hatch_angles_set)
8466    hatch_angles = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_angles_get, _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_angles_set)
8467
8468    def __init__(self):
8469        _LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_swiginit(self, _LibreDWG.new_Dwg_Object_SECTIONVIEWSTYLE())
8470    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_SECTIONVIEWSTYLE
8471
8472# Register Dwg_Object_SECTIONVIEWSTYLE in _LibreDWG:
8473_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_swigregister(Dwg_Object_SECTIONVIEWSTYLE)
8474
8475class Dwg_Object_SECTION_MANAGER(object):
8476    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8477    __repr__ = _swig_repr
8478    parent = property(_LibreDWG.Dwg_Object_SECTION_MANAGER_parent_get, _LibreDWG.Dwg_Object_SECTION_MANAGER_parent_set)
8479    is_live = property(_LibreDWG.Dwg_Object_SECTION_MANAGER_is_live_get, _LibreDWG.Dwg_Object_SECTION_MANAGER_is_live_set)
8480    num_sections = property(_LibreDWG.Dwg_Object_SECTION_MANAGER_num_sections_get, _LibreDWG.Dwg_Object_SECTION_MANAGER_num_sections_set)
8481    sections = property(_LibreDWG.Dwg_Object_SECTION_MANAGER_sections_get, _LibreDWG.Dwg_Object_SECTION_MANAGER_sections_set)
8482
8483    def __init__(self):
8484        _LibreDWG.Dwg_Object_SECTION_MANAGER_swiginit(self, _LibreDWG.new_Dwg_Object_SECTION_MANAGER())
8485    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_SECTION_MANAGER
8486
8487# Register Dwg_Object_SECTION_MANAGER in _LibreDWG:
8488_LibreDWG.Dwg_Object_SECTION_MANAGER_swigregister(Dwg_Object_SECTION_MANAGER)
8489
8490class Dwg_SECTION_geometrysettings(object):
8491    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8492    __repr__ = _swig_repr
8493    parent = property(_LibreDWG.Dwg_SECTION_geometrysettings_parent_get, _LibreDWG.Dwg_SECTION_geometrysettings_parent_set)
8494    num_geoms = property(_LibreDWG.Dwg_SECTION_geometrysettings_num_geoms_get, _LibreDWG.Dwg_SECTION_geometrysettings_num_geoms_set)
8495    hexindex = property(_LibreDWG.Dwg_SECTION_geometrysettings_hexindex_get, _LibreDWG.Dwg_SECTION_geometrysettings_hexindex_set)
8496    flags = property(_LibreDWG.Dwg_SECTION_geometrysettings_flags_get, _LibreDWG.Dwg_SECTION_geometrysettings_flags_set)
8497    color = property(_LibreDWG.Dwg_SECTION_geometrysettings_color_get, _LibreDWG.Dwg_SECTION_geometrysettings_color_set)
8498    layer = property(_LibreDWG.Dwg_SECTION_geometrysettings_layer_get, _LibreDWG.Dwg_SECTION_geometrysettings_layer_set)
8499    ltype = property(_LibreDWG.Dwg_SECTION_geometrysettings_ltype_get, _LibreDWG.Dwg_SECTION_geometrysettings_ltype_set)
8500    ltype_scale = property(_LibreDWG.Dwg_SECTION_geometrysettings_ltype_scale_get, _LibreDWG.Dwg_SECTION_geometrysettings_ltype_scale_set)
8501    plotstyle = property(_LibreDWG.Dwg_SECTION_geometrysettings_plotstyle_get, _LibreDWG.Dwg_SECTION_geometrysettings_plotstyle_set)
8502    linewt = property(_LibreDWG.Dwg_SECTION_geometrysettings_linewt_get, _LibreDWG.Dwg_SECTION_geometrysettings_linewt_set)
8503    face_transparency = property(_LibreDWG.Dwg_SECTION_geometrysettings_face_transparency_get, _LibreDWG.Dwg_SECTION_geometrysettings_face_transparency_set)
8504    edge_transparency = property(_LibreDWG.Dwg_SECTION_geometrysettings_edge_transparency_get, _LibreDWG.Dwg_SECTION_geometrysettings_edge_transparency_set)
8505    hatch_type = property(_LibreDWG.Dwg_SECTION_geometrysettings_hatch_type_get, _LibreDWG.Dwg_SECTION_geometrysettings_hatch_type_set)
8506    hatch_pattern = property(_LibreDWG.Dwg_SECTION_geometrysettings_hatch_pattern_get, _LibreDWG.Dwg_SECTION_geometrysettings_hatch_pattern_set)
8507    hatch_angle = property(_LibreDWG.Dwg_SECTION_geometrysettings_hatch_angle_get, _LibreDWG.Dwg_SECTION_geometrysettings_hatch_angle_set)
8508    hatch_spacing = property(_LibreDWG.Dwg_SECTION_geometrysettings_hatch_spacing_get, _LibreDWG.Dwg_SECTION_geometrysettings_hatch_spacing_set)
8509    hatch_scale = property(_LibreDWG.Dwg_SECTION_geometrysettings_hatch_scale_get, _LibreDWG.Dwg_SECTION_geometrysettings_hatch_scale_set)
8510
8511    def __init__(self):
8512        _LibreDWG.Dwg_SECTION_geometrysettings_swiginit(self, _LibreDWG.new_Dwg_SECTION_geometrysettings())
8513    __swig_destroy__ = _LibreDWG.delete_Dwg_SECTION_geometrysettings
8514
8515# Register Dwg_SECTION_geometrysettings in _LibreDWG:
8516_LibreDWG.Dwg_SECTION_geometrysettings_swigregister(Dwg_SECTION_geometrysettings)
8517
8518class Dwg_SECTION_typesettings(object):
8519    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8520    __repr__ = _swig_repr
8521    parent = property(_LibreDWG.Dwg_SECTION_typesettings_parent_get, _LibreDWG.Dwg_SECTION_typesettings_parent_set)
8522    type = property(_LibreDWG.Dwg_SECTION_typesettings_type_get, _LibreDWG.Dwg_SECTION_typesettings_type_set)
8523    generation = property(_LibreDWG.Dwg_SECTION_typesettings_generation_get, _LibreDWG.Dwg_SECTION_typesettings_generation_set)
8524    num_sources = property(_LibreDWG.Dwg_SECTION_typesettings_num_sources_get, _LibreDWG.Dwg_SECTION_typesettings_num_sources_set)
8525    sources = property(_LibreDWG.Dwg_SECTION_typesettings_sources_get, _LibreDWG.Dwg_SECTION_typesettings_sources_set)
8526    destblock = property(_LibreDWG.Dwg_SECTION_typesettings_destblock_get, _LibreDWG.Dwg_SECTION_typesettings_destblock_set)
8527    destfile = property(_LibreDWG.Dwg_SECTION_typesettings_destfile_get, _LibreDWG.Dwg_SECTION_typesettings_destfile_set)
8528    num_geom = property(_LibreDWG.Dwg_SECTION_typesettings_num_geom_get, _LibreDWG.Dwg_SECTION_typesettings_num_geom_set)
8529    geom = property(_LibreDWG.Dwg_SECTION_typesettings_geom_get, _LibreDWG.Dwg_SECTION_typesettings_geom_set)
8530
8531    def __init__(self):
8532        _LibreDWG.Dwg_SECTION_typesettings_swiginit(self, _LibreDWG.new_Dwg_SECTION_typesettings())
8533    __swig_destroy__ = _LibreDWG.delete_Dwg_SECTION_typesettings
8534
8535# Register Dwg_SECTION_typesettings in _LibreDWG:
8536_LibreDWG.Dwg_SECTION_typesettings_swigregister(Dwg_SECTION_typesettings)
8537
8538class Dwg_Object_SECTION_SETTINGS(object):
8539    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8540    __repr__ = _swig_repr
8541    parent = property(_LibreDWG.Dwg_Object_SECTION_SETTINGS_parent_get, _LibreDWG.Dwg_Object_SECTION_SETTINGS_parent_set)
8542    curr_type = property(_LibreDWG.Dwg_Object_SECTION_SETTINGS_curr_type_get, _LibreDWG.Dwg_Object_SECTION_SETTINGS_curr_type_set)
8543    num_types = property(_LibreDWG.Dwg_Object_SECTION_SETTINGS_num_types_get, _LibreDWG.Dwg_Object_SECTION_SETTINGS_num_types_set)
8544    types = property(_LibreDWG.Dwg_Object_SECTION_SETTINGS_types_get, _LibreDWG.Dwg_Object_SECTION_SETTINGS_types_set)
8545
8546    def __init__(self):
8547        _LibreDWG.Dwg_Object_SECTION_SETTINGS_swiginit(self, _LibreDWG.new_Dwg_Object_SECTION_SETTINGS())
8548    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_SECTION_SETTINGS
8549
8550# Register Dwg_Object_SECTION_SETTINGS in _LibreDWG:
8551_LibreDWG.Dwg_Object_SECTION_SETTINGS_swigregister(Dwg_Object_SECTION_SETTINGS)
8552
8553class Dwg_Object_LAYERFILTER(object):
8554    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8555    __repr__ = _swig_repr
8556    parent = property(_LibreDWG.Dwg_Object_LAYERFILTER_parent_get, _LibreDWG.Dwg_Object_LAYERFILTER_parent_set)
8557    num_names = property(_LibreDWG.Dwg_Object_LAYERFILTER_num_names_get, _LibreDWG.Dwg_Object_LAYERFILTER_num_names_set)
8558    names = property(_LibreDWG.Dwg_Object_LAYERFILTER_names_get, _LibreDWG.Dwg_Object_LAYERFILTER_names_set)
8559
8560    def __init__(self):
8561        _LibreDWG.Dwg_Object_LAYERFILTER_swiginit(self, _LibreDWG.new_Dwg_Object_LAYERFILTER())
8562    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_LAYERFILTER
8563
8564# Register Dwg_Object_LAYERFILTER in _LibreDWG:
8565_LibreDWG.Dwg_Object_LAYERFILTER_swigregister(Dwg_Object_LAYERFILTER)
8566
8567class Dwg_Entity_ARCALIGNEDTEXT(object):
8568    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8569    __repr__ = _swig_repr
8570    parent = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_parent_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_parent_set)
8571    text_size = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_text_size_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_text_size_set)
8572    xscale = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_xscale_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_xscale_set)
8573    char_spacing = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_char_spacing_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_char_spacing_set)
8574    style = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_style_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_style_set)
8575    t2 = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_t2_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_t2_set)
8576    t3 = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_t3_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_t3_set)
8577    text_value = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_text_value_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_text_value_set)
8578    offset_from_arc = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_offset_from_arc_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_offset_from_arc_set)
8579    right_offset = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_right_offset_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_right_offset_set)
8580    left_offset = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_left_offset_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_left_offset_set)
8581    center = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_center_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_center_set)
8582    radius = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_radius_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_radius_set)
8583    start_angle = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_start_angle_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_start_angle_set)
8584    end_angle = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_end_angle_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_end_angle_set)
8585    extrusion = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_extrusion_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_extrusion_set)
8586    color = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_color_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_color_set)
8587    is_reverse = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_is_reverse_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_is_reverse_set)
8588    text_direction = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_text_direction_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_text_direction_set)
8589    alignment = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_alignment_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_alignment_set)
8590    text_position = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_text_position_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_text_position_set)
8591    font_19 = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_font_19_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_font_19_set)
8592    bs2 = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_bs2_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_bs2_set)
8593    is_underlined = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_is_underlined_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_is_underlined_set)
8594    bs1 = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_bs1_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_bs1_set)
8595    font = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_font_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_font_set)
8596    is_shx = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_is_shx_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_is_shx_set)
8597    wizard_flag = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_wizard_flag_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_wizard_flag_set)
8598    arc_handle = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_arc_handle_get, _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_arc_handle_set)
8599
8600    def __init__(self):
8601        _LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_swiginit(self, _LibreDWG.new_Dwg_Entity_ARCALIGNEDTEXT())
8602    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_ARCALIGNEDTEXT
8603
8604# Register Dwg_Entity_ARCALIGNEDTEXT in _LibreDWG:
8605_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_swigregister(Dwg_Entity_ARCALIGNEDTEXT)
8606
8607class Dwg_Entity_RTEXT(object):
8608    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8609    __repr__ = _swig_repr
8610    parent = property(_LibreDWG.Dwg_Entity_RTEXT_parent_get, _LibreDWG.Dwg_Entity_RTEXT_parent_set)
8611    pt = property(_LibreDWG.Dwg_Entity_RTEXT_pt_get, _LibreDWG.Dwg_Entity_RTEXT_pt_set)
8612    extrusion = property(_LibreDWG.Dwg_Entity_RTEXT_extrusion_get, _LibreDWG.Dwg_Entity_RTEXT_extrusion_set)
8613    rotation = property(_LibreDWG.Dwg_Entity_RTEXT_rotation_get, _LibreDWG.Dwg_Entity_RTEXT_rotation_set)
8614    height = property(_LibreDWG.Dwg_Entity_RTEXT_height_get, _LibreDWG.Dwg_Entity_RTEXT_height_set)
8615    flags = property(_LibreDWG.Dwg_Entity_RTEXT_flags_get, _LibreDWG.Dwg_Entity_RTEXT_flags_set)
8616    text_value = property(_LibreDWG.Dwg_Entity_RTEXT_text_value_get, _LibreDWG.Dwg_Entity_RTEXT_text_value_set)
8617    style = property(_LibreDWG.Dwg_Entity_RTEXT_style_get, _LibreDWG.Dwg_Entity_RTEXT_style_set)
8618
8619    def __init__(self):
8620        _LibreDWG.Dwg_Entity_RTEXT_swiginit(self, _LibreDWG.new_Dwg_Entity_RTEXT())
8621    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_RTEXT
8622
8623# Register Dwg_Entity_RTEXT in _LibreDWG:
8624_LibreDWG.Dwg_Entity_RTEXT_swigregister(Dwg_Entity_RTEXT)
8625
8626class Dwg_Object_LAYOUTPRINTCONFIG(object):
8627    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8628    __repr__ = _swig_repr
8629    parent = property(_LibreDWG.Dwg_Object_LAYOUTPRINTCONFIG_parent_get, _LibreDWG.Dwg_Object_LAYOUTPRINTCONFIG_parent_set)
8630    class_version = property(_LibreDWG.Dwg_Object_LAYOUTPRINTCONFIG_class_version_get, _LibreDWG.Dwg_Object_LAYOUTPRINTCONFIG_class_version_set)
8631    flag = property(_LibreDWG.Dwg_Object_LAYOUTPRINTCONFIG_flag_get, _LibreDWG.Dwg_Object_LAYOUTPRINTCONFIG_flag_set)
8632
8633    def __init__(self):
8634        _LibreDWG.Dwg_Object_LAYOUTPRINTCONFIG_swiginit(self, _LibreDWG.new_Dwg_Object_LAYOUTPRINTCONFIG())
8635    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_LAYOUTPRINTCONFIG
8636
8637# Register Dwg_Object_LAYOUTPRINTCONFIG in _LibreDWG:
8638_LibreDWG.Dwg_Object_LAYOUTPRINTCONFIG_swigregister(Dwg_Object_LAYOUTPRINTCONFIG)
8639
8640class Dwg_Object_ACMECOMMANDHISTORY(object):
8641    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8642    __repr__ = _swig_repr
8643    parent = property(_LibreDWG.Dwg_Object_ACMECOMMANDHISTORY_parent_get, _LibreDWG.Dwg_Object_ACMECOMMANDHISTORY_parent_set)
8644    class_version = property(_LibreDWG.Dwg_Object_ACMECOMMANDHISTORY_class_version_get, _LibreDWG.Dwg_Object_ACMECOMMANDHISTORY_class_version_set)
8645
8646    def __init__(self):
8647        _LibreDWG.Dwg_Object_ACMECOMMANDHISTORY_swiginit(self, _LibreDWG.new_Dwg_Object_ACMECOMMANDHISTORY())
8648    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACMECOMMANDHISTORY
8649
8650# Register Dwg_Object_ACMECOMMANDHISTORY in _LibreDWG:
8651_LibreDWG.Dwg_Object_ACMECOMMANDHISTORY_swigregister(Dwg_Object_ACMECOMMANDHISTORY)
8652
8653class Dwg_Object_ACMESCOPE(object):
8654    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8655    __repr__ = _swig_repr
8656    parent = property(_LibreDWG.Dwg_Object_ACMESCOPE_parent_get, _LibreDWG.Dwg_Object_ACMESCOPE_parent_set)
8657    class_version = property(_LibreDWG.Dwg_Object_ACMESCOPE_class_version_get, _LibreDWG.Dwg_Object_ACMESCOPE_class_version_set)
8658
8659    def __init__(self):
8660        _LibreDWG.Dwg_Object_ACMESCOPE_swiginit(self, _LibreDWG.new_Dwg_Object_ACMESCOPE())
8661    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACMESCOPE
8662
8663# Register Dwg_Object_ACMESCOPE in _LibreDWG:
8664_LibreDWG.Dwg_Object_ACMESCOPE_swigregister(Dwg_Object_ACMESCOPE)
8665
8666class Dwg_Object_ACMESTATEMGR(object):
8667    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8668    __repr__ = _swig_repr
8669    parent = property(_LibreDWG.Dwg_Object_ACMESTATEMGR_parent_get, _LibreDWG.Dwg_Object_ACMESTATEMGR_parent_set)
8670    class_version = property(_LibreDWG.Dwg_Object_ACMESTATEMGR_class_version_get, _LibreDWG.Dwg_Object_ACMESTATEMGR_class_version_set)
8671
8672    def __init__(self):
8673        _LibreDWG.Dwg_Object_ACMESTATEMGR_swiginit(self, _LibreDWG.new_Dwg_Object_ACMESTATEMGR())
8674    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_ACMESTATEMGR
8675
8676# Register Dwg_Object_ACMESTATEMGR in _LibreDWG:
8677_LibreDWG.Dwg_Object_ACMESTATEMGR_swigregister(Dwg_Object_ACMESTATEMGR)
8678
8679class Dwg_Object_CSACDOCUMENTOPTIONS(object):
8680    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8681    __repr__ = _swig_repr
8682    parent = property(_LibreDWG.Dwg_Object_CSACDOCUMENTOPTIONS_parent_get, _LibreDWG.Dwg_Object_CSACDOCUMENTOPTIONS_parent_set)
8683    class_version = property(_LibreDWG.Dwg_Object_CSACDOCUMENTOPTIONS_class_version_get, _LibreDWG.Dwg_Object_CSACDOCUMENTOPTIONS_class_version_set)
8684
8685    def __init__(self):
8686        _LibreDWG.Dwg_Object_CSACDOCUMENTOPTIONS_swiginit(self, _LibreDWG.new_Dwg_Object_CSACDOCUMENTOPTIONS())
8687    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_CSACDOCUMENTOPTIONS
8688
8689# Register Dwg_Object_CSACDOCUMENTOPTIONS in _LibreDWG:
8690_LibreDWG.Dwg_Object_CSACDOCUMENTOPTIONS_swigregister(Dwg_Object_CSACDOCUMENTOPTIONS)
8691
8692class Dwg_BLOCKPARAMETER_connection(object):
8693    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8694    __repr__ = _swig_repr
8695    code = property(_LibreDWG.Dwg_BLOCKPARAMETER_connection_code_get, _LibreDWG.Dwg_BLOCKPARAMETER_connection_code_set)
8696    name = property(_LibreDWG.Dwg_BLOCKPARAMETER_connection_name_get, _LibreDWG.Dwg_BLOCKPARAMETER_connection_name_set)
8697
8698    def __init__(self):
8699        _LibreDWG.Dwg_BLOCKPARAMETER_connection_swiginit(self, _LibreDWG.new_Dwg_BLOCKPARAMETER_connection())
8700    __swig_destroy__ = _LibreDWG.delete_Dwg_BLOCKPARAMETER_connection
8701
8702# Register Dwg_BLOCKPARAMETER_connection in _LibreDWG:
8703_LibreDWG.Dwg_BLOCKPARAMETER_connection_swigregister(Dwg_BLOCKPARAMETER_connection)
8704
8705class Dwg_BLOCKPARAMETER_PropInfo(object):
8706    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8707    __repr__ = _swig_repr
8708    num_connections = property(_LibreDWG.Dwg_BLOCKPARAMETER_PropInfo_num_connections_get, _LibreDWG.Dwg_BLOCKPARAMETER_PropInfo_num_connections_set)
8709    connections = property(_LibreDWG.Dwg_BLOCKPARAMETER_PropInfo_connections_get, _LibreDWG.Dwg_BLOCKPARAMETER_PropInfo_connections_set)
8710
8711    def __init__(self):
8712        _LibreDWG.Dwg_BLOCKPARAMETER_PropInfo_swiginit(self, _LibreDWG.new_Dwg_BLOCKPARAMETER_PropInfo())
8713    __swig_destroy__ = _LibreDWG.delete_Dwg_BLOCKPARAMETER_PropInfo
8714
8715# Register Dwg_BLOCKPARAMETER_PropInfo in _LibreDWG:
8716_LibreDWG.Dwg_BLOCKPARAMETER_PropInfo_swigregister(Dwg_BLOCKPARAMETER_PropInfo)
8717
8718class Dwg_BLOCKPARAMVALUESET(object):
8719    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8720    __repr__ = _swig_repr
8721    desc = property(_LibreDWG.Dwg_BLOCKPARAMVALUESET_desc_get, _LibreDWG.Dwg_BLOCKPARAMVALUESET_desc_set)
8722    flags = property(_LibreDWG.Dwg_BLOCKPARAMVALUESET_flags_get, _LibreDWG.Dwg_BLOCKPARAMVALUESET_flags_set)
8723    minimum = property(_LibreDWG.Dwg_BLOCKPARAMVALUESET_minimum_get, _LibreDWG.Dwg_BLOCKPARAMVALUESET_minimum_set)
8724    maximum = property(_LibreDWG.Dwg_BLOCKPARAMVALUESET_maximum_get, _LibreDWG.Dwg_BLOCKPARAMVALUESET_maximum_set)
8725    increment = property(_LibreDWG.Dwg_BLOCKPARAMVALUESET_increment_get, _LibreDWG.Dwg_BLOCKPARAMVALUESET_increment_set)
8726    num_valuelist = property(_LibreDWG.Dwg_BLOCKPARAMVALUESET_num_valuelist_get, _LibreDWG.Dwg_BLOCKPARAMVALUESET_num_valuelist_set)
8727    valuelist = property(_LibreDWG.Dwg_BLOCKPARAMVALUESET_valuelist_get, _LibreDWG.Dwg_BLOCKPARAMVALUESET_valuelist_set)
8728
8729    def __init__(self):
8730        _LibreDWG.Dwg_BLOCKPARAMVALUESET_swiginit(self, _LibreDWG.new_Dwg_BLOCKPARAMVALUESET())
8731    __swig_destroy__ = _LibreDWG.delete_Dwg_BLOCKPARAMVALUESET
8732
8733# Register Dwg_BLOCKPARAMVALUESET in _LibreDWG:
8734_LibreDWG.Dwg_BLOCKPARAMVALUESET_swigregister(Dwg_BLOCKPARAMVALUESET)
8735
8736class Dwg_BLOCKACTION_connectionpts(object):
8737    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8738    __repr__ = _swig_repr
8739    code = property(_LibreDWG.Dwg_BLOCKACTION_connectionpts_code_get, _LibreDWG.Dwg_BLOCKACTION_connectionpts_code_set)
8740    name = property(_LibreDWG.Dwg_BLOCKACTION_connectionpts_name_get, _LibreDWG.Dwg_BLOCKACTION_connectionpts_name_set)
8741
8742    def __init__(self):
8743        _LibreDWG.Dwg_BLOCKACTION_connectionpts_swiginit(self, _LibreDWG.new_Dwg_BLOCKACTION_connectionpts())
8744    __swig_destroy__ = _LibreDWG.delete_Dwg_BLOCKACTION_connectionpts
8745
8746# Register Dwg_BLOCKACTION_connectionpts in _LibreDWG:
8747_LibreDWG.Dwg_BLOCKACTION_connectionpts_swigregister(Dwg_BLOCKACTION_connectionpts)
8748
8749class Dwg_BLOCKVISIBILITYPARAMETER_state(object):
8750    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8751    __repr__ = _swig_repr
8752    parent = property(_LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_parent_get, _LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_parent_set)
8753    name = property(_LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_name_get, _LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_name_set)
8754    num_blocks = property(_LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_num_blocks_get, _LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_num_blocks_set)
8755    blocks = property(_LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_blocks_get, _LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_blocks_set)
8756    num_params = property(_LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_num_params_get, _LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_num_params_set)
8757    params = property(_LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_params_get, _LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_params_set)
8758
8759    def __init__(self):
8760        _LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_swiginit(self, _LibreDWG.new_Dwg_BLOCKVISIBILITYPARAMETER_state())
8761    __swig_destroy__ = _LibreDWG.delete_Dwg_BLOCKVISIBILITYPARAMETER_state
8762
8763# Register Dwg_BLOCKVISIBILITYPARAMETER_state in _LibreDWG:
8764_LibreDWG.Dwg_BLOCKVISIBILITYPARAMETER_state_swigregister(Dwg_BLOCKVISIBILITYPARAMETER_state)
8765
8766class Dwg_Object_BLOCKVISIBILITYPARAMETER(object):
8767    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8768    __repr__ = _swig_repr
8769    parent = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_parent_set)
8770    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_evalexpr_set)
8771    name = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_name_set)
8772    be_major = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_be_major_set)
8773    be_minor = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_be_minor_set)
8774    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_eed1071_set)
8775    show_properties = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_show_properties_set)
8776    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_chain_actions_set)
8777    def_pt = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_def_pt_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_def_pt_set)
8778    num_propinfos = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_num_propinfos_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_num_propinfos_set)
8779    prop1 = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_prop1_set)
8780    prop2 = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_prop2_set)
8781    is_initialized = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_is_initialized_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_is_initialized_set)
8782    unknown_bool = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_unknown_bool_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_unknown_bool_set)
8783    blockvisi_name = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_blockvisi_name_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_blockvisi_name_set)
8784    blockvisi_desc = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_blockvisi_desc_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_blockvisi_desc_set)
8785    num_blocks = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_num_blocks_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_num_blocks_set)
8786    blocks = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_blocks_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_blocks_set)
8787    num_states = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_num_states_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_num_states_set)
8788    states = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_states_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_states_set)
8789
8790    def __init__(self):
8791        _LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKVISIBILITYPARAMETER())
8792    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKVISIBILITYPARAMETER
8793
8794# Register Dwg_Object_BLOCKVISIBILITYPARAMETER in _LibreDWG:
8795_LibreDWG.Dwg_Object_BLOCKVISIBILITYPARAMETER_swigregister(Dwg_Object_BLOCKVISIBILITYPARAMETER)
8796
8797class Dwg_Object_BLOCKVISIBILITYGRIP(object):
8798    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8799    __repr__ = _swig_repr
8800    parent = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_parent_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_parent_set)
8801    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_evalexpr_set)
8802    name = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_name_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_name_set)
8803    be_major = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_be_major_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_be_major_set)
8804    be_minor = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_be_minor_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_be_minor_set)
8805    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_eed1071_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_eed1071_set)
8806    bg_bl91 = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_bg_bl91_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_bg_bl91_set)
8807    bg_bl92 = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_bg_bl92_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_bg_bl92_set)
8808    bg_location = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_bg_location_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_bg_location_set)
8809    bg_insert_cycling = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_bg_insert_cycling_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_bg_insert_cycling_set)
8810    bg_insert_cycling_weight = property(_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_bg_insert_cycling_weight_get, _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_bg_insert_cycling_weight_set)
8811
8812    def __init__(self):
8813        _LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKVISIBILITYGRIP())
8814    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKVISIBILITYGRIP
8815
8816# Register Dwg_Object_BLOCKVISIBILITYGRIP in _LibreDWG:
8817_LibreDWG.Dwg_Object_BLOCKVISIBILITYGRIP_swigregister(Dwg_Object_BLOCKVISIBILITYGRIP)
8818
8819class Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT(object):
8820    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8821    __repr__ = _swig_repr
8822    parent = property(_LibreDWG.Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_parent_get, _LibreDWG.Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_parent_set)
8823    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_evalexpr_set)
8824    grip_type = property(_LibreDWG.Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_grip_type_get, _LibreDWG.Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_grip_type_set)
8825    grip_expr = property(_LibreDWG.Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_grip_expr_get, _LibreDWG.Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_grip_expr_set)
8826
8827    def __init__(self):
8828        _LibreDWG.Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT())
8829    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT
8830
8831# Register Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT in _LibreDWG:
8832_LibreDWG.Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_swigregister(Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT)
8833
8834class Dwg_Entity_VISIBILITYGRIPENTITY(object):
8835    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8836    __repr__ = _swig_repr
8837    parent = property(_LibreDWG.Dwg_Entity_VISIBILITYGRIPENTITY_parent_get, _LibreDWG.Dwg_Entity_VISIBILITYGRIPENTITY_parent_set)
8838
8839    def __init__(self):
8840        _LibreDWG.Dwg_Entity_VISIBILITYGRIPENTITY_swiginit(self, _LibreDWG.new_Dwg_Entity_VISIBILITYGRIPENTITY())
8841    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_VISIBILITYGRIPENTITY
8842
8843# Register Dwg_Entity_VISIBILITYGRIPENTITY in _LibreDWG:
8844_LibreDWG.Dwg_Entity_VISIBILITYGRIPENTITY_swigregister(Dwg_Entity_VISIBILITYGRIPENTITY)
8845
8846class Dwg_Entity_POLARGRIPENTITY(object):
8847    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8848    __repr__ = _swig_repr
8849    parent = property(_LibreDWG.Dwg_Entity_POLARGRIPENTITY_parent_get, _LibreDWG.Dwg_Entity_POLARGRIPENTITY_parent_set)
8850
8851    def __init__(self):
8852        _LibreDWG.Dwg_Entity_POLARGRIPENTITY_swiginit(self, _LibreDWG.new_Dwg_Entity_POLARGRIPENTITY())
8853    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_POLARGRIPENTITY
8854
8855# Register Dwg_Entity_POLARGRIPENTITY in _LibreDWG:
8856_LibreDWG.Dwg_Entity_POLARGRIPENTITY_swigregister(Dwg_Entity_POLARGRIPENTITY)
8857
8858class Dwg_Entity_ALIGNMENTPARAMETERENTITY(object):
8859    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8860    __repr__ = _swig_repr
8861    parent = property(_LibreDWG.Dwg_Entity_ALIGNMENTPARAMETERENTITY_parent_get, _LibreDWG.Dwg_Entity_ALIGNMENTPARAMETERENTITY_parent_set)
8862
8863    def __init__(self):
8864        _LibreDWG.Dwg_Entity_ALIGNMENTPARAMETERENTITY_swiginit(self, _LibreDWG.new_Dwg_Entity_ALIGNMENTPARAMETERENTITY())
8865    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_ALIGNMENTPARAMETERENTITY
8866
8867# Register Dwg_Entity_ALIGNMENTPARAMETERENTITY in _LibreDWG:
8868_LibreDWG.Dwg_Entity_ALIGNMENTPARAMETERENTITY_swigregister(Dwg_Entity_ALIGNMENTPARAMETERENTITY)
8869
8870class Dwg_Entity_BASEPOINTPARAMETERENTITY(object):
8871    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8872    __repr__ = _swig_repr
8873    parent = property(_LibreDWG.Dwg_Entity_BASEPOINTPARAMETERENTITY_parent_get, _LibreDWG.Dwg_Entity_BASEPOINTPARAMETERENTITY_parent_set)
8874
8875    def __init__(self):
8876        _LibreDWG.Dwg_Entity_BASEPOINTPARAMETERENTITY_swiginit(self, _LibreDWG.new_Dwg_Entity_BASEPOINTPARAMETERENTITY())
8877    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_BASEPOINTPARAMETERENTITY
8878
8879# Register Dwg_Entity_BASEPOINTPARAMETERENTITY in _LibreDWG:
8880_LibreDWG.Dwg_Entity_BASEPOINTPARAMETERENTITY_swigregister(Dwg_Entity_BASEPOINTPARAMETERENTITY)
8881
8882class Dwg_Entity_FLIPPARAMETERENTITY(object):
8883    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8884    __repr__ = _swig_repr
8885    parent = property(_LibreDWG.Dwg_Entity_FLIPPARAMETERENTITY_parent_get, _LibreDWG.Dwg_Entity_FLIPPARAMETERENTITY_parent_set)
8886
8887    def __init__(self):
8888        _LibreDWG.Dwg_Entity_FLIPPARAMETERENTITY_swiginit(self, _LibreDWG.new_Dwg_Entity_FLIPPARAMETERENTITY())
8889    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_FLIPPARAMETERENTITY
8890
8891# Register Dwg_Entity_FLIPPARAMETERENTITY in _LibreDWG:
8892_LibreDWG.Dwg_Entity_FLIPPARAMETERENTITY_swigregister(Dwg_Entity_FLIPPARAMETERENTITY)
8893
8894class Dwg_Entity_LINEARPARAMETERENTITY(object):
8895    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8896    __repr__ = _swig_repr
8897    parent = property(_LibreDWG.Dwg_Entity_LINEARPARAMETERENTITY_parent_get, _LibreDWG.Dwg_Entity_LINEARPARAMETERENTITY_parent_set)
8898
8899    def __init__(self):
8900        _LibreDWG.Dwg_Entity_LINEARPARAMETERENTITY_swiginit(self, _LibreDWG.new_Dwg_Entity_LINEARPARAMETERENTITY())
8901    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_LINEARPARAMETERENTITY
8902
8903# Register Dwg_Entity_LINEARPARAMETERENTITY in _LibreDWG:
8904_LibreDWG.Dwg_Entity_LINEARPARAMETERENTITY_swigregister(Dwg_Entity_LINEARPARAMETERENTITY)
8905
8906class Dwg_Entity_POINTPARAMETERENTITY(object):
8907    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8908    __repr__ = _swig_repr
8909    parent = property(_LibreDWG.Dwg_Entity_POINTPARAMETERENTITY_parent_get, _LibreDWG.Dwg_Entity_POINTPARAMETERENTITY_parent_set)
8910
8911    def __init__(self):
8912        _LibreDWG.Dwg_Entity_POINTPARAMETERENTITY_swiginit(self, _LibreDWG.new_Dwg_Entity_POINTPARAMETERENTITY())
8913    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_POINTPARAMETERENTITY
8914
8915# Register Dwg_Entity_POINTPARAMETERENTITY in _LibreDWG:
8916_LibreDWG.Dwg_Entity_POINTPARAMETERENTITY_swigregister(Dwg_Entity_POINTPARAMETERENTITY)
8917
8918class Dwg_Entity_ROTATIONPARAMETERENTITY(object):
8919    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8920    __repr__ = _swig_repr
8921    parent = property(_LibreDWG.Dwg_Entity_ROTATIONPARAMETERENTITY_parent_get, _LibreDWG.Dwg_Entity_ROTATIONPARAMETERENTITY_parent_set)
8922
8923    def __init__(self):
8924        _LibreDWG.Dwg_Entity_ROTATIONPARAMETERENTITY_swiginit(self, _LibreDWG.new_Dwg_Entity_ROTATIONPARAMETERENTITY())
8925    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_ROTATIONPARAMETERENTITY
8926
8927# Register Dwg_Entity_ROTATIONPARAMETERENTITY in _LibreDWG:
8928_LibreDWG.Dwg_Entity_ROTATIONPARAMETERENTITY_swigregister(Dwg_Entity_ROTATIONPARAMETERENTITY)
8929
8930class Dwg_Entity_VISIBILITYPARAMETERENTITY(object):
8931    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8932    __repr__ = _swig_repr
8933    parent = property(_LibreDWG.Dwg_Entity_VISIBILITYPARAMETERENTITY_parent_get, _LibreDWG.Dwg_Entity_VISIBILITYPARAMETERENTITY_parent_set)
8934
8935    def __init__(self):
8936        _LibreDWG.Dwg_Entity_VISIBILITYPARAMETERENTITY_swiginit(self, _LibreDWG.new_Dwg_Entity_VISIBILITYPARAMETERENTITY())
8937    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_VISIBILITYPARAMETERENTITY
8938
8939# Register Dwg_Entity_VISIBILITYPARAMETERENTITY in _LibreDWG:
8940_LibreDWG.Dwg_Entity_VISIBILITYPARAMETERENTITY_swigregister(Dwg_Entity_VISIBILITYPARAMETERENTITY)
8941
8942class Dwg_Entity_XYPARAMETERENTITY(object):
8943    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8944    __repr__ = _swig_repr
8945    parent = property(_LibreDWG.Dwg_Entity_XYPARAMETERENTITY_parent_get, _LibreDWG.Dwg_Entity_XYPARAMETERENTITY_parent_set)
8946
8947    def __init__(self):
8948        _LibreDWG.Dwg_Entity_XYPARAMETERENTITY_swiginit(self, _LibreDWG.new_Dwg_Entity_XYPARAMETERENTITY())
8949    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_XYPARAMETERENTITY
8950
8951# Register Dwg_Entity_XYPARAMETERENTITY in _LibreDWG:
8952_LibreDWG.Dwg_Entity_XYPARAMETERENTITY_swigregister(Dwg_Entity_XYPARAMETERENTITY)
8953
8954class Dwg_Object_BLOCKALIGNMENTGRIP(object):
8955    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8956    __repr__ = _swig_repr
8957    parent = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_parent_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_parent_set)
8958    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_evalexpr_set)
8959    name = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_name_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_name_set)
8960    be_major = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_be_major_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_be_major_set)
8961    be_minor = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_be_minor_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_be_minor_set)
8962    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_eed1071_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_eed1071_set)
8963    bg_bl91 = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_bg_bl91_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_bg_bl91_set)
8964    bg_bl92 = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_bg_bl92_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_bg_bl92_set)
8965    bg_location = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_bg_location_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_bg_location_set)
8966    bg_insert_cycling = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_bg_insert_cycling_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_bg_insert_cycling_set)
8967    bg_insert_cycling_weight = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_bg_insert_cycling_weight_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_bg_insert_cycling_weight_set)
8968    orientation = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_orientation_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_orientation_set)
8969
8970    def __init__(self):
8971        _LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKALIGNMENTGRIP())
8972    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKALIGNMENTGRIP
8973
8974# Register Dwg_Object_BLOCKALIGNMENTGRIP in _LibreDWG:
8975_LibreDWG.Dwg_Object_BLOCKALIGNMENTGRIP_swigregister(Dwg_Object_BLOCKALIGNMENTGRIP)
8976
8977class Dwg_Object_BLOCKALIGNMENTPARAMETER(object):
8978    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
8979    __repr__ = _swig_repr
8980    parent = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_parent_set)
8981    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_evalexpr_set)
8982    name = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_name_set)
8983    be_major = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_be_major_set)
8984    be_minor = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_be_minor_set)
8985    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_eed1071_set)
8986    show_properties = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_show_properties_set)
8987    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_chain_actions_set)
8988    def_basept = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_def_basept_set)
8989    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_def_endpt_set)
8990    prop1 = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_prop1_set)
8991    prop2 = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_prop2_set)
8992    prop3 = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_prop3_set)
8993    prop4 = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_prop4_set)
8994    prop_states = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_prop_states_set)
8995    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_parameter_base_location_set)
8996    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_upd_basept_set)
8997    basept = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_basept_set)
8998    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_upd_endpt_set)
8999    endpt = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_endpt_set)
9000    align_perpendicular = property(_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_align_perpendicular_get, _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_align_perpendicular_set)
9001
9002    def __init__(self):
9003        _LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKALIGNMENTPARAMETER())
9004    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKALIGNMENTPARAMETER
9005
9006# Register Dwg_Object_BLOCKALIGNMENTPARAMETER in _LibreDWG:
9007_LibreDWG.Dwg_Object_BLOCKALIGNMENTPARAMETER_swigregister(Dwg_Object_BLOCKALIGNMENTPARAMETER)
9008
9009class Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER(object):
9010    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9011    __repr__ = _swig_repr
9012    parent = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_parent_set)
9013    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_evalexpr_set)
9014    name = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_name_set)
9015    be_major = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_be_major_set)
9016    be_minor = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_be_minor_set)
9017    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_eed1071_set)
9018    show_properties = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_show_properties_set)
9019    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_chain_actions_set)
9020    def_basept = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_def_basept_set)
9021    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_def_endpt_set)
9022    prop1 = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_prop1_set)
9023    prop2 = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_prop2_set)
9024    prop3 = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_prop3_set)
9025    prop4 = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_prop4_set)
9026    prop_states = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_prop_states_set)
9027    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_parameter_base_location_set)
9028    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_upd_basept_set)
9029    basept = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_basept_set)
9030    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_upd_endpt_set)
9031    endpt = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_endpt_set)
9032    dependency = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_dependency_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_dependency_set)
9033    center_pt = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_center_pt_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_center_pt_set)
9034    end_pt = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_end_pt_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_end_pt_set)
9035    expr_name = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_expr_name_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_expr_name_set)
9036    expr_description = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_expr_description_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_expr_description_set)
9037    angle = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_angle_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_angle_set)
9038    orientation_on_both_grips = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_orientation_on_both_grips_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_orientation_on_both_grips_set)
9039    value_set = property(_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_value_set_get, _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_value_set_set)
9040
9041    def __init__(self):
9042        _LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER())
9043    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER
9044
9045# Register Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER in _LibreDWG:
9046_LibreDWG.Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER_swigregister(Dwg_Object_BLOCKANGULARCONSTRAINTPARAMETER)
9047
9048class Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER(object):
9049    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9050    __repr__ = _swig_repr
9051    parent = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_parent_set)
9052    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_evalexpr_set)
9053    name = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_name_set)
9054    be_major = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_be_major_set)
9055    be_minor = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_be_minor_set)
9056    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_eed1071_set)
9057    show_properties = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_show_properties_set)
9058    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_chain_actions_set)
9059    def_basept = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_def_basept_set)
9060    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_def_endpt_set)
9061    prop1 = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_prop1_set)
9062    prop2 = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_prop2_set)
9063    prop3 = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_prop3_set)
9064    prop4 = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_prop4_set)
9065    prop_states = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_prop_states_set)
9066    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_parameter_base_location_set)
9067    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_upd_basept_set)
9068    basept = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_basept_set)
9069    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_upd_endpt_set)
9070    endpt = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_endpt_set)
9071    dependency = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_dependency_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_dependency_set)
9072    expr_name = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_expr_name_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_expr_name_set)
9073    expr_description = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_expr_description_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_expr_description_set)
9074    distance = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_distance_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_distance_set)
9075    orientation_on_both_grips = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_orientation_on_both_grips_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_orientation_on_both_grips_set)
9076    value_set = property(_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_value_set_get, _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_value_set_set)
9077
9078    def __init__(self):
9079        _LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER())
9080    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER
9081
9082# Register Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER in _LibreDWG:
9083_LibreDWG.Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER_swigregister(Dwg_Object_BLOCKDIAMETRICCONSTRAINTPARAMETER)
9084
9085class Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER(object):
9086    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9087    __repr__ = _swig_repr
9088    parent = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_parent_set)
9089    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_evalexpr_set)
9090    name = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_name_set)
9091    be_major = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_be_major_set)
9092    be_minor = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_be_minor_set)
9093    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_eed1071_set)
9094    show_properties = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_show_properties_set)
9095    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_chain_actions_set)
9096    def_basept = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_def_basept_set)
9097    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_def_endpt_set)
9098    prop1 = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_prop1_set)
9099    prop2 = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_prop2_set)
9100    prop3 = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_prop3_set)
9101    prop4 = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_prop4_set)
9102    prop_states = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_prop_states_set)
9103    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_parameter_base_location_set)
9104    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_upd_basept_set)
9105    basept = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_basept_set)
9106    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_upd_endpt_set)
9107    endpt = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_endpt_set)
9108    dependency = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_dependency_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_dependency_set)
9109    expr_name = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_expr_name_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_expr_name_set)
9110    expr_description = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_expr_description_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_expr_description_set)
9111    distance = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_distance_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_distance_set)
9112    value_set = property(_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_value_set_get, _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_value_set_set)
9113
9114    def __init__(self):
9115        _LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER())
9116    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER
9117
9118# Register Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER in _LibreDWG:
9119_LibreDWG.Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER_swigregister(Dwg_Object_BLOCKRADIALCONSTRAINTPARAMETER)
9120
9121class Dwg_Object_BLOCKARRAYACTION(object):
9122    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9123    __repr__ = _swig_repr
9124    parent = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_parent_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_parent_set)
9125    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_evalexpr_set)
9126    name = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_name_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_name_set)
9127    be_major = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_be_major_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_be_major_set)
9128    be_minor = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_be_minor_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_be_minor_set)
9129    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_eed1071_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_eed1071_set)
9130    display_location = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_display_location_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_display_location_set)
9131    num_actions = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_num_actions_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_num_actions_set)
9132    actions = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_actions_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_actions_set)
9133    num_deps = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_num_deps_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_num_deps_set)
9134    deps = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_deps_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_deps_set)
9135    conn_pts = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_conn_pts_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_conn_pts_set)
9136    column_offset = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_column_offset_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_column_offset_set)
9137    row_offset = property(_LibreDWG.Dwg_Object_BLOCKARRAYACTION_row_offset_get, _LibreDWG.Dwg_Object_BLOCKARRAYACTION_row_offset_set)
9138
9139    def __init__(self):
9140        _LibreDWG.Dwg_Object_BLOCKARRAYACTION_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKARRAYACTION())
9141    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKARRAYACTION
9142
9143# Register Dwg_Object_BLOCKARRAYACTION in _LibreDWG:
9144_LibreDWG.Dwg_Object_BLOCKARRAYACTION_swigregister(Dwg_Object_BLOCKARRAYACTION)
9145
9146class Dwg_Object_BLOCKBASEPOINTPARAMETER(object):
9147    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9148    __repr__ = _swig_repr
9149    parent = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_parent_set)
9150    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_evalexpr_set)
9151    name = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_name_set)
9152    be_major = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_be_major_set)
9153    be_minor = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_be_minor_set)
9154    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_eed1071_set)
9155    show_properties = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_show_properties_set)
9156    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_chain_actions_set)
9157    def_pt = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_def_pt_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_def_pt_set)
9158    num_propinfos = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_num_propinfos_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_num_propinfos_set)
9159    prop1 = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_prop1_set)
9160    prop2 = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_prop2_set)
9161    pt = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_pt_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_pt_set)
9162    base_pt = property(_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_base_pt_get, _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_base_pt_set)
9163
9164    def __init__(self):
9165        _LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKBASEPOINTPARAMETER())
9166    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKBASEPOINTPARAMETER
9167
9168# Register Dwg_Object_BLOCKBASEPOINTPARAMETER in _LibreDWG:
9169_LibreDWG.Dwg_Object_BLOCKBASEPOINTPARAMETER_swigregister(Dwg_Object_BLOCKBASEPOINTPARAMETER)
9170
9171class Dwg_Object_BLOCKFLIPACTION(object):
9172    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9173    __repr__ = _swig_repr
9174    parent = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_parent_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_parent_set)
9175    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_evalexpr_set)
9176    name = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_name_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_name_set)
9177    be_major = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_be_major_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_be_major_set)
9178    be_minor = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_be_minor_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_be_minor_set)
9179    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_eed1071_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_eed1071_set)
9180    display_location = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_display_location_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_display_location_set)
9181    num_actions = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_num_actions_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_num_actions_set)
9182    actions = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_actions_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_actions_set)
9183    num_deps = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_num_deps_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_num_deps_set)
9184    deps = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_deps_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_deps_set)
9185    conn_pts = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_conn_pts_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_conn_pts_set)
9186    action_offset_x = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_action_offset_x_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_action_offset_x_set)
9187    action_offset_y = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_action_offset_y_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_action_offset_y_set)
9188    angle_offset = property(_LibreDWG.Dwg_Object_BLOCKFLIPACTION_angle_offset_get, _LibreDWG.Dwg_Object_BLOCKFLIPACTION_angle_offset_set)
9189
9190    def __init__(self):
9191        _LibreDWG.Dwg_Object_BLOCKFLIPACTION_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKFLIPACTION())
9192    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKFLIPACTION
9193
9194# Register Dwg_Object_BLOCKFLIPACTION in _LibreDWG:
9195_LibreDWG.Dwg_Object_BLOCKFLIPACTION_swigregister(Dwg_Object_BLOCKFLIPACTION)
9196
9197class Dwg_Object_BLOCKFLIPGRIP(object):
9198    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9199    __repr__ = _swig_repr
9200    parent = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_parent_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_parent_set)
9201    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_evalexpr_set)
9202    name = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_name_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_name_set)
9203    be_major = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_be_major_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_be_major_set)
9204    be_minor = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_be_minor_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_be_minor_set)
9205    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_eed1071_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_eed1071_set)
9206    bg_bl91 = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_bg_bl91_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_bg_bl91_set)
9207    bg_bl92 = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_bg_bl92_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_bg_bl92_set)
9208    bg_location = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_bg_location_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_bg_location_set)
9209    bg_insert_cycling = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_bg_insert_cycling_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_bg_insert_cycling_set)
9210    bg_insert_cycling_weight = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_bg_insert_cycling_weight_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_bg_insert_cycling_weight_set)
9211    combined_state = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_combined_state_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_combined_state_set)
9212    orientation = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_orientation_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_orientation_set)
9213    upd_state = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_upd_state_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_upd_state_set)
9214    state = property(_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_state_get, _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_state_set)
9215
9216    def __init__(self):
9217        _LibreDWG.Dwg_Object_BLOCKFLIPGRIP_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKFLIPGRIP())
9218    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKFLIPGRIP
9219
9220# Register Dwg_Object_BLOCKFLIPGRIP in _LibreDWG:
9221_LibreDWG.Dwg_Object_BLOCKFLIPGRIP_swigregister(Dwg_Object_BLOCKFLIPGRIP)
9222
9223class Dwg_Object_BLOCKFLIPPARAMETER(object):
9224    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9225    __repr__ = _swig_repr
9226    parent = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_parent_set)
9227    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_evalexpr_set)
9228    name = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_name_set)
9229    be_major = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_be_major_set)
9230    be_minor = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_be_minor_set)
9231    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_eed1071_set)
9232    show_properties = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_show_properties_set)
9233    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_chain_actions_set)
9234    def_basept = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_def_basept_set)
9235    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_def_endpt_set)
9236    prop1 = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_prop1_set)
9237    prop2 = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_prop2_set)
9238    prop3 = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_prop3_set)
9239    prop4 = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_prop4_set)
9240    prop_states = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_prop_states_set)
9241    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_parameter_base_location_set)
9242    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_upd_basept_set)
9243    basept = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_basept_set)
9244    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_upd_endpt_set)
9245    endpt = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_endpt_set)
9246    flip_label = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_flip_label_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_flip_label_set)
9247    flip_label_desc = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_flip_label_desc_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_flip_label_desc_set)
9248    base_state_label = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_base_state_label_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_base_state_label_set)
9249    flipped_state_label = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_flipped_state_label_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_flipped_state_label_set)
9250    def_label_pt = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_def_label_pt_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_def_label_pt_set)
9251    bl96 = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_bl96_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_bl96_set)
9252    tooltip = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_tooltip_get, _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_tooltip_set)
9253
9254    def __init__(self):
9255        _LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKFLIPPARAMETER())
9256    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKFLIPPARAMETER
9257
9258# Register Dwg_Object_BLOCKFLIPPARAMETER in _LibreDWG:
9259_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_swigregister(Dwg_Object_BLOCKFLIPPARAMETER)
9260
9261class Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER(object):
9262    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9263    __repr__ = _swig_repr
9264    parent = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_parent_set)
9265    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_evalexpr_set)
9266    name = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_name_set)
9267    be_major = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_be_major_set)
9268    be_minor = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_be_minor_set)
9269    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_eed1071_set)
9270    show_properties = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_show_properties_set)
9271    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_chain_actions_set)
9272    def_basept = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_def_basept_set)
9273    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_def_endpt_set)
9274    prop1 = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_prop1_set)
9275    prop2 = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_prop2_set)
9276    prop3 = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_prop3_set)
9277    prop4 = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_prop4_set)
9278    prop_states = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_prop_states_set)
9279    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_parameter_base_location_set)
9280    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_upd_basept_set)
9281    basept = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_basept_set)
9282    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_upd_endpt_set)
9283    endpt = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_endpt_set)
9284    dependency = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_dependency_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_dependency_set)
9285    expr_name = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_expr_name_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_expr_name_set)
9286    expr_description = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_expr_description_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_expr_description_set)
9287    value = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_value_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_value_set)
9288    value_set = property(_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_value_set_get, _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_value_set_set)
9289
9290    def __init__(self):
9291        _LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER())
9292    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER
9293
9294# Register Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER in _LibreDWG:
9295_LibreDWG.Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER_swigregister(Dwg_Object_BLOCKALIGNEDCONSTRAINTPARAMETER)
9296
9297class Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER(object):
9298    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9299    __repr__ = _swig_repr
9300    parent = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_parent_set)
9301    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_evalexpr_set)
9302    name = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_name_set)
9303    be_major = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_be_major_set)
9304    be_minor = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_be_minor_set)
9305    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_eed1071_set)
9306    show_properties = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_show_properties_set)
9307    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_chain_actions_set)
9308    def_basept = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_def_basept_set)
9309    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_def_endpt_set)
9310    prop1 = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_prop1_set)
9311    prop2 = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_prop2_set)
9312    prop3 = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_prop3_set)
9313    prop4 = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_prop4_set)
9314    prop_states = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_prop_states_set)
9315    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_parameter_base_location_set)
9316    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_upd_basept_set)
9317    basept = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_basept_set)
9318    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_upd_endpt_set)
9319    endpt = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_endpt_set)
9320    dependency = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_dependency_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_dependency_set)
9321    expr_name = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_expr_name_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_expr_name_set)
9322    expr_description = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_expr_description_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_expr_description_set)
9323    value = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_value_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_value_set)
9324    value_set = property(_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_value_set_get, _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_value_set_set)
9325
9326    def __init__(self):
9327        _LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER())
9328    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER
9329
9330# Register Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER in _LibreDWG:
9331_LibreDWG.Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER_swigregister(Dwg_Object_BLOCKLINEARCONSTRAINTPARAMETER)
9332
9333class Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER(object):
9334    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9335    __repr__ = _swig_repr
9336    parent = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_parent_set)
9337    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_evalexpr_set)
9338    name = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_name_set)
9339    be_major = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_be_major_set)
9340    be_minor = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_be_minor_set)
9341    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_eed1071_set)
9342    show_properties = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_show_properties_set)
9343    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_chain_actions_set)
9344    def_basept = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_def_basept_set)
9345    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_def_endpt_set)
9346    prop1 = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_prop1_set)
9347    prop2 = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_prop2_set)
9348    prop3 = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_prop3_set)
9349    prop4 = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_prop4_set)
9350    prop_states = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_prop_states_set)
9351    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_parameter_base_location_set)
9352    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_upd_basept_set)
9353    basept = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_basept_set)
9354    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_upd_endpt_set)
9355    endpt = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_endpt_set)
9356    dependency = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_dependency_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_dependency_set)
9357    expr_name = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_expr_name_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_expr_name_set)
9358    expr_description = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_expr_description_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_expr_description_set)
9359    value = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_value_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_value_set)
9360    value_set = property(_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_value_set_get, _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_value_set_set)
9361
9362    def __init__(self):
9363        _LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER())
9364    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER
9365
9366# Register Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER in _LibreDWG:
9367_LibreDWG.Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER_swigregister(Dwg_Object_BLOCKHORIZONTALCONSTRAINTPARAMETER)
9368
9369class Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER(object):
9370    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9371    __repr__ = _swig_repr
9372    parent = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_parent_set)
9373    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_evalexpr_set)
9374    name = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_name_set)
9375    be_major = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_be_major_set)
9376    be_minor = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_be_minor_set)
9377    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_eed1071_set)
9378    show_properties = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_show_properties_set)
9379    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_chain_actions_set)
9380    def_basept = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_def_basept_set)
9381    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_def_endpt_set)
9382    prop1 = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_prop1_set)
9383    prop2 = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_prop2_set)
9384    prop3 = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_prop3_set)
9385    prop4 = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_prop4_set)
9386    prop_states = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_prop_states_set)
9387    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_parameter_base_location_set)
9388    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_upd_basept_set)
9389    basept = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_basept_set)
9390    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_upd_endpt_set)
9391    endpt = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_endpt_set)
9392    dependency = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_dependency_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_dependency_set)
9393    expr_name = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_expr_name_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_expr_name_set)
9394    expr_description = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_expr_description_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_expr_description_set)
9395    value = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_value_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_value_set)
9396    value_set = property(_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_value_set_get, _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_value_set_set)
9397
9398    def __init__(self):
9399        _LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER())
9400    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER
9401
9402# Register Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER in _LibreDWG:
9403_LibreDWG.Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER_swigregister(Dwg_Object_BLOCKVERTICALCONSTRAINTPARAMETER)
9404
9405class Dwg_Object_BLOCKLINEARGRIP(object):
9406    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9407    __repr__ = _swig_repr
9408    parent = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_parent_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_parent_set)
9409    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_evalexpr_set)
9410    name = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_name_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_name_set)
9411    be_major = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_be_major_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_be_major_set)
9412    be_minor = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_be_minor_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_be_minor_set)
9413    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_eed1071_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_eed1071_set)
9414    bg_bl91 = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_bg_bl91_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_bg_bl91_set)
9415    bg_bl92 = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_bg_bl92_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_bg_bl92_set)
9416    bg_location = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_bg_location_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_bg_location_set)
9417    bg_insert_cycling = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_bg_insert_cycling_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_bg_insert_cycling_set)
9418    bg_insert_cycling_weight = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_bg_insert_cycling_weight_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_bg_insert_cycling_weight_set)
9419    orientation = property(_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_orientation_get, _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_orientation_set)
9420
9421    def __init__(self):
9422        _LibreDWG.Dwg_Object_BLOCKLINEARGRIP_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKLINEARGRIP())
9423    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKLINEARGRIP
9424
9425# Register Dwg_Object_BLOCKLINEARGRIP in _LibreDWG:
9426_LibreDWG.Dwg_Object_BLOCKLINEARGRIP_swigregister(Dwg_Object_BLOCKLINEARGRIP)
9427
9428class Dwg_Object_BLOCKLINEARPARAMETER(object):
9429    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9430    __repr__ = _swig_repr
9431    parent = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_parent_set)
9432    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_evalexpr_set)
9433    name = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_name_set)
9434    be_major = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_be_major_set)
9435    be_minor = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_be_minor_set)
9436    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_eed1071_set)
9437    show_properties = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_show_properties_set)
9438    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_chain_actions_set)
9439    def_basept = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_def_basept_set)
9440    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_def_endpt_set)
9441    prop1 = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_prop1_set)
9442    prop2 = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_prop2_set)
9443    prop3 = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_prop3_set)
9444    prop4 = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_prop4_set)
9445    prop_states = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_prop_states_set)
9446    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_parameter_base_location_set)
9447    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_upd_basept_set)
9448    basept = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_basept_set)
9449    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_upd_endpt_set)
9450    endpt = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_endpt_set)
9451    distance_name = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_distance_name_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_distance_name_set)
9452    distance_desc = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_distance_desc_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_distance_desc_set)
9453    distance = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_distance_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_distance_set)
9454    value_set = property(_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_value_set_get, _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_value_set_set)
9455
9456    def __init__(self):
9457        _LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKLINEARPARAMETER())
9458    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKLINEARPARAMETER
9459
9460# Register Dwg_Object_BLOCKLINEARPARAMETER in _LibreDWG:
9461_LibreDWG.Dwg_Object_BLOCKLINEARPARAMETER_swigregister(Dwg_Object_BLOCKLINEARPARAMETER)
9462
9463class Dwg_BLOCKLOOKUPACTION_lut(object):
9464    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9465    __repr__ = _swig_repr
9466    parent = property(_LibreDWG.Dwg_BLOCKLOOKUPACTION_lut_parent_get, _LibreDWG.Dwg_BLOCKLOOKUPACTION_lut_parent_set)
9467    conn_pts = property(_LibreDWG.Dwg_BLOCKLOOKUPACTION_lut_conn_pts_get, _LibreDWG.Dwg_BLOCKLOOKUPACTION_lut_conn_pts_set)
9468    b282 = property(_LibreDWG.Dwg_BLOCKLOOKUPACTION_lut_b282_get, _LibreDWG.Dwg_BLOCKLOOKUPACTION_lut_b282_set)
9469    b281 = property(_LibreDWG.Dwg_BLOCKLOOKUPACTION_lut_b281_get, _LibreDWG.Dwg_BLOCKLOOKUPACTION_lut_b281_set)
9470
9471    def __init__(self):
9472        _LibreDWG.Dwg_BLOCKLOOKUPACTION_lut_swiginit(self, _LibreDWG.new_Dwg_BLOCKLOOKUPACTION_lut())
9473    __swig_destroy__ = _LibreDWG.delete_Dwg_BLOCKLOOKUPACTION_lut
9474
9475# Register Dwg_BLOCKLOOKUPACTION_lut in _LibreDWG:
9476_LibreDWG.Dwg_BLOCKLOOKUPACTION_lut_swigregister(Dwg_BLOCKLOOKUPACTION_lut)
9477
9478class Dwg_Object_BLOCKLOOKUPACTION(object):
9479    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9480    __repr__ = _swig_repr
9481    parent = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_parent_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_parent_set)
9482    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_evalexpr_set)
9483    name = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_name_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_name_set)
9484    be_major = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_be_major_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_be_major_set)
9485    be_minor = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_be_minor_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_be_minor_set)
9486    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_eed1071_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_eed1071_set)
9487    display_location = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_display_location_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_display_location_set)
9488    num_actions = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_num_actions_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_num_actions_set)
9489    actions = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_actions_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_actions_set)
9490    num_deps = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_num_deps_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_num_deps_set)
9491    deps = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_deps_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_deps_set)
9492    numelems = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_numelems_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_numelems_set)
9493    numrows = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_numrows_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_numrows_set)
9494    numcols = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_numcols_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_numcols_set)
9495    lut = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_lut_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_lut_set)
9496    exprs = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_exprs_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_exprs_set)
9497    b280 = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_b280_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_b280_set)
9498
9499    def __init__(self):
9500        _LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKLOOKUPACTION())
9501    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKLOOKUPACTION
9502
9503# Register Dwg_Object_BLOCKLOOKUPACTION in _LibreDWG:
9504_LibreDWG.Dwg_Object_BLOCKLOOKUPACTION_swigregister(Dwg_Object_BLOCKLOOKUPACTION)
9505
9506class Dwg_Object_BLOCKLOOKUPGRIP(object):
9507    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9508    __repr__ = _swig_repr
9509    parent = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_parent_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_parent_set)
9510    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_evalexpr_set)
9511    name = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_name_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_name_set)
9512    be_major = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_be_major_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_be_major_set)
9513    be_minor = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_be_minor_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_be_minor_set)
9514    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_eed1071_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_eed1071_set)
9515    bg_bl91 = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_bg_bl91_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_bg_bl91_set)
9516    bg_bl92 = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_bg_bl92_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_bg_bl92_set)
9517    bg_location = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_bg_location_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_bg_location_set)
9518    bg_insert_cycling = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_bg_insert_cycling_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_bg_insert_cycling_set)
9519    bg_insert_cycling_weight = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_bg_insert_cycling_weight_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_bg_insert_cycling_weight_set)
9520
9521    def __init__(self):
9522        _LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKLOOKUPGRIP())
9523    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKLOOKUPGRIP
9524
9525# Register Dwg_Object_BLOCKLOOKUPGRIP in _LibreDWG:
9526_LibreDWG.Dwg_Object_BLOCKLOOKUPGRIP_swigregister(Dwg_Object_BLOCKLOOKUPGRIP)
9527
9528class Dwg_Object_BLOCKLOOKUPPARAMETER(object):
9529    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9530    __repr__ = _swig_repr
9531    parent = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_parent_set)
9532    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_evalexpr_set)
9533    name = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_name_set)
9534    be_major = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_be_major_set)
9535    be_minor = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_be_minor_set)
9536    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_eed1071_set)
9537    show_properties = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_show_properties_set)
9538    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_chain_actions_set)
9539    def_pt = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_def_pt_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_def_pt_set)
9540    num_propinfos = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_num_propinfos_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_num_propinfos_set)
9541    prop1 = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_prop1_set)
9542    prop2 = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_prop2_set)
9543    lookup_name = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_lookup_name_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_lookup_name_set)
9544    lookup_desc = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_lookup_desc_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_lookup_desc_set)
9545    index = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_index_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_index_set)
9546    unknown_t = property(_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_unknown_t_get, _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_unknown_t_set)
9547
9548    def __init__(self):
9549        _LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKLOOKUPPARAMETER())
9550    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKLOOKUPPARAMETER
9551
9552# Register Dwg_Object_BLOCKLOOKUPPARAMETER in _LibreDWG:
9553_LibreDWG.Dwg_Object_BLOCKLOOKUPPARAMETER_swigregister(Dwg_Object_BLOCKLOOKUPPARAMETER)
9554
9555class Dwg_Object_BLOCKMOVEACTION(object):
9556    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9557    __repr__ = _swig_repr
9558    parent = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_parent_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_parent_set)
9559    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_evalexpr_set)
9560    name = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_name_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_name_set)
9561    be_major = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_be_major_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_be_major_set)
9562    be_minor = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_be_minor_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_be_minor_set)
9563    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_eed1071_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_eed1071_set)
9564    display_location = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_display_location_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_display_location_set)
9565    num_actions = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_num_actions_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_num_actions_set)
9566    actions = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_actions_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_actions_set)
9567    num_deps = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_num_deps_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_num_deps_set)
9568    deps = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_deps_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_deps_set)
9569    conn_pts = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_conn_pts_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_conn_pts_set)
9570    action_offset_x = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_action_offset_x_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_action_offset_x_set)
9571    action_offset_y = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_action_offset_y_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_action_offset_y_set)
9572    angle_offset = property(_LibreDWG.Dwg_Object_BLOCKMOVEACTION_angle_offset_get, _LibreDWG.Dwg_Object_BLOCKMOVEACTION_angle_offset_set)
9573
9574    def __init__(self):
9575        _LibreDWG.Dwg_Object_BLOCKMOVEACTION_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKMOVEACTION())
9576    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKMOVEACTION
9577
9578# Register Dwg_Object_BLOCKMOVEACTION in _LibreDWG:
9579_LibreDWG.Dwg_Object_BLOCKMOVEACTION_swigregister(Dwg_Object_BLOCKMOVEACTION)
9580
9581class Dwg_Object_BLOCKPOINTPARAMETER(object):
9582    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9583    __repr__ = _swig_repr
9584    parent = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_parent_set)
9585    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_evalexpr_set)
9586    name = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_name_set)
9587    be_major = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_be_major_set)
9588    be_minor = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_be_minor_set)
9589    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_eed1071_set)
9590    show_properties = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_show_properties_set)
9591    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_chain_actions_set)
9592    def_pt = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_def_pt_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_def_pt_set)
9593    num_propinfos = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_num_propinfos_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_num_propinfos_set)
9594    prop1 = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_prop1_set)
9595    prop2 = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_prop2_set)
9596    position_name = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_position_name_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_position_name_set)
9597    position_desc = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_position_desc_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_position_desc_set)
9598    def_label_pt = property(_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_def_label_pt_get, _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_def_label_pt_set)
9599
9600    def __init__(self):
9601        _LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKPOINTPARAMETER())
9602    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKPOINTPARAMETER
9603
9604# Register Dwg_Object_BLOCKPOINTPARAMETER in _LibreDWG:
9605_LibreDWG.Dwg_Object_BLOCKPOINTPARAMETER_swigregister(Dwg_Object_BLOCKPOINTPARAMETER)
9606
9607class Dwg_Object_BLOCKPOLARGRIP(object):
9608    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9609    __repr__ = _swig_repr
9610    parent = property(_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_parent_get, _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_parent_set)
9611    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_evalexpr_set)
9612    name = property(_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_name_get, _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_name_set)
9613    be_major = property(_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_be_major_get, _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_be_major_set)
9614    be_minor = property(_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_be_minor_get, _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_be_minor_set)
9615    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_eed1071_get, _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_eed1071_set)
9616    bg_bl91 = property(_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_bg_bl91_get, _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_bg_bl91_set)
9617    bg_bl92 = property(_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_bg_bl92_get, _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_bg_bl92_set)
9618    bg_location = property(_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_bg_location_get, _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_bg_location_set)
9619    bg_insert_cycling = property(_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_bg_insert_cycling_get, _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_bg_insert_cycling_set)
9620    bg_insert_cycling_weight = property(_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_bg_insert_cycling_weight_get, _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_bg_insert_cycling_weight_set)
9621
9622    def __init__(self):
9623        _LibreDWG.Dwg_Object_BLOCKPOLARGRIP_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKPOLARGRIP())
9624    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKPOLARGRIP
9625
9626# Register Dwg_Object_BLOCKPOLARGRIP in _LibreDWG:
9627_LibreDWG.Dwg_Object_BLOCKPOLARGRIP_swigregister(Dwg_Object_BLOCKPOLARGRIP)
9628
9629class Dwg_Object_BLOCKPOLARPARAMETER(object):
9630    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9631    __repr__ = _swig_repr
9632    parent = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_parent_set)
9633    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_evalexpr_set)
9634    name = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_name_set)
9635    be_major = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_be_major_set)
9636    be_minor = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_be_minor_set)
9637    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_eed1071_set)
9638    show_properties = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_show_properties_set)
9639    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_chain_actions_set)
9640    def_basept = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_def_basept_set)
9641    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_def_endpt_set)
9642    prop1 = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_prop1_set)
9643    prop2 = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_prop2_set)
9644    prop3 = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_prop3_set)
9645    prop4 = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_prop4_set)
9646    prop_states = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_prop_states_set)
9647    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_parameter_base_location_set)
9648    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_upd_basept_set)
9649    basept = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_basept_set)
9650    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_upd_endpt_set)
9651    endpt = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_endpt_set)
9652    angle_name = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_angle_name_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_angle_name_set)
9653    angle_desc = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_angle_desc_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_angle_desc_set)
9654    distance_name = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_distance_name_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_distance_name_set)
9655    distance_desc = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_distance_desc_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_distance_desc_set)
9656    offset = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_offset_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_offset_set)
9657    angle_value_set = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_angle_value_set_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_angle_value_set_set)
9658    distance_value_set = property(_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_distance_value_set_get, _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_distance_value_set_set)
9659
9660    def __init__(self):
9661        _LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKPOLARPARAMETER())
9662    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKPOLARPARAMETER
9663
9664# Register Dwg_Object_BLOCKPOLARPARAMETER in _LibreDWG:
9665_LibreDWG.Dwg_Object_BLOCKPOLARPARAMETER_swigregister(Dwg_Object_BLOCKPOLARPARAMETER)
9666
9667class Dwg_Object_BLOCKPOLARSTRETCHACTION(object):
9668    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9669    __repr__ = _swig_repr
9670    parent = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_parent_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_parent_set)
9671    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_evalexpr_set)
9672    name = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_name_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_name_set)
9673    be_major = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_be_major_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_be_major_set)
9674    be_minor = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_be_minor_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_be_minor_set)
9675    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_eed1071_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_eed1071_set)
9676    display_location = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_display_location_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_display_location_set)
9677    num_actions = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_num_actions_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_num_actions_set)
9678    actions = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_actions_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_actions_set)
9679    num_deps = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_num_deps_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_num_deps_set)
9680    deps = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_deps_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_deps_set)
9681    conn_pts = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_conn_pts_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_conn_pts_set)
9682    num_pts = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_num_pts_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_num_pts_set)
9683    pts = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_pts_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_pts_set)
9684    num_hdls = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_num_hdls_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_num_hdls_set)
9685    hdls = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_hdls_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_hdls_set)
9686    shorts = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_shorts_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_shorts_set)
9687    num_codes = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_num_codes_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_num_codes_set)
9688    codes = property(_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_codes_get, _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_codes_set)
9689
9690    def __init__(self):
9691        _LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKPOLARSTRETCHACTION())
9692    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKPOLARSTRETCHACTION
9693
9694# Register Dwg_Object_BLOCKPOLARSTRETCHACTION in _LibreDWG:
9695_LibreDWG.Dwg_Object_BLOCKPOLARSTRETCHACTION_swigregister(Dwg_Object_BLOCKPOLARSTRETCHACTION)
9696
9697class Dwg_Object_BLOCKPROPERTIESTABLE(object):
9698    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9699    __repr__ = _swig_repr
9700    parent = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLE_parent_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLE_parent_set)
9701
9702    def __init__(self):
9703        _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLE_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKPROPERTIESTABLE())
9704    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKPROPERTIESTABLE
9705
9706# Register Dwg_Object_BLOCKPROPERTIESTABLE in _LibreDWG:
9707_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLE_swigregister(Dwg_Object_BLOCKPROPERTIESTABLE)
9708
9709class Dwg_Object_BLOCKPROPERTIESTABLEGRIP(object):
9710    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9711    __repr__ = _swig_repr
9712    parent = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_parent_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_parent_set)
9713    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_evalexpr_set)
9714    name = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_name_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_name_set)
9715    be_major = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_be_major_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_be_major_set)
9716    be_minor = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_be_minor_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_be_minor_set)
9717    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_eed1071_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_eed1071_set)
9718    bg_bl91 = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_bg_bl91_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_bg_bl91_set)
9719    bg_bl92 = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_bg_bl92_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_bg_bl92_set)
9720    bg_location = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_bg_location_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_bg_location_set)
9721    bg_insert_cycling = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_bg_insert_cycling_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_bg_insert_cycling_set)
9722    bg_insert_cycling_weight = property(_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_bg_insert_cycling_weight_get, _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_bg_insert_cycling_weight_set)
9723
9724    def __init__(self):
9725        _LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKPROPERTIESTABLEGRIP())
9726    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKPROPERTIESTABLEGRIP
9727
9728# Register Dwg_Object_BLOCKPROPERTIESTABLEGRIP in _LibreDWG:
9729_LibreDWG.Dwg_Object_BLOCKPROPERTIESTABLEGRIP_swigregister(Dwg_Object_BLOCKPROPERTIESTABLEGRIP)
9730
9731class Dwg_Object_BLOCKREPRESENTATION(object):
9732    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9733    __repr__ = _swig_repr
9734    parent = property(_LibreDWG.Dwg_Object_BLOCKREPRESENTATION_parent_get, _LibreDWG.Dwg_Object_BLOCKREPRESENTATION_parent_set)
9735    flag = property(_LibreDWG.Dwg_Object_BLOCKREPRESENTATION_flag_get, _LibreDWG.Dwg_Object_BLOCKREPRESENTATION_flag_set)
9736    block = property(_LibreDWG.Dwg_Object_BLOCKREPRESENTATION_block_get, _LibreDWG.Dwg_Object_BLOCKREPRESENTATION_block_set)
9737
9738    def __init__(self):
9739        _LibreDWG.Dwg_Object_BLOCKREPRESENTATION_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKREPRESENTATION())
9740    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKREPRESENTATION
9741
9742# Register Dwg_Object_BLOCKREPRESENTATION in _LibreDWG:
9743_LibreDWG.Dwg_Object_BLOCKREPRESENTATION_swigregister(Dwg_Object_BLOCKREPRESENTATION)
9744
9745class Dwg_Object_BLOCKROTATEACTION(object):
9746    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9747    __repr__ = _swig_repr
9748    parent = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_parent_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_parent_set)
9749    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_evalexpr_set)
9750    name = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_name_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_name_set)
9751    be_major = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_be_major_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_be_major_set)
9752    be_minor = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_be_minor_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_be_minor_set)
9753    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_eed1071_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_eed1071_set)
9754    display_location = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_display_location_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_display_location_set)
9755    num_actions = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_num_actions_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_num_actions_set)
9756    actions = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_actions_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_actions_set)
9757    num_deps = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_num_deps_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_num_deps_set)
9758    deps = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_deps_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_deps_set)
9759    offset = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_offset_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_offset_set)
9760    conn_pts = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_conn_pts_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_conn_pts_set)
9761    dependent = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_dependent_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_dependent_set)
9762    base_pt = property(_LibreDWG.Dwg_Object_BLOCKROTATEACTION_base_pt_get, _LibreDWG.Dwg_Object_BLOCKROTATEACTION_base_pt_set)
9763
9764    def __init__(self):
9765        _LibreDWG.Dwg_Object_BLOCKROTATEACTION_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKROTATEACTION())
9766    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKROTATEACTION
9767
9768# Register Dwg_Object_BLOCKROTATEACTION in _LibreDWG:
9769_LibreDWG.Dwg_Object_BLOCKROTATEACTION_swigregister(Dwg_Object_BLOCKROTATEACTION)
9770
9771class Dwg_Object_BLOCKROTATIONGRIP(object):
9772    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9773    __repr__ = _swig_repr
9774    parent = property(_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_parent_get, _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_parent_set)
9775    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_evalexpr_set)
9776    name = property(_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_name_get, _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_name_set)
9777    be_major = property(_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_be_major_get, _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_be_major_set)
9778    be_minor = property(_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_be_minor_get, _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_be_minor_set)
9779    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_eed1071_get, _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_eed1071_set)
9780    bg_bl91 = property(_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_bg_bl91_get, _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_bg_bl91_set)
9781    bg_bl92 = property(_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_bg_bl92_get, _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_bg_bl92_set)
9782    bg_location = property(_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_bg_location_get, _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_bg_location_set)
9783    bg_insert_cycling = property(_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_bg_insert_cycling_get, _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_bg_insert_cycling_set)
9784    bg_insert_cycling_weight = property(_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_bg_insert_cycling_weight_get, _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_bg_insert_cycling_weight_set)
9785
9786    def __init__(self):
9787        _LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKROTATIONGRIP())
9788    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKROTATIONGRIP
9789
9790# Register Dwg_Object_BLOCKROTATIONGRIP in _LibreDWG:
9791_LibreDWG.Dwg_Object_BLOCKROTATIONGRIP_swigregister(Dwg_Object_BLOCKROTATIONGRIP)
9792
9793class Dwg_Object_BLOCKROTATIONPARAMETER(object):
9794    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9795    __repr__ = _swig_repr
9796    parent = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_parent_set)
9797    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_evalexpr_set)
9798    name = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_name_set)
9799    be_major = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_be_major_set)
9800    be_minor = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_be_minor_set)
9801    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_eed1071_set)
9802    show_properties = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_show_properties_set)
9803    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_chain_actions_set)
9804    def_basept = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_def_basept_set)
9805    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_def_endpt_set)
9806    prop1 = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_prop1_set)
9807    prop2 = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_prop2_set)
9808    prop3 = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_prop3_set)
9809    prop4 = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_prop4_set)
9810    prop_states = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_prop_states_set)
9811    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_parameter_base_location_set)
9812    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_upd_basept_set)
9813    basept = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_basept_set)
9814    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_upd_endpt_set)
9815    endpt = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_endpt_set)
9816    def_base_angle_pt = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_def_base_angle_pt_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_def_base_angle_pt_set)
9817    angle_name = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_angle_name_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_angle_name_set)
9818    angle_desc = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_angle_desc_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_angle_desc_set)
9819    angle = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_angle_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_angle_set)
9820    angle_value_set = property(_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_angle_value_set_get, _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_angle_value_set_set)
9821
9822    def __init__(self):
9823        _LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKROTATIONPARAMETER())
9824    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKROTATIONPARAMETER
9825
9826# Register Dwg_Object_BLOCKROTATIONPARAMETER in _LibreDWG:
9827_LibreDWG.Dwg_Object_BLOCKROTATIONPARAMETER_swigregister(Dwg_Object_BLOCKROTATIONPARAMETER)
9828
9829class Dwg_Object_BLOCKSCALEACTION(object):
9830    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9831    __repr__ = _swig_repr
9832    parent = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_parent_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_parent_set)
9833    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_evalexpr_set)
9834    name = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_name_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_name_set)
9835    be_major = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_be_major_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_be_major_set)
9836    be_minor = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_be_minor_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_be_minor_set)
9837    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_eed1071_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_eed1071_set)
9838    display_location = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_display_location_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_display_location_set)
9839    num_actions = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_num_actions_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_num_actions_set)
9840    actions = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_actions_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_actions_set)
9841    num_deps = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_num_deps_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_num_deps_set)
9842    deps = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_deps_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_deps_set)
9843    offset = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_offset_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_offset_set)
9844    conn_pts = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_conn_pts_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_conn_pts_set)
9845    dependent = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_dependent_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_dependent_set)
9846    base_pt = property(_LibreDWG.Dwg_Object_BLOCKSCALEACTION_base_pt_get, _LibreDWG.Dwg_Object_BLOCKSCALEACTION_base_pt_set)
9847
9848    def __init__(self):
9849        _LibreDWG.Dwg_Object_BLOCKSCALEACTION_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKSCALEACTION())
9850    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKSCALEACTION
9851
9852# Register Dwg_Object_BLOCKSCALEACTION in _LibreDWG:
9853_LibreDWG.Dwg_Object_BLOCKSCALEACTION_swigregister(Dwg_Object_BLOCKSCALEACTION)
9854
9855class Dwg_Object_BLOCKSTRETCHACTION(object):
9856    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9857    __repr__ = _swig_repr
9858    parent = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_parent_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_parent_set)
9859    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_evalexpr_set)
9860    name = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_name_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_name_set)
9861    be_major = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_be_major_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_be_major_set)
9862    be_minor = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_be_minor_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_be_minor_set)
9863    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_eed1071_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_eed1071_set)
9864    display_location = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_display_location_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_display_location_set)
9865    num_actions = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_num_actions_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_num_actions_set)
9866    actions = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_actions_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_actions_set)
9867    num_deps = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_num_deps_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_num_deps_set)
9868    deps = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_deps_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_deps_set)
9869    conn_pts = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_conn_pts_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_conn_pts_set)
9870    num_pts = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_num_pts_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_num_pts_set)
9871    pts = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_pts_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_pts_set)
9872    num_hdls = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_num_hdls_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_num_hdls_set)
9873    hdls = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_hdls_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_hdls_set)
9874    shorts = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_shorts_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_shorts_set)
9875    num_codes = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_num_codes_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_num_codes_set)
9876    codes = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_codes_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_codes_set)
9877    action_offset_x = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_action_offset_x_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_action_offset_x_set)
9878    action_offset_y = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_action_offset_y_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_action_offset_y_set)
9879    angle_offset = property(_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_angle_offset_get, _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_angle_offset_set)
9880
9881    def __init__(self):
9882        _LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKSTRETCHACTION())
9883    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKSTRETCHACTION
9884
9885# Register Dwg_Object_BLOCKSTRETCHACTION in _LibreDWG:
9886_LibreDWG.Dwg_Object_BLOCKSTRETCHACTION_swigregister(Dwg_Object_BLOCKSTRETCHACTION)
9887
9888class Dwg_Object_BLOCKUSERPARAMETER(object):
9889    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9890    __repr__ = _swig_repr
9891    parent = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_parent_set)
9892    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_evalexpr_set)
9893    name = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_name_set)
9894    be_major = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_be_major_set)
9895    be_minor = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_be_minor_set)
9896    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_eed1071_set)
9897    show_properties = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_show_properties_set)
9898    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_chain_actions_set)
9899    def_pt = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_def_pt_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_def_pt_set)
9900    num_propinfos = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_num_propinfos_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_num_propinfos_set)
9901    prop1 = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_prop1_set)
9902    prop2 = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_prop2_set)
9903    flag = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_flag_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_flag_set)
9904    assocvariable = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_assocvariable_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_assocvariable_set)
9905    expr = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_expr_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_expr_set)
9906    value = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_value_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_value_set)
9907    type = property(_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_type_get, _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_type_set)
9908
9909    def __init__(self):
9910        _LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKUSERPARAMETER())
9911    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKUSERPARAMETER
9912
9913# Register Dwg_Object_BLOCKUSERPARAMETER in _LibreDWG:
9914_LibreDWG.Dwg_Object_BLOCKUSERPARAMETER_swigregister(Dwg_Object_BLOCKUSERPARAMETER)
9915
9916class Dwg_Object_BLOCKXYGRIP(object):
9917    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9918    __repr__ = _swig_repr
9919    parent = property(_LibreDWG.Dwg_Object_BLOCKXYGRIP_parent_get, _LibreDWG.Dwg_Object_BLOCKXYGRIP_parent_set)
9920    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKXYGRIP_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKXYGRIP_evalexpr_set)
9921    name = property(_LibreDWG.Dwg_Object_BLOCKXYGRIP_name_get, _LibreDWG.Dwg_Object_BLOCKXYGRIP_name_set)
9922    be_major = property(_LibreDWG.Dwg_Object_BLOCKXYGRIP_be_major_get, _LibreDWG.Dwg_Object_BLOCKXYGRIP_be_major_set)
9923    be_minor = property(_LibreDWG.Dwg_Object_BLOCKXYGRIP_be_minor_get, _LibreDWG.Dwg_Object_BLOCKXYGRIP_be_minor_set)
9924    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKXYGRIP_eed1071_get, _LibreDWG.Dwg_Object_BLOCKXYGRIP_eed1071_set)
9925    bg_bl91 = property(_LibreDWG.Dwg_Object_BLOCKXYGRIP_bg_bl91_get, _LibreDWG.Dwg_Object_BLOCKXYGRIP_bg_bl91_set)
9926    bg_bl92 = property(_LibreDWG.Dwg_Object_BLOCKXYGRIP_bg_bl92_get, _LibreDWG.Dwg_Object_BLOCKXYGRIP_bg_bl92_set)
9927    bg_location = property(_LibreDWG.Dwg_Object_BLOCKXYGRIP_bg_location_get, _LibreDWG.Dwg_Object_BLOCKXYGRIP_bg_location_set)
9928    bg_insert_cycling = property(_LibreDWG.Dwg_Object_BLOCKXYGRIP_bg_insert_cycling_get, _LibreDWG.Dwg_Object_BLOCKXYGRIP_bg_insert_cycling_set)
9929    bg_insert_cycling_weight = property(_LibreDWG.Dwg_Object_BLOCKXYGRIP_bg_insert_cycling_weight_get, _LibreDWG.Dwg_Object_BLOCKXYGRIP_bg_insert_cycling_weight_set)
9930
9931    def __init__(self):
9932        _LibreDWG.Dwg_Object_BLOCKXYGRIP_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKXYGRIP())
9933    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKXYGRIP
9934
9935# Register Dwg_Object_BLOCKXYGRIP in _LibreDWG:
9936_LibreDWG.Dwg_Object_BLOCKXYGRIP_swigregister(Dwg_Object_BLOCKXYGRIP)
9937
9938class Dwg_Object_BLOCKXYPARAMETER(object):
9939    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9940    __repr__ = _swig_repr
9941    parent = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_parent_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_parent_set)
9942    evalexpr = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_evalexpr_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_evalexpr_set)
9943    name = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_name_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_name_set)
9944    be_major = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_be_major_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_be_major_set)
9945    be_minor = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_be_minor_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_be_minor_set)
9946    eed1071 = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_eed1071_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_eed1071_set)
9947    show_properties = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_show_properties_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_show_properties_set)
9948    chain_actions = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_chain_actions_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_chain_actions_set)
9949    def_basept = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_def_basept_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_def_basept_set)
9950    def_endpt = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_def_endpt_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_def_endpt_set)
9951    prop1 = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_prop1_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_prop1_set)
9952    prop2 = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_prop2_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_prop2_set)
9953    prop3 = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_prop3_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_prop3_set)
9954    prop4 = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_prop4_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_prop4_set)
9955    prop_states = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_prop_states_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_prop_states_set)
9956    parameter_base_location = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_parameter_base_location_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_parameter_base_location_set)
9957    upd_basept = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_upd_basept_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_upd_basept_set)
9958    basept = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_basept_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_basept_set)
9959    upd_endpt = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_upd_endpt_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_upd_endpt_set)
9960    endpt = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_endpt_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_endpt_set)
9961    x_label = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_x_label_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_x_label_set)
9962    x_label_desc = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_x_label_desc_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_x_label_desc_set)
9963    y_label = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_y_label_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_y_label_set)
9964    y_label_desc = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_y_label_desc_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_y_label_desc_set)
9965    x_value = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_x_value_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_x_value_set)
9966    y_value = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_y_value_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_y_value_set)
9967    x_value_set = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_x_value_set_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_x_value_set_set)
9968    y_value_set = property(_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_y_value_set_get, _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_y_value_set_set)
9969
9970    def __init__(self):
9971        _LibreDWG.Dwg_Object_BLOCKXYPARAMETER_swiginit(self, _LibreDWG.new_Dwg_Object_BLOCKXYPARAMETER())
9972    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_BLOCKXYPARAMETER
9973
9974# Register Dwg_Object_BLOCKXYPARAMETER in _LibreDWG:
9975_LibreDWG.Dwg_Object_BLOCKXYPARAMETER_swigregister(Dwg_Object_BLOCKXYPARAMETER)
9976
9977class Dwg_Object_DYNAMICBLOCKPROXYNODE(object):
9978    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9979    __repr__ = _swig_repr
9980    parent = property(_LibreDWG.Dwg_Object_DYNAMICBLOCKPROXYNODE_parent_get, _LibreDWG.Dwg_Object_DYNAMICBLOCKPROXYNODE_parent_set)
9981    evalexpr = property(_LibreDWG.Dwg_Object_DYNAMICBLOCKPROXYNODE_evalexpr_get, _LibreDWG.Dwg_Object_DYNAMICBLOCKPROXYNODE_evalexpr_set)
9982
9983    def __init__(self):
9984        _LibreDWG.Dwg_Object_DYNAMICBLOCKPROXYNODE_swiginit(self, _LibreDWG.new_Dwg_Object_DYNAMICBLOCKPROXYNODE())
9985    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_DYNAMICBLOCKPROXYNODE
9986
9987# Register Dwg_Object_DYNAMICBLOCKPROXYNODE in _LibreDWG:
9988_LibreDWG.Dwg_Object_DYNAMICBLOCKPROXYNODE_swigregister(Dwg_Object_DYNAMICBLOCKPROXYNODE)
9989
9990class Dwg_POINTCLOUD_IntensityStyle(object):
9991    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
9992    __repr__ = _swig_repr
9993    parent = property(_LibreDWG.Dwg_POINTCLOUD_IntensityStyle_parent_get, _LibreDWG.Dwg_POINTCLOUD_IntensityStyle_parent_set)
9994    min_intensity = property(_LibreDWG.Dwg_POINTCLOUD_IntensityStyle_min_intensity_get, _LibreDWG.Dwg_POINTCLOUD_IntensityStyle_min_intensity_set)
9995    max_intensity = property(_LibreDWG.Dwg_POINTCLOUD_IntensityStyle_max_intensity_get, _LibreDWG.Dwg_POINTCLOUD_IntensityStyle_max_intensity_set)
9996    intensity_low_treshold = property(_LibreDWG.Dwg_POINTCLOUD_IntensityStyle_intensity_low_treshold_get, _LibreDWG.Dwg_POINTCLOUD_IntensityStyle_intensity_low_treshold_set)
9997    intensity_high_treshold = property(_LibreDWG.Dwg_POINTCLOUD_IntensityStyle_intensity_high_treshold_get, _LibreDWG.Dwg_POINTCLOUD_IntensityStyle_intensity_high_treshold_set)
9998
9999    def __init__(self):
10000        _LibreDWG.Dwg_POINTCLOUD_IntensityStyle_swiginit(self, _LibreDWG.new_Dwg_POINTCLOUD_IntensityStyle())
10001    __swig_destroy__ = _LibreDWG.delete_Dwg_POINTCLOUD_IntensityStyle
10002
10003# Register Dwg_POINTCLOUD_IntensityStyle in _LibreDWG:
10004_LibreDWG.Dwg_POINTCLOUD_IntensityStyle_swigregister(Dwg_POINTCLOUD_IntensityStyle)
10005
10006class Dwg_POINTCLOUD_Clippings(object):
10007    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10008    __repr__ = _swig_repr
10009    parent = property(_LibreDWG.Dwg_POINTCLOUD_Clippings_parent_get, _LibreDWG.Dwg_POINTCLOUD_Clippings_parent_set)
10010    is_inverted = property(_LibreDWG.Dwg_POINTCLOUD_Clippings_is_inverted_get, _LibreDWG.Dwg_POINTCLOUD_Clippings_is_inverted_set)
10011    type = property(_LibreDWG.Dwg_POINTCLOUD_Clippings_type_get, _LibreDWG.Dwg_POINTCLOUD_Clippings_type_set)
10012    num_vertices = property(_LibreDWG.Dwg_POINTCLOUD_Clippings_num_vertices_get, _LibreDWG.Dwg_POINTCLOUD_Clippings_num_vertices_set)
10013    vertices = property(_LibreDWG.Dwg_POINTCLOUD_Clippings_vertices_get, _LibreDWG.Dwg_POINTCLOUD_Clippings_vertices_set)
10014    z_min = property(_LibreDWG.Dwg_POINTCLOUD_Clippings_z_min_get, _LibreDWG.Dwg_POINTCLOUD_Clippings_z_min_set)
10015    z_max = property(_LibreDWG.Dwg_POINTCLOUD_Clippings_z_max_get, _LibreDWG.Dwg_POINTCLOUD_Clippings_z_max_set)
10016
10017    def __init__(self):
10018        _LibreDWG.Dwg_POINTCLOUD_Clippings_swiginit(self, _LibreDWG.new_Dwg_POINTCLOUD_Clippings())
10019    __swig_destroy__ = _LibreDWG.delete_Dwg_POINTCLOUD_Clippings
10020
10021# Register Dwg_POINTCLOUD_Clippings in _LibreDWG:
10022_LibreDWG.Dwg_POINTCLOUD_Clippings_swigregister(Dwg_POINTCLOUD_Clippings)
10023
10024class Dwg_POINTCLOUDEX_Croppings(object):
10025    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10026    __repr__ = _swig_repr
10027    parent = property(_LibreDWG.Dwg_POINTCLOUDEX_Croppings_parent_get, _LibreDWG.Dwg_POINTCLOUDEX_Croppings_parent_set)
10028    type = property(_LibreDWG.Dwg_POINTCLOUDEX_Croppings_type_get, _LibreDWG.Dwg_POINTCLOUDEX_Croppings_type_set)
10029    is_inside = property(_LibreDWG.Dwg_POINTCLOUDEX_Croppings_is_inside_get, _LibreDWG.Dwg_POINTCLOUDEX_Croppings_is_inside_set)
10030    is_inverted = property(_LibreDWG.Dwg_POINTCLOUDEX_Croppings_is_inverted_get, _LibreDWG.Dwg_POINTCLOUDEX_Croppings_is_inverted_set)
10031    crop_plane = property(_LibreDWG.Dwg_POINTCLOUDEX_Croppings_crop_plane_get, _LibreDWG.Dwg_POINTCLOUDEX_Croppings_crop_plane_set)
10032    crop_x_dir = property(_LibreDWG.Dwg_POINTCLOUDEX_Croppings_crop_x_dir_get, _LibreDWG.Dwg_POINTCLOUDEX_Croppings_crop_x_dir_set)
10033    crop_y_dir = property(_LibreDWG.Dwg_POINTCLOUDEX_Croppings_crop_y_dir_get, _LibreDWG.Dwg_POINTCLOUDEX_Croppings_crop_y_dir_set)
10034    num_pts = property(_LibreDWG.Dwg_POINTCLOUDEX_Croppings_num_pts_get, _LibreDWG.Dwg_POINTCLOUDEX_Croppings_num_pts_set)
10035    pts = property(_LibreDWG.Dwg_POINTCLOUDEX_Croppings_pts_get, _LibreDWG.Dwg_POINTCLOUDEX_Croppings_pts_set)
10036
10037    def __init__(self):
10038        _LibreDWG.Dwg_POINTCLOUDEX_Croppings_swiginit(self, _LibreDWG.new_Dwg_POINTCLOUDEX_Croppings())
10039    __swig_destroy__ = _LibreDWG.delete_Dwg_POINTCLOUDEX_Croppings
10040
10041# Register Dwg_POINTCLOUDEX_Croppings in _LibreDWG:
10042_LibreDWG.Dwg_POINTCLOUDEX_Croppings_swigregister(Dwg_POINTCLOUDEX_Croppings)
10043
10044class Dwg_Entity_POINTCLOUD(object):
10045    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10046    __repr__ = _swig_repr
10047    parent = property(_LibreDWG.Dwg_Entity_POINTCLOUD_parent_get, _LibreDWG.Dwg_Entity_POINTCLOUD_parent_set)
10048    class_version = property(_LibreDWG.Dwg_Entity_POINTCLOUD_class_version_get, _LibreDWG.Dwg_Entity_POINTCLOUD_class_version_set)
10049    origin = property(_LibreDWG.Dwg_Entity_POINTCLOUD_origin_get, _LibreDWG.Dwg_Entity_POINTCLOUD_origin_set)
10050    saved_filename = property(_LibreDWG.Dwg_Entity_POINTCLOUD_saved_filename_get, _LibreDWG.Dwg_Entity_POINTCLOUD_saved_filename_set)
10051    num_source_files = property(_LibreDWG.Dwg_Entity_POINTCLOUD_num_source_files_get, _LibreDWG.Dwg_Entity_POINTCLOUD_num_source_files_set)
10052    source_files = property(_LibreDWG.Dwg_Entity_POINTCLOUD_source_files_get, _LibreDWG.Dwg_Entity_POINTCLOUD_source_files_set)
10053    extents_min = property(_LibreDWG.Dwg_Entity_POINTCLOUD_extents_min_get, _LibreDWG.Dwg_Entity_POINTCLOUD_extents_min_set)
10054    extents_max = property(_LibreDWG.Dwg_Entity_POINTCLOUD_extents_max_get, _LibreDWG.Dwg_Entity_POINTCLOUD_extents_max_set)
10055    numpoints = property(_LibreDWG.Dwg_Entity_POINTCLOUD_numpoints_get, _LibreDWG.Dwg_Entity_POINTCLOUD_numpoints_set)
10056    ucs_name = property(_LibreDWG.Dwg_Entity_POINTCLOUD_ucs_name_get, _LibreDWG.Dwg_Entity_POINTCLOUD_ucs_name_set)
10057    ucs_origin = property(_LibreDWG.Dwg_Entity_POINTCLOUD_ucs_origin_get, _LibreDWG.Dwg_Entity_POINTCLOUD_ucs_origin_set)
10058    ucs_x_dir = property(_LibreDWG.Dwg_Entity_POINTCLOUD_ucs_x_dir_get, _LibreDWG.Dwg_Entity_POINTCLOUD_ucs_x_dir_set)
10059    ucs_y_dir = property(_LibreDWG.Dwg_Entity_POINTCLOUD_ucs_y_dir_get, _LibreDWG.Dwg_Entity_POINTCLOUD_ucs_y_dir_set)
10060    ucs_z_dir = property(_LibreDWG.Dwg_Entity_POINTCLOUD_ucs_z_dir_get, _LibreDWG.Dwg_Entity_POINTCLOUD_ucs_z_dir_set)
10061    pointclouddef = property(_LibreDWG.Dwg_Entity_POINTCLOUD_pointclouddef_get, _LibreDWG.Dwg_Entity_POINTCLOUD_pointclouddef_set)
10062    reactor = property(_LibreDWG.Dwg_Entity_POINTCLOUD_reactor_get, _LibreDWG.Dwg_Entity_POINTCLOUD_reactor_set)
10063    show_intensity = property(_LibreDWG.Dwg_Entity_POINTCLOUD_show_intensity_get, _LibreDWG.Dwg_Entity_POINTCLOUD_show_intensity_set)
10064    intensity_scheme = property(_LibreDWG.Dwg_Entity_POINTCLOUD_intensity_scheme_get, _LibreDWG.Dwg_Entity_POINTCLOUD_intensity_scheme_set)
10065    intensity_style = property(_LibreDWG.Dwg_Entity_POINTCLOUD_intensity_style_get, _LibreDWG.Dwg_Entity_POINTCLOUD_intensity_style_set)
10066    show_clipping = property(_LibreDWG.Dwg_Entity_POINTCLOUD_show_clipping_get, _LibreDWG.Dwg_Entity_POINTCLOUD_show_clipping_set)
10067    num_clippings = property(_LibreDWG.Dwg_Entity_POINTCLOUD_num_clippings_get, _LibreDWG.Dwg_Entity_POINTCLOUD_num_clippings_set)
10068    clippings = property(_LibreDWG.Dwg_Entity_POINTCLOUD_clippings_get, _LibreDWG.Dwg_Entity_POINTCLOUD_clippings_set)
10069
10070    def __init__(self):
10071        _LibreDWG.Dwg_Entity_POINTCLOUD_swiginit(self, _LibreDWG.new_Dwg_Entity_POINTCLOUD())
10072    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_POINTCLOUD
10073
10074# Register Dwg_Entity_POINTCLOUD in _LibreDWG:
10075_LibreDWG.Dwg_Entity_POINTCLOUD_swigregister(Dwg_Entity_POINTCLOUD)
10076
10077class Dwg_Entity_POINTCLOUDEX(object):
10078    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10079    __repr__ = _swig_repr
10080    parent = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_parent_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_parent_set)
10081    class_version = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_class_version_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_class_version_set)
10082    extents_min = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_extents_min_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_extents_min_set)
10083    extents_max = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_extents_max_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_extents_max_set)
10084    ucs_origin = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_ucs_origin_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_ucs_origin_set)
10085    ucs_x_dir = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_ucs_x_dir_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_ucs_x_dir_set)
10086    ucs_y_dir = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_ucs_y_dir_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_ucs_y_dir_set)
10087    ucs_z_dir = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_ucs_z_dir_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_ucs_z_dir_set)
10088    is_locked = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_is_locked_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_is_locked_set)
10089    pointclouddefex = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_pointclouddefex_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_pointclouddefex_set)
10090    reactor = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_reactor_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_reactor_set)
10091    name = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_name_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_name_set)
10092    show_intensity = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_show_intensity_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_show_intensity_set)
10093    stylization_type = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_stylization_type_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_stylization_type_set)
10094    intensity_colorscheme = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_intensity_colorscheme_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_intensity_colorscheme_set)
10095    cur_colorscheme = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_cur_colorscheme_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_cur_colorscheme_set)
10096    classification_colorscheme = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_classification_colorscheme_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_classification_colorscheme_set)
10097    elevation_min = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_elevation_min_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_elevation_min_set)
10098    elevation_max = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_elevation_max_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_elevation_max_set)
10099    intensity_min = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_intensity_min_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_intensity_min_set)
10100    intensity_max = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_intensity_max_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_intensity_max_set)
10101    intensity_out_of_range_behavior = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_intensity_out_of_range_behavior_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_intensity_out_of_range_behavior_set)
10102    elevation_out_of_range_behavior = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_elevation_out_of_range_behavior_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_elevation_out_of_range_behavior_set)
10103    elevation_apply_to_fixed_range = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_elevation_apply_to_fixed_range_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_elevation_apply_to_fixed_range_set)
10104    intensity_as_gradient = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_intensity_as_gradient_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_intensity_as_gradient_set)
10105    elevation_as_gradient = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_elevation_as_gradient_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_elevation_as_gradient_set)
10106    show_cropping = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_show_cropping_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_show_cropping_set)
10107    unknown_bl0 = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_unknown_bl0_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_unknown_bl0_set)
10108    unknown_bl1 = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_unknown_bl1_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_unknown_bl1_set)
10109    num_croppings = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_num_croppings_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_num_croppings_set)
10110    croppings = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_croppings_get, _LibreDWG.Dwg_Entity_POINTCLOUDEX_croppings_set)
10111
10112    def __init__(self):
10113        _LibreDWG.Dwg_Entity_POINTCLOUDEX_swiginit(self, _LibreDWG.new_Dwg_Entity_POINTCLOUDEX())
10114    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_POINTCLOUDEX
10115
10116# Register Dwg_Entity_POINTCLOUDEX in _LibreDWG:
10117_LibreDWG.Dwg_Entity_POINTCLOUDEX_swigregister(Dwg_Entity_POINTCLOUDEX)
10118
10119class Dwg_Object_POINTCLOUDDEF(object):
10120    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10121    __repr__ = _swig_repr
10122    parent = property(_LibreDWG.Dwg_Object_POINTCLOUDDEF_parent_get, _LibreDWG.Dwg_Object_POINTCLOUDDEF_parent_set)
10123    class_version = property(_LibreDWG.Dwg_Object_POINTCLOUDDEF_class_version_get, _LibreDWG.Dwg_Object_POINTCLOUDDEF_class_version_set)
10124    source_filename = property(_LibreDWG.Dwg_Object_POINTCLOUDDEF_source_filename_get, _LibreDWG.Dwg_Object_POINTCLOUDDEF_source_filename_set)
10125    is_loaded = property(_LibreDWG.Dwg_Object_POINTCLOUDDEF_is_loaded_get, _LibreDWG.Dwg_Object_POINTCLOUDDEF_is_loaded_set)
10126    numpoints = property(_LibreDWG.Dwg_Object_POINTCLOUDDEF_numpoints_get, _LibreDWG.Dwg_Object_POINTCLOUDDEF_numpoints_set)
10127    extents_min = property(_LibreDWG.Dwg_Object_POINTCLOUDDEF_extents_min_get, _LibreDWG.Dwg_Object_POINTCLOUDDEF_extents_min_set)
10128    extents_max = property(_LibreDWG.Dwg_Object_POINTCLOUDDEF_extents_max_get, _LibreDWG.Dwg_Object_POINTCLOUDDEF_extents_max_set)
10129
10130    def __init__(self):
10131        _LibreDWG.Dwg_Object_POINTCLOUDDEF_swiginit(self, _LibreDWG.new_Dwg_Object_POINTCLOUDDEF())
10132    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_POINTCLOUDDEF
10133
10134# Register Dwg_Object_POINTCLOUDDEF in _LibreDWG:
10135_LibreDWG.Dwg_Object_POINTCLOUDDEF_swigregister(Dwg_Object_POINTCLOUDDEF)
10136
10137class Dwg_Object_POINTCLOUDDEFEX(object):
10138    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10139    __repr__ = _swig_repr
10140    parent = property(_LibreDWG.Dwg_Object_POINTCLOUDDEFEX_parent_get, _LibreDWG.Dwg_Object_POINTCLOUDDEFEX_parent_set)
10141    class_version = property(_LibreDWG.Dwg_Object_POINTCLOUDDEFEX_class_version_get, _LibreDWG.Dwg_Object_POINTCLOUDDEFEX_class_version_set)
10142    source_filename = property(_LibreDWG.Dwg_Object_POINTCLOUDDEFEX_source_filename_get, _LibreDWG.Dwg_Object_POINTCLOUDDEFEX_source_filename_set)
10143    is_loaded = property(_LibreDWG.Dwg_Object_POINTCLOUDDEFEX_is_loaded_get, _LibreDWG.Dwg_Object_POINTCLOUDDEFEX_is_loaded_set)
10144    numpoints = property(_LibreDWG.Dwg_Object_POINTCLOUDDEFEX_numpoints_get, _LibreDWG.Dwg_Object_POINTCLOUDDEFEX_numpoints_set)
10145    extents_min = property(_LibreDWG.Dwg_Object_POINTCLOUDDEFEX_extents_min_get, _LibreDWG.Dwg_Object_POINTCLOUDDEFEX_extents_min_set)
10146    extents_max = property(_LibreDWG.Dwg_Object_POINTCLOUDDEFEX_extents_max_get, _LibreDWG.Dwg_Object_POINTCLOUDDEFEX_extents_max_set)
10147
10148    def __init__(self):
10149        _LibreDWG.Dwg_Object_POINTCLOUDDEFEX_swiginit(self, _LibreDWG.new_Dwg_Object_POINTCLOUDDEFEX())
10150    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_POINTCLOUDDEFEX
10151
10152# Register Dwg_Object_POINTCLOUDDEFEX in _LibreDWG:
10153_LibreDWG.Dwg_Object_POINTCLOUDDEFEX_swigregister(Dwg_Object_POINTCLOUDDEFEX)
10154
10155class Dwg_Object_POINTCLOUDDEF_REACTOR(object):
10156    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10157    __repr__ = _swig_repr
10158    parent = property(_LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_parent_get, _LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_parent_set)
10159    class_version = property(_LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_class_version_get, _LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_class_version_set)
10160
10161    def __init__(self):
10162        _LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_swiginit(self, _LibreDWG.new_Dwg_Object_POINTCLOUDDEF_REACTOR())
10163    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_POINTCLOUDDEF_REACTOR
10164
10165# Register Dwg_Object_POINTCLOUDDEF_REACTOR in _LibreDWG:
10166_LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_swigregister(Dwg_Object_POINTCLOUDDEF_REACTOR)
10167
10168class Dwg_Object_POINTCLOUDDEF_REACTOR_EX(object):
10169    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10170    __repr__ = _swig_repr
10171    parent = property(_LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_EX_parent_get, _LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_EX_parent_set)
10172    class_version = property(_LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_EX_class_version_get, _LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_EX_class_version_set)
10173
10174    def __init__(self):
10175        _LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_EX_swiginit(self, _LibreDWG.new_Dwg_Object_POINTCLOUDDEF_REACTOR_EX())
10176    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_POINTCLOUDDEF_REACTOR_EX
10177
10178# Register Dwg_Object_POINTCLOUDDEF_REACTOR_EX in _LibreDWG:
10179_LibreDWG.Dwg_Object_POINTCLOUDDEF_REACTOR_EX_swigregister(Dwg_Object_POINTCLOUDDEF_REACTOR_EX)
10180
10181class Dwg_ColorRamp(object):
10182    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10183    __repr__ = _swig_repr
10184    parent = property(_LibreDWG.Dwg_ColorRamp_parent_get, _LibreDWG.Dwg_ColorRamp_parent_set)
10185    colorscheme = property(_LibreDWG.Dwg_ColorRamp_colorscheme_get, _LibreDWG.Dwg_ColorRamp_colorscheme_set)
10186    unknown_bl = property(_LibreDWG.Dwg_ColorRamp_unknown_bl_get, _LibreDWG.Dwg_ColorRamp_unknown_bl_set)
10187    unknown_b = property(_LibreDWG.Dwg_ColorRamp_unknown_b_get, _LibreDWG.Dwg_ColorRamp_unknown_b_set)
10188
10189    def __init__(self):
10190        _LibreDWG.Dwg_ColorRamp_swiginit(self, _LibreDWG.new_Dwg_ColorRamp())
10191    __swig_destroy__ = _LibreDWG.delete_Dwg_ColorRamp
10192
10193# Register Dwg_ColorRamp in _LibreDWG:
10194_LibreDWG.Dwg_ColorRamp_swigregister(Dwg_ColorRamp)
10195
10196class Dwg_POINTCLOUDCOLORMAP_Ramp(object):
10197    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10198    __repr__ = _swig_repr
10199    parent = property(_LibreDWG.Dwg_POINTCLOUDCOLORMAP_Ramp_parent_get, _LibreDWG.Dwg_POINTCLOUDCOLORMAP_Ramp_parent_set)
10200    class_version = property(_LibreDWG.Dwg_POINTCLOUDCOLORMAP_Ramp_class_version_get, _LibreDWG.Dwg_POINTCLOUDCOLORMAP_Ramp_class_version_set)
10201    num_ramps = property(_LibreDWG.Dwg_POINTCLOUDCOLORMAP_Ramp_num_ramps_get, _LibreDWG.Dwg_POINTCLOUDCOLORMAP_Ramp_num_ramps_set)
10202    ramps = property(_LibreDWG.Dwg_POINTCLOUDCOLORMAP_Ramp_ramps_get, _LibreDWG.Dwg_POINTCLOUDCOLORMAP_Ramp_ramps_set)
10203
10204    def __init__(self):
10205        _LibreDWG.Dwg_POINTCLOUDCOLORMAP_Ramp_swiginit(self, _LibreDWG.new_Dwg_POINTCLOUDCOLORMAP_Ramp())
10206    __swig_destroy__ = _LibreDWG.delete_Dwg_POINTCLOUDCOLORMAP_Ramp
10207
10208# Register Dwg_POINTCLOUDCOLORMAP_Ramp in _LibreDWG:
10209_LibreDWG.Dwg_POINTCLOUDCOLORMAP_Ramp_swigregister(Dwg_POINTCLOUDCOLORMAP_Ramp)
10210
10211class Dwg_Object_POINTCLOUDCOLORMAP(object):
10212    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10213    __repr__ = _swig_repr
10214    parent = property(_LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_parent_get, _LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_parent_set)
10215    class_version = property(_LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_class_version_get, _LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_class_version_set)
10216    def_intensity_colorscheme = property(_LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_def_intensity_colorscheme_get, _LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_def_intensity_colorscheme_set)
10217    def_elevation_colorscheme = property(_LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_def_elevation_colorscheme_get, _LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_def_elevation_colorscheme_set)
10218    def_classification_colorscheme = property(_LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_def_classification_colorscheme_get, _LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_def_classification_colorscheme_set)
10219    num_colorramps = property(_LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_num_colorramps_get, _LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_num_colorramps_set)
10220    colorramps = property(_LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_colorramps_get, _LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_colorramps_set)
10221    num_classification_colorramps = property(_LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_num_classification_colorramps_get, _LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_num_classification_colorramps_set)
10222    classification_colorramps = property(_LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_classification_colorramps_get, _LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_classification_colorramps_set)
10223
10224    def __init__(self):
10225        _LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_swiginit(self, _LibreDWG.new_Dwg_Object_POINTCLOUDCOLORMAP())
10226    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_POINTCLOUDCOLORMAP
10227
10228# Register Dwg_Object_POINTCLOUDCOLORMAP in _LibreDWG:
10229_LibreDWG.Dwg_Object_POINTCLOUDCOLORMAP_swigregister(Dwg_Object_POINTCLOUDCOLORMAP)
10230
10231class Dwg_COMPOUNDOBJECTID(object):
10232    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10233    __repr__ = _swig_repr
10234    parent = property(_LibreDWG.Dwg_COMPOUNDOBJECTID_parent_get, _LibreDWG.Dwg_COMPOUNDOBJECTID_parent_set)
10235    has_object = property(_LibreDWG.Dwg_COMPOUNDOBJECTID_has_object_get, _LibreDWG.Dwg_COMPOUNDOBJECTID_has_object_set)
10236    name = property(_LibreDWG.Dwg_COMPOUNDOBJECTID_name_get, _LibreDWG.Dwg_COMPOUNDOBJECTID_name_set)
10237    object = property(_LibreDWG.Dwg_COMPOUNDOBJECTID_object_get, _LibreDWG.Dwg_COMPOUNDOBJECTID_object_set)
10238
10239    def __init__(self):
10240        _LibreDWG.Dwg_COMPOUNDOBJECTID_swiginit(self, _LibreDWG.new_Dwg_COMPOUNDOBJECTID())
10241    __swig_destroy__ = _LibreDWG.delete_Dwg_COMPOUNDOBJECTID
10242
10243# Register Dwg_COMPOUNDOBJECTID in _LibreDWG:
10244_LibreDWG.Dwg_COMPOUNDOBJECTID_swigregister(Dwg_COMPOUNDOBJECTID)
10245
10246class Dwg_PARTIAL_VIEWING_INDEX_Entry(object):
10247    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10248    __repr__ = _swig_repr
10249    parent = property(_LibreDWG.Dwg_PARTIAL_VIEWING_INDEX_Entry_parent_get, _LibreDWG.Dwg_PARTIAL_VIEWING_INDEX_Entry_parent_set)
10250    extents_min = property(_LibreDWG.Dwg_PARTIAL_VIEWING_INDEX_Entry_extents_min_get, _LibreDWG.Dwg_PARTIAL_VIEWING_INDEX_Entry_extents_min_set)
10251    extents_max = property(_LibreDWG.Dwg_PARTIAL_VIEWING_INDEX_Entry_extents_max_get, _LibreDWG.Dwg_PARTIAL_VIEWING_INDEX_Entry_extents_max_set)
10252    object = property(_LibreDWG.Dwg_PARTIAL_VIEWING_INDEX_Entry_object_get, _LibreDWG.Dwg_PARTIAL_VIEWING_INDEX_Entry_object_set)
10253
10254    def __init__(self):
10255        _LibreDWG.Dwg_PARTIAL_VIEWING_INDEX_Entry_swiginit(self, _LibreDWG.new_Dwg_PARTIAL_VIEWING_INDEX_Entry())
10256    __swig_destroy__ = _LibreDWG.delete_Dwg_PARTIAL_VIEWING_INDEX_Entry
10257
10258# Register Dwg_PARTIAL_VIEWING_INDEX_Entry in _LibreDWG:
10259_LibreDWG.Dwg_PARTIAL_VIEWING_INDEX_Entry_swigregister(Dwg_PARTIAL_VIEWING_INDEX_Entry)
10260
10261class Dwg_Object_PARTIAL_VIEWING_INDEX(object):
10262    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10263    __repr__ = _swig_repr
10264    parent = property(_LibreDWG.Dwg_Object_PARTIAL_VIEWING_INDEX_parent_get, _LibreDWG.Dwg_Object_PARTIAL_VIEWING_INDEX_parent_set)
10265    num_entries = property(_LibreDWG.Dwg_Object_PARTIAL_VIEWING_INDEX_num_entries_get, _LibreDWG.Dwg_Object_PARTIAL_VIEWING_INDEX_num_entries_set)
10266    has_entries = property(_LibreDWG.Dwg_Object_PARTIAL_VIEWING_INDEX_has_entries_get, _LibreDWG.Dwg_Object_PARTIAL_VIEWING_INDEX_has_entries_set)
10267    entries = property(_LibreDWG.Dwg_Object_PARTIAL_VIEWING_INDEX_entries_get, _LibreDWG.Dwg_Object_PARTIAL_VIEWING_INDEX_entries_set)
10268
10269    def __init__(self):
10270        _LibreDWG.Dwg_Object_PARTIAL_VIEWING_INDEX_swiginit(self, _LibreDWG.new_Dwg_Object_PARTIAL_VIEWING_INDEX())
10271    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_PARTIAL_VIEWING_INDEX
10272
10273# Register Dwg_Object_PARTIAL_VIEWING_INDEX in _LibreDWG:
10274_LibreDWG.Dwg_Object_PARTIAL_VIEWING_INDEX_swigregister(Dwg_Object_PARTIAL_VIEWING_INDEX)
10275
10276class Dwg_Entity_UNKNOWN_ENT(object):
10277    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10278    __repr__ = _swig_repr
10279    parent = property(_LibreDWG.Dwg_Entity_UNKNOWN_ENT_parent_get, _LibreDWG.Dwg_Entity_UNKNOWN_ENT_parent_set)
10280
10281    def __init__(self):
10282        _LibreDWG.Dwg_Entity_UNKNOWN_ENT_swiginit(self, _LibreDWG.new_Dwg_Entity_UNKNOWN_ENT())
10283    __swig_destroy__ = _LibreDWG.delete_Dwg_Entity_UNKNOWN_ENT
10284
10285# Register Dwg_Entity_UNKNOWN_ENT in _LibreDWG:
10286_LibreDWG.Dwg_Entity_UNKNOWN_ENT_swigregister(Dwg_Entity_UNKNOWN_ENT)
10287
10288class Dwg_Object_UNKNOWN_OBJ(object):
10289    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10290    __repr__ = _swig_repr
10291    parent = property(_LibreDWG.Dwg_Object_UNKNOWN_OBJ_parent_get, _LibreDWG.Dwg_Object_UNKNOWN_OBJ_parent_set)
10292
10293    def __init__(self):
10294        _LibreDWG.Dwg_Object_UNKNOWN_OBJ_swiginit(self, _LibreDWG.new_Dwg_Object_UNKNOWN_OBJ())
10295    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_UNKNOWN_OBJ
10296
10297# Register Dwg_Object_UNKNOWN_OBJ in _LibreDWG:
10298_LibreDWG.Dwg_Object_UNKNOWN_OBJ_swigregister(Dwg_Object_UNKNOWN_OBJ)
10299
10300class Dwg_Eed_Data(object):
10301    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10302    __repr__ = _swig_repr
10303    u = property(_LibreDWG.Dwg_Eed_Data_u_get, _LibreDWG.Dwg_Eed_Data_u_set)
10304    code = property(_LibreDWG.Dwg_Eed_Data_code_get, _LibreDWG.Dwg_Eed_Data_code_set)
10305
10306    def __init__(self):
10307        _LibreDWG.Dwg_Eed_Data_swiginit(self, _LibreDWG.new_Dwg_Eed_Data())
10308    __swig_destroy__ = _LibreDWG.delete_Dwg_Eed_Data
10309
10310# Register Dwg_Eed_Data in _LibreDWG:
10311_LibreDWG.Dwg_Eed_Data_swigregister(Dwg_Eed_Data)
10312
10313class eed_data_t(object):
10314    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10315    __repr__ = _swig_repr
10316    eed_0 = property(_LibreDWG.eed_data_t_eed_0_get)
10317    eed_0_r2007 = property(_LibreDWG.eed_data_t_eed_0_r2007_get)
10318    eed_1 = property(_LibreDWG.eed_data_t_eed_1_get)
10319    eed_2 = property(_LibreDWG.eed_data_t_eed_2_get)
10320    eed_3 = property(_LibreDWG.eed_data_t_eed_3_get)
10321    eed_4 = property(_LibreDWG.eed_data_t_eed_4_get)
10322    eed_5 = property(_LibreDWG.eed_data_t_eed_5_get)
10323    eed_10 = property(_LibreDWG.eed_data_t_eed_10_get)
10324    eed_40 = property(_LibreDWG.eed_data_t_eed_40_get)
10325    eed_70 = property(_LibreDWG.eed_data_t_eed_70_get)
10326    eed_71 = property(_LibreDWG.eed_data_t_eed_71_get)
10327
10328    def __init__(self):
10329        _LibreDWG.eed_data_t_swiginit(self, _LibreDWG.new_eed_data_t())
10330    __swig_destroy__ = _LibreDWG.delete_eed_data_t
10331
10332# Register eed_data_t in _LibreDWG:
10333_LibreDWG.eed_data_t_swigregister(eed_data_t)
10334
10335class eed_data_t_eed_71(object):
10336    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10337    __repr__ = _swig_repr
10338    rl = property(_LibreDWG.eed_data_t_eed_71_rl_get, _LibreDWG.eed_data_t_eed_71_rl_set)
10339
10340    def __init__(self):
10341        _LibreDWG.eed_data_t_eed_71_swiginit(self, _LibreDWG.new_eed_data_t_eed_71())
10342    __swig_destroy__ = _LibreDWG.delete_eed_data_t_eed_71
10343
10344# Register eed_data_t_eed_71 in _LibreDWG:
10345_LibreDWG.eed_data_t_eed_71_swigregister(eed_data_t_eed_71)
10346
10347class eed_data_t_eed_70(object):
10348    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10349    __repr__ = _swig_repr
10350    rs = property(_LibreDWG.eed_data_t_eed_70_rs_get, _LibreDWG.eed_data_t_eed_70_rs_set)
10351
10352    def __init__(self):
10353        _LibreDWG.eed_data_t_eed_70_swiginit(self, _LibreDWG.new_eed_data_t_eed_70())
10354    __swig_destroy__ = _LibreDWG.delete_eed_data_t_eed_70
10355
10356# Register eed_data_t_eed_70 in _LibreDWG:
10357_LibreDWG.eed_data_t_eed_70_swigregister(eed_data_t_eed_70)
10358
10359class eed_data_t_eed_40(object):
10360    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10361    __repr__ = _swig_repr
10362    real = property(_LibreDWG.eed_data_t_eed_40_real_get, _LibreDWG.eed_data_t_eed_40_real_set)
10363
10364    def __init__(self):
10365        _LibreDWG.eed_data_t_eed_40_swiginit(self, _LibreDWG.new_eed_data_t_eed_40())
10366    __swig_destroy__ = _LibreDWG.delete_eed_data_t_eed_40
10367
10368# Register eed_data_t_eed_40 in _LibreDWG:
10369_LibreDWG.eed_data_t_eed_40_swigregister(eed_data_t_eed_40)
10370
10371class eed_data_t_eed_10(object):
10372    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10373    __repr__ = _swig_repr
10374    point = property(_LibreDWG.eed_data_t_eed_10_point_get, _LibreDWG.eed_data_t_eed_10_point_set)
10375
10376    def __init__(self):
10377        _LibreDWG.eed_data_t_eed_10_swiginit(self, _LibreDWG.new_eed_data_t_eed_10())
10378    __swig_destroy__ = _LibreDWG.delete_eed_data_t_eed_10
10379
10380# Register eed_data_t_eed_10 in _LibreDWG:
10381_LibreDWG.eed_data_t_eed_10_swigregister(eed_data_t_eed_10)
10382
10383class eed_data_t_eed_5(object):
10384    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10385    __repr__ = _swig_repr
10386    entity = property(_LibreDWG.eed_data_t_eed_5_entity_get, _LibreDWG.eed_data_t_eed_5_entity_set)
10387
10388    def __init__(self):
10389        _LibreDWG.eed_data_t_eed_5_swiginit(self, _LibreDWG.new_eed_data_t_eed_5())
10390    __swig_destroy__ = _LibreDWG.delete_eed_data_t_eed_5
10391
10392# Register eed_data_t_eed_5 in _LibreDWG:
10393_LibreDWG.eed_data_t_eed_5_swigregister(eed_data_t_eed_5)
10394
10395class eed_data_t_eed_4(object):
10396    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10397    __repr__ = _swig_repr
10398    length = property(_LibreDWG.eed_data_t_eed_4_length_get, _LibreDWG.eed_data_t_eed_4_length_set)
10399    data = property(_LibreDWG.eed_data_t_eed_4_data_get, _LibreDWG.eed_data_t_eed_4_data_set)
10400
10401    def __init__(self):
10402        _LibreDWG.eed_data_t_eed_4_swiginit(self, _LibreDWG.new_eed_data_t_eed_4())
10403    __swig_destroy__ = _LibreDWG.delete_eed_data_t_eed_4
10404
10405# Register eed_data_t_eed_4 in _LibreDWG:
10406_LibreDWG.eed_data_t_eed_4_swigregister(eed_data_t_eed_4)
10407
10408class eed_data_t_eed_3(object):
10409    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10410    __repr__ = _swig_repr
10411    layer = property(_LibreDWG.eed_data_t_eed_3_layer_get, _LibreDWG.eed_data_t_eed_3_layer_set)
10412
10413    def __init__(self):
10414        _LibreDWG.eed_data_t_eed_3_swiginit(self, _LibreDWG.new_eed_data_t_eed_3())
10415    __swig_destroy__ = _LibreDWG.delete_eed_data_t_eed_3
10416
10417# Register eed_data_t_eed_3 in _LibreDWG:
10418_LibreDWG.eed_data_t_eed_3_swigregister(eed_data_t_eed_3)
10419
10420class eed_data_t_eed_2(object):
10421    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10422    __repr__ = _swig_repr
10423    close = property(_LibreDWG.eed_data_t_eed_2_close_get, _LibreDWG.eed_data_t_eed_2_close_set)
10424
10425    def __init__(self):
10426        _LibreDWG.eed_data_t_eed_2_swiginit(self, _LibreDWG.new_eed_data_t_eed_2())
10427    __swig_destroy__ = _LibreDWG.delete_eed_data_t_eed_2
10428
10429# Register eed_data_t_eed_2 in _LibreDWG:
10430_LibreDWG.eed_data_t_eed_2_swigregister(eed_data_t_eed_2)
10431
10432class eed_data_t_eed_1(object):
10433    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10434    __repr__ = _swig_repr
10435    invalid = property(_LibreDWG.eed_data_t_eed_1_invalid_get, _LibreDWG.eed_data_t_eed_1_invalid_set)
10436
10437    def __init__(self):
10438        _LibreDWG.eed_data_t_eed_1_swiginit(self, _LibreDWG.new_eed_data_t_eed_1())
10439    __swig_destroy__ = _LibreDWG.delete_eed_data_t_eed_1
10440
10441# Register eed_data_t_eed_1 in _LibreDWG:
10442_LibreDWG.eed_data_t_eed_1_swigregister(eed_data_t_eed_1)
10443
10444class eed_data_t_eed_0_r2007(object):
10445    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10446    __repr__ = _swig_repr
10447    length = property(_LibreDWG.eed_data_t_eed_0_r2007_length_get, _LibreDWG.eed_data_t_eed_0_r2007_length_set)
10448    _padding = property(_LibreDWG.eed_data_t_eed_0_r2007__padding_get, _LibreDWG.eed_data_t_eed_0_r2007__padding_set)
10449    is_tu = property(_LibreDWG.eed_data_t_eed_0_r2007_is_tu_get, _LibreDWG.eed_data_t_eed_0_r2007_is_tu_set)
10450    string = property(_LibreDWG.eed_data_t_eed_0_r2007_string_get, _LibreDWG.eed_data_t_eed_0_r2007_string_set)
10451
10452    def __init__(self):
10453        _LibreDWG.eed_data_t_eed_0_r2007_swiginit(self, _LibreDWG.new_eed_data_t_eed_0_r2007())
10454    __swig_destroy__ = _LibreDWG.delete_eed_data_t_eed_0_r2007
10455
10456# Register eed_data_t_eed_0_r2007 in _LibreDWG:
10457_LibreDWG.eed_data_t_eed_0_r2007_swigregister(eed_data_t_eed_0_r2007)
10458
10459class eed_data_t_eed_0(object):
10460    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10461    __repr__ = _swig_repr
10462    length = property(_LibreDWG.eed_data_t_eed_0_length_get, _LibreDWG.eed_data_t_eed_0_length_set)
10463    codepage = property(_LibreDWG.eed_data_t_eed_0_codepage_get, _LibreDWG.eed_data_t_eed_0_codepage_set)
10464    is_tu = property(_LibreDWG.eed_data_t_eed_0_is_tu_get, _LibreDWG.eed_data_t_eed_0_is_tu_set)
10465    string = property(_LibreDWG.eed_data_t_eed_0_string_get, _LibreDWG.eed_data_t_eed_0_string_set)
10466
10467    def __init__(self):
10468        _LibreDWG.eed_data_t_eed_0_swiginit(self, _LibreDWG.new_eed_data_t_eed_0())
10469    __swig_destroy__ = _LibreDWG.delete_eed_data_t_eed_0
10470
10471# Register eed_data_t_eed_0 in _LibreDWG:
10472_LibreDWG.eed_data_t_eed_0_swigregister(eed_data_t_eed_0)
10473
10474class Dwg_Eed(object):
10475    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10476    __repr__ = _swig_repr
10477    size = property(_LibreDWG.Dwg_Eed_size_get, _LibreDWG.Dwg_Eed_size_set)
10478    handle = property(_LibreDWG.Dwg_Eed_handle_get, _LibreDWG.Dwg_Eed_handle_set)
10479    data = property(_LibreDWG.Dwg_Eed_data_get, _LibreDWG.Dwg_Eed_data_set)
10480    raw = property(_LibreDWG.Dwg_Eed_raw_get, _LibreDWG.Dwg_Eed_raw_set)
10481
10482    def __init__(self):
10483        _LibreDWG.Dwg_Eed_swiginit(self, _LibreDWG.new_Dwg_Eed())
10484    __swig_destroy__ = _LibreDWG.delete_Dwg_Eed
10485
10486# Register Dwg_Eed in _LibreDWG:
10487_LibreDWG.Dwg_Eed_swigregister(Dwg_Eed)
10488
10489class Dwg_Object_Entity(object):
10490    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10491    __repr__ = _swig_repr
10492    objid = property(_LibreDWG.Dwg_Object_Entity_objid_get, _LibreDWG.Dwg_Object_Entity_objid_set)
10493    tio = property(_LibreDWG.Dwg_Object_Entity_tio_get)
10494    dwg = property(_LibreDWG.Dwg_Object_Entity_dwg_get, _LibreDWG.Dwg_Object_Entity_dwg_set)
10495    num_eed = property(_LibreDWG.Dwg_Object_Entity_num_eed_get, _LibreDWG.Dwg_Object_Entity_num_eed_set)
10496    eed = property(_LibreDWG.Dwg_Object_Entity_eed_get, _LibreDWG.Dwg_Object_Entity_eed_set)
10497    preview_exists = property(_LibreDWG.Dwg_Object_Entity_preview_exists_get, _LibreDWG.Dwg_Object_Entity_preview_exists_set)
10498    preview_is_proxy = property(_LibreDWG.Dwg_Object_Entity_preview_is_proxy_get, _LibreDWG.Dwg_Object_Entity_preview_is_proxy_set)
10499    preview_size = property(_LibreDWG.Dwg_Object_Entity_preview_size_get, _LibreDWG.Dwg_Object_Entity_preview_size_set)
10500    preview = property(_LibreDWG.Dwg_Object_Entity_preview_get, _LibreDWG.Dwg_Object_Entity_preview_set)
10501    entmode = property(_LibreDWG.Dwg_Object_Entity_entmode_get, _LibreDWG.Dwg_Object_Entity_entmode_set)
10502    num_reactors = property(_LibreDWG.Dwg_Object_Entity_num_reactors_get, _LibreDWG.Dwg_Object_Entity_num_reactors_set)
10503    is_xdic_missing = property(_LibreDWG.Dwg_Object_Entity_is_xdic_missing_get, _LibreDWG.Dwg_Object_Entity_is_xdic_missing_set)
10504    isbylayerlt = property(_LibreDWG.Dwg_Object_Entity_isbylayerlt_get, _LibreDWG.Dwg_Object_Entity_isbylayerlt_set)
10505    nolinks = property(_LibreDWG.Dwg_Object_Entity_nolinks_get, _LibreDWG.Dwg_Object_Entity_nolinks_set)
10506    has_ds_data = property(_LibreDWG.Dwg_Object_Entity_has_ds_data_get, _LibreDWG.Dwg_Object_Entity_has_ds_data_set)
10507    color = property(_LibreDWG.Dwg_Object_Entity_color_get, _LibreDWG.Dwg_Object_Entity_color_set)
10508    ltype_scale = property(_LibreDWG.Dwg_Object_Entity_ltype_scale_get, _LibreDWG.Dwg_Object_Entity_ltype_scale_set)
10509    ltype_flags = property(_LibreDWG.Dwg_Object_Entity_ltype_flags_get, _LibreDWG.Dwg_Object_Entity_ltype_flags_set)
10510    plotstyle_flags = property(_LibreDWG.Dwg_Object_Entity_plotstyle_flags_get, _LibreDWG.Dwg_Object_Entity_plotstyle_flags_set)
10511    material_flags = property(_LibreDWG.Dwg_Object_Entity_material_flags_get, _LibreDWG.Dwg_Object_Entity_material_flags_set)
10512    shadow_flags = property(_LibreDWG.Dwg_Object_Entity_shadow_flags_get, _LibreDWG.Dwg_Object_Entity_shadow_flags_set)
10513    has_full_visualstyle = property(_LibreDWG.Dwg_Object_Entity_has_full_visualstyle_get, _LibreDWG.Dwg_Object_Entity_has_full_visualstyle_set)
10514    has_face_visualstyle = property(_LibreDWG.Dwg_Object_Entity_has_face_visualstyle_get, _LibreDWG.Dwg_Object_Entity_has_face_visualstyle_set)
10515    has_edge_visualstyle = property(_LibreDWG.Dwg_Object_Entity_has_edge_visualstyle_get, _LibreDWG.Dwg_Object_Entity_has_edge_visualstyle_set)
10516    invisible = property(_LibreDWG.Dwg_Object_Entity_invisible_get, _LibreDWG.Dwg_Object_Entity_invisible_set)
10517    linewt = property(_LibreDWG.Dwg_Object_Entity_linewt_get, _LibreDWG.Dwg_Object_Entity_linewt_set)
10518    flag_r11 = property(_LibreDWG.Dwg_Object_Entity_flag_r11_get, _LibreDWG.Dwg_Object_Entity_flag_r11_set)
10519    kind_r11 = property(_LibreDWG.Dwg_Object_Entity_kind_r11_get, _LibreDWG.Dwg_Object_Entity_kind_r11_set)
10520    opts_r11 = property(_LibreDWG.Dwg_Object_Entity_opts_r11_get, _LibreDWG.Dwg_Object_Entity_opts_r11_set)
10521    extra_r11 = property(_LibreDWG.Dwg_Object_Entity_extra_r11_get, _LibreDWG.Dwg_Object_Entity_extra_r11_set)
10522    layer_r11 = property(_LibreDWG.Dwg_Object_Entity_layer_r11_get, _LibreDWG.Dwg_Object_Entity_layer_r11_set)
10523    color_r11 = property(_LibreDWG.Dwg_Object_Entity_color_r11_get, _LibreDWG.Dwg_Object_Entity_color_r11_set)
10524    ltype_r11 = property(_LibreDWG.Dwg_Object_Entity_ltype_r11_get, _LibreDWG.Dwg_Object_Entity_ltype_r11_set)
10525    elevation_r11 = property(_LibreDWG.Dwg_Object_Entity_elevation_r11_get, _LibreDWG.Dwg_Object_Entity_elevation_r11_set)
10526    thickness_r11 = property(_LibreDWG.Dwg_Object_Entity_thickness_r11_get, _LibreDWG.Dwg_Object_Entity_thickness_r11_set)
10527    paper_r11 = property(_LibreDWG.Dwg_Object_Entity_paper_r11_get, _LibreDWG.Dwg_Object_Entity_paper_r11_set)
10528    __iterator = property(_LibreDWG.Dwg_Object_Entity___iterator_get, _LibreDWG.Dwg_Object_Entity___iterator_set)
10529    ownerhandle = property(_LibreDWG.Dwg_Object_Entity_ownerhandle_get, _LibreDWG.Dwg_Object_Entity_ownerhandle_set)
10530    reactors = property(_LibreDWG.Dwg_Object_Entity_reactors_get, _LibreDWG.Dwg_Object_Entity_reactors_set)
10531    xdicobjhandle = property(_LibreDWG.Dwg_Object_Entity_xdicobjhandle_get, _LibreDWG.Dwg_Object_Entity_xdicobjhandle_set)
10532    prev_entity = property(_LibreDWG.Dwg_Object_Entity_prev_entity_get, _LibreDWG.Dwg_Object_Entity_prev_entity_set)
10533    next_entity = property(_LibreDWG.Dwg_Object_Entity_next_entity_get, _LibreDWG.Dwg_Object_Entity_next_entity_set)
10534    layer = property(_LibreDWG.Dwg_Object_Entity_layer_get, _LibreDWG.Dwg_Object_Entity_layer_set)
10535    ltype = property(_LibreDWG.Dwg_Object_Entity_ltype_get, _LibreDWG.Dwg_Object_Entity_ltype_set)
10536    material = property(_LibreDWG.Dwg_Object_Entity_material_get, _LibreDWG.Dwg_Object_Entity_material_set)
10537    shadow = property(_LibreDWG.Dwg_Object_Entity_shadow_get, _LibreDWG.Dwg_Object_Entity_shadow_set)
10538    plotstyle = property(_LibreDWG.Dwg_Object_Entity_plotstyle_get, _LibreDWG.Dwg_Object_Entity_plotstyle_set)
10539    full_visualstyle = property(_LibreDWG.Dwg_Object_Entity_full_visualstyle_get, _LibreDWG.Dwg_Object_Entity_full_visualstyle_set)
10540    face_visualstyle = property(_LibreDWG.Dwg_Object_Entity_face_visualstyle_get, _LibreDWG.Dwg_Object_Entity_face_visualstyle_set)
10541    edge_visualstyle = property(_LibreDWG.Dwg_Object_Entity_edge_visualstyle_get, _LibreDWG.Dwg_Object_Entity_edge_visualstyle_set)
10542
10543    def __init__(self):
10544        _LibreDWG.Dwg_Object_Entity_swiginit(self, _LibreDWG.new_Dwg_Object_Entity())
10545    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_Entity
10546
10547# Register Dwg_Object_Entity in _LibreDWG:
10548_LibreDWG.Dwg_Object_Entity_swigregister(Dwg_Object_Entity)
10549
10550class _dwg_object_entity_tio(object):
10551    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10552    __repr__ = _swig_repr
10553    UNUSED = property(_LibreDWG._dwg_object_entity_tio_UNUSED_get, _LibreDWG._dwg_object_entity_tio_UNUSED_set)
10554    DIMENSION_common = property(_LibreDWG._dwg_object_entity_tio_DIMENSION_common_get, _LibreDWG._dwg_object_entity_tio_DIMENSION_common_set)
10555    _3DFACE = property(_LibreDWG._dwg_object_entity_tio__3DFACE_get, _LibreDWG._dwg_object_entity_tio__3DFACE_set)
10556    _3DSOLID = property(_LibreDWG._dwg_object_entity_tio__3DSOLID_get, _LibreDWG._dwg_object_entity_tio__3DSOLID_set)
10557    ARC = property(_LibreDWG._dwg_object_entity_tio_ARC_get, _LibreDWG._dwg_object_entity_tio_ARC_set)
10558    ATTDEF = property(_LibreDWG._dwg_object_entity_tio_ATTDEF_get, _LibreDWG._dwg_object_entity_tio_ATTDEF_set)
10559    ATTRIB = property(_LibreDWG._dwg_object_entity_tio_ATTRIB_get, _LibreDWG._dwg_object_entity_tio_ATTRIB_set)
10560    BLOCK = property(_LibreDWG._dwg_object_entity_tio_BLOCK_get, _LibreDWG._dwg_object_entity_tio_BLOCK_set)
10561    BODY = property(_LibreDWG._dwg_object_entity_tio_BODY_get, _LibreDWG._dwg_object_entity_tio_BODY_set)
10562    CIRCLE = property(_LibreDWG._dwg_object_entity_tio_CIRCLE_get, _LibreDWG._dwg_object_entity_tio_CIRCLE_set)
10563    DIMENSION_ALIGNED = property(_LibreDWG._dwg_object_entity_tio_DIMENSION_ALIGNED_get, _LibreDWG._dwg_object_entity_tio_DIMENSION_ALIGNED_set)
10564    DIMENSION_ANG2LN = property(_LibreDWG._dwg_object_entity_tio_DIMENSION_ANG2LN_get, _LibreDWG._dwg_object_entity_tio_DIMENSION_ANG2LN_set)
10565    DIMENSION_ANG3PT = property(_LibreDWG._dwg_object_entity_tio_DIMENSION_ANG3PT_get, _LibreDWG._dwg_object_entity_tio_DIMENSION_ANG3PT_set)
10566    DIMENSION_DIAMETER = property(_LibreDWG._dwg_object_entity_tio_DIMENSION_DIAMETER_get, _LibreDWG._dwg_object_entity_tio_DIMENSION_DIAMETER_set)
10567    DIMENSION_LINEAR = property(_LibreDWG._dwg_object_entity_tio_DIMENSION_LINEAR_get, _LibreDWG._dwg_object_entity_tio_DIMENSION_LINEAR_set)
10568    DIMENSION_ORDINATE = property(_LibreDWG._dwg_object_entity_tio_DIMENSION_ORDINATE_get, _LibreDWG._dwg_object_entity_tio_DIMENSION_ORDINATE_set)
10569    DIMENSION_RADIUS = property(_LibreDWG._dwg_object_entity_tio_DIMENSION_RADIUS_get, _LibreDWG._dwg_object_entity_tio_DIMENSION_RADIUS_set)
10570    ELLIPSE = property(_LibreDWG._dwg_object_entity_tio_ELLIPSE_get, _LibreDWG._dwg_object_entity_tio_ELLIPSE_set)
10571    ENDBLK = property(_LibreDWG._dwg_object_entity_tio_ENDBLK_get, _LibreDWG._dwg_object_entity_tio_ENDBLK_set)
10572    INSERT = property(_LibreDWG._dwg_object_entity_tio_INSERT_get, _LibreDWG._dwg_object_entity_tio_INSERT_set)
10573    LEADER = property(_LibreDWG._dwg_object_entity_tio_LEADER_get, _LibreDWG._dwg_object_entity_tio_LEADER_set)
10574    LINE = property(_LibreDWG._dwg_object_entity_tio_LINE_get, _LibreDWG._dwg_object_entity_tio_LINE_set)
10575    MINSERT = property(_LibreDWG._dwg_object_entity_tio_MINSERT_get, _LibreDWG._dwg_object_entity_tio_MINSERT_set)
10576    MLINE = property(_LibreDWG._dwg_object_entity_tio_MLINE_get, _LibreDWG._dwg_object_entity_tio_MLINE_set)
10577    MTEXT = property(_LibreDWG._dwg_object_entity_tio_MTEXT_get, _LibreDWG._dwg_object_entity_tio_MTEXT_set)
10578    OLEFRAME = property(_LibreDWG._dwg_object_entity_tio_OLEFRAME_get, _LibreDWG._dwg_object_entity_tio_OLEFRAME_set)
10579    POINT = property(_LibreDWG._dwg_object_entity_tio_POINT_get, _LibreDWG._dwg_object_entity_tio_POINT_set)
10580    POLYLINE_2D = property(_LibreDWG._dwg_object_entity_tio_POLYLINE_2D_get, _LibreDWG._dwg_object_entity_tio_POLYLINE_2D_set)
10581    POLYLINE_3D = property(_LibreDWG._dwg_object_entity_tio_POLYLINE_3D_get, _LibreDWG._dwg_object_entity_tio_POLYLINE_3D_set)
10582    POLYLINE_MESH = property(_LibreDWG._dwg_object_entity_tio_POLYLINE_MESH_get, _LibreDWG._dwg_object_entity_tio_POLYLINE_MESH_set)
10583    POLYLINE_PFACE = property(_LibreDWG._dwg_object_entity_tio_POLYLINE_PFACE_get, _LibreDWG._dwg_object_entity_tio_POLYLINE_PFACE_set)
10584    PROXY_ENTITY = property(_LibreDWG._dwg_object_entity_tio_PROXY_ENTITY_get, _LibreDWG._dwg_object_entity_tio_PROXY_ENTITY_set)
10585    RAY = property(_LibreDWG._dwg_object_entity_tio_RAY_get, _LibreDWG._dwg_object_entity_tio_RAY_set)
10586    REGION = property(_LibreDWG._dwg_object_entity_tio_REGION_get, _LibreDWG._dwg_object_entity_tio_REGION_set)
10587    SEQEND = property(_LibreDWG._dwg_object_entity_tio_SEQEND_get, _LibreDWG._dwg_object_entity_tio_SEQEND_set)
10588    SHAPE = property(_LibreDWG._dwg_object_entity_tio_SHAPE_get, _LibreDWG._dwg_object_entity_tio_SHAPE_set)
10589    SOLID = property(_LibreDWG._dwg_object_entity_tio_SOLID_get, _LibreDWG._dwg_object_entity_tio_SOLID_set)
10590    SPLINE = property(_LibreDWG._dwg_object_entity_tio_SPLINE_get, _LibreDWG._dwg_object_entity_tio_SPLINE_set)
10591    TEXT = property(_LibreDWG._dwg_object_entity_tio_TEXT_get, _LibreDWG._dwg_object_entity_tio_TEXT_set)
10592    TOLERANCE = property(_LibreDWG._dwg_object_entity_tio_TOLERANCE_get, _LibreDWG._dwg_object_entity_tio_TOLERANCE_set)
10593    TRACE = property(_LibreDWG._dwg_object_entity_tio_TRACE_get, _LibreDWG._dwg_object_entity_tio_TRACE_set)
10594    UNKNOWN_ENT = property(_LibreDWG._dwg_object_entity_tio_UNKNOWN_ENT_get, _LibreDWG._dwg_object_entity_tio_UNKNOWN_ENT_set)
10595    VERTEX_2D = property(_LibreDWG._dwg_object_entity_tio_VERTEX_2D_get, _LibreDWG._dwg_object_entity_tio_VERTEX_2D_set)
10596    VERTEX_3D = property(_LibreDWG._dwg_object_entity_tio_VERTEX_3D_get, _LibreDWG._dwg_object_entity_tio_VERTEX_3D_set)
10597    VERTEX_MESH = property(_LibreDWG._dwg_object_entity_tio_VERTEX_MESH_get, _LibreDWG._dwg_object_entity_tio_VERTEX_MESH_set)
10598    VERTEX_PFACE = property(_LibreDWG._dwg_object_entity_tio_VERTEX_PFACE_get, _LibreDWG._dwg_object_entity_tio_VERTEX_PFACE_set)
10599    VERTEX_PFACE_FACE = property(_LibreDWG._dwg_object_entity_tio_VERTEX_PFACE_FACE_get, _LibreDWG._dwg_object_entity_tio_VERTEX_PFACE_FACE_set)
10600    VIEWPORT = property(_LibreDWG._dwg_object_entity_tio_VIEWPORT_get, _LibreDWG._dwg_object_entity_tio_VIEWPORT_set)
10601    XLINE = property(_LibreDWG._dwg_object_entity_tio_XLINE_get, _LibreDWG._dwg_object_entity_tio_XLINE_set)
10602    CAMERA = property(_LibreDWG._dwg_object_entity_tio_CAMERA_get, _LibreDWG._dwg_object_entity_tio_CAMERA_set)
10603    DGNUNDERLAY = property(_LibreDWG._dwg_object_entity_tio_DGNUNDERLAY_get, _LibreDWG._dwg_object_entity_tio_DGNUNDERLAY_set)
10604    DWFUNDERLAY = property(_LibreDWG._dwg_object_entity_tio_DWFUNDERLAY_get, _LibreDWG._dwg_object_entity_tio_DWFUNDERLAY_set)
10605    HATCH = property(_LibreDWG._dwg_object_entity_tio_HATCH_get, _LibreDWG._dwg_object_entity_tio_HATCH_set)
10606    IMAGE = property(_LibreDWG._dwg_object_entity_tio_IMAGE_get, _LibreDWG._dwg_object_entity_tio_IMAGE_set)
10607    LIGHT = property(_LibreDWG._dwg_object_entity_tio_LIGHT_get, _LibreDWG._dwg_object_entity_tio_LIGHT_set)
10608    LWPOLYLINE = property(_LibreDWG._dwg_object_entity_tio_LWPOLYLINE_get, _LibreDWG._dwg_object_entity_tio_LWPOLYLINE_set)
10609    MESH = property(_LibreDWG._dwg_object_entity_tio_MESH_get, _LibreDWG._dwg_object_entity_tio_MESH_set)
10610    MULTILEADER = property(_LibreDWG._dwg_object_entity_tio_MULTILEADER_get, _LibreDWG._dwg_object_entity_tio_MULTILEADER_set)
10611    OLE2FRAME = property(_LibreDWG._dwg_object_entity_tio_OLE2FRAME_get, _LibreDWG._dwg_object_entity_tio_OLE2FRAME_set)
10612    PDFUNDERLAY = property(_LibreDWG._dwg_object_entity_tio_PDFUNDERLAY_get, _LibreDWG._dwg_object_entity_tio_PDFUNDERLAY_set)
10613    SECTIONOBJECT = property(_LibreDWG._dwg_object_entity_tio_SECTIONOBJECT_get, _LibreDWG._dwg_object_entity_tio_SECTIONOBJECT_set)
10614    ARC_DIMENSION = property(_LibreDWG._dwg_object_entity_tio_ARC_DIMENSION_get, _LibreDWG._dwg_object_entity_tio_ARC_DIMENSION_set)
10615    HELIX = property(_LibreDWG._dwg_object_entity_tio_HELIX_get, _LibreDWG._dwg_object_entity_tio_HELIX_set)
10616    LARGE_RADIAL_DIMENSION = property(_LibreDWG._dwg_object_entity_tio_LARGE_RADIAL_DIMENSION_get, _LibreDWG._dwg_object_entity_tio_LARGE_RADIAL_DIMENSION_set)
10617    PLANESURFACE = property(_LibreDWG._dwg_object_entity_tio_PLANESURFACE_get, _LibreDWG._dwg_object_entity_tio_PLANESURFACE_set)
10618    POINTCLOUD = property(_LibreDWG._dwg_object_entity_tio_POINTCLOUD_get, _LibreDWG._dwg_object_entity_tio_POINTCLOUD_set)
10619    POINTCLOUDEX = property(_LibreDWG._dwg_object_entity_tio_POINTCLOUDEX_get, _LibreDWG._dwg_object_entity_tio_POINTCLOUDEX_set)
10620    WIPEOUT = property(_LibreDWG._dwg_object_entity_tio_WIPEOUT_get, _LibreDWG._dwg_object_entity_tio_WIPEOUT_set)
10621    ALIGNMENTPARAMETERENTITY = property(_LibreDWG._dwg_object_entity_tio_ALIGNMENTPARAMETERENTITY_get, _LibreDWG._dwg_object_entity_tio_ALIGNMENTPARAMETERENTITY_set)
10622    ARCALIGNEDTEXT = property(_LibreDWG._dwg_object_entity_tio_ARCALIGNEDTEXT_get, _LibreDWG._dwg_object_entity_tio_ARCALIGNEDTEXT_set)
10623    BASEPOINTPARAMETERENTITY = property(_LibreDWG._dwg_object_entity_tio_BASEPOINTPARAMETERENTITY_get, _LibreDWG._dwg_object_entity_tio_BASEPOINTPARAMETERENTITY_set)
10624    EXTRUDEDSURFACE = property(_LibreDWG._dwg_object_entity_tio_EXTRUDEDSURFACE_get, _LibreDWG._dwg_object_entity_tio_EXTRUDEDSURFACE_set)
10625    FLIPPARAMETERENTITY = property(_LibreDWG._dwg_object_entity_tio_FLIPPARAMETERENTITY_get, _LibreDWG._dwg_object_entity_tio_FLIPPARAMETERENTITY_set)
10626    GEOPOSITIONMARKER = property(_LibreDWG._dwg_object_entity_tio_GEOPOSITIONMARKER_get, _LibreDWG._dwg_object_entity_tio_GEOPOSITIONMARKER_set)
10627    LINEARPARAMETERENTITY = property(_LibreDWG._dwg_object_entity_tio_LINEARPARAMETERENTITY_get, _LibreDWG._dwg_object_entity_tio_LINEARPARAMETERENTITY_set)
10628    LOFTEDSURFACE = property(_LibreDWG._dwg_object_entity_tio_LOFTEDSURFACE_get, _LibreDWG._dwg_object_entity_tio_LOFTEDSURFACE_set)
10629    MPOLYGON = property(_LibreDWG._dwg_object_entity_tio_MPOLYGON_get, _LibreDWG._dwg_object_entity_tio_MPOLYGON_set)
10630    NAVISWORKSMODEL = property(_LibreDWG._dwg_object_entity_tio_NAVISWORKSMODEL_get, _LibreDWG._dwg_object_entity_tio_NAVISWORKSMODEL_set)
10631    NURBSURFACE = property(_LibreDWG._dwg_object_entity_tio_NURBSURFACE_get, _LibreDWG._dwg_object_entity_tio_NURBSURFACE_set)
10632    POINTPARAMETERENTITY = property(_LibreDWG._dwg_object_entity_tio_POINTPARAMETERENTITY_get, _LibreDWG._dwg_object_entity_tio_POINTPARAMETERENTITY_set)
10633    POLARGRIPENTITY = property(_LibreDWG._dwg_object_entity_tio_POLARGRIPENTITY_get, _LibreDWG._dwg_object_entity_tio_POLARGRIPENTITY_set)
10634    REVOLVEDSURFACE = property(_LibreDWG._dwg_object_entity_tio_REVOLVEDSURFACE_get, _LibreDWG._dwg_object_entity_tio_REVOLVEDSURFACE_set)
10635    ROTATIONPARAMETERENTITY = property(_LibreDWG._dwg_object_entity_tio_ROTATIONPARAMETERENTITY_get, _LibreDWG._dwg_object_entity_tio_ROTATIONPARAMETERENTITY_set)
10636    RTEXT = property(_LibreDWG._dwg_object_entity_tio_RTEXT_get, _LibreDWG._dwg_object_entity_tio_RTEXT_set)
10637    SWEPTSURFACE = property(_LibreDWG._dwg_object_entity_tio_SWEPTSURFACE_get, _LibreDWG._dwg_object_entity_tio_SWEPTSURFACE_set)
10638    TABLE = property(_LibreDWG._dwg_object_entity_tio_TABLE_get, _LibreDWG._dwg_object_entity_tio_TABLE_set)
10639    VISIBILITYGRIPENTITY = property(_LibreDWG._dwg_object_entity_tio_VISIBILITYGRIPENTITY_get, _LibreDWG._dwg_object_entity_tio_VISIBILITYGRIPENTITY_set)
10640    VISIBILITYPARAMETERENTITY = property(_LibreDWG._dwg_object_entity_tio_VISIBILITYPARAMETERENTITY_get, _LibreDWG._dwg_object_entity_tio_VISIBILITYPARAMETERENTITY_set)
10641    XYPARAMETERENTITY = property(_LibreDWG._dwg_object_entity_tio_XYPARAMETERENTITY_get, _LibreDWG._dwg_object_entity_tio_XYPARAMETERENTITY_set)
10642
10643    def __init__(self):
10644        _LibreDWG._dwg_object_entity_tio_swiginit(self, _LibreDWG.new__dwg_object_entity_tio())
10645    __swig_destroy__ = _LibreDWG.delete__dwg_object_entity_tio
10646
10647# Register _dwg_object_entity_tio in _LibreDWG:
10648_LibreDWG._dwg_object_entity_tio_swigregister(_dwg_object_entity_tio)
10649
10650class Dwg_Object_Object(object):
10651    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10652    __repr__ = _swig_repr
10653    objid = property(_LibreDWG.Dwg_Object_Object_objid_get, _LibreDWG.Dwg_Object_Object_objid_set)
10654    tio = property(_LibreDWG.Dwg_Object_Object_tio_get)
10655    dwg = property(_LibreDWG.Dwg_Object_Object_dwg_get, _LibreDWG.Dwg_Object_Object_dwg_set)
10656    num_eed = property(_LibreDWG.Dwg_Object_Object_num_eed_get, _LibreDWG.Dwg_Object_Object_num_eed_set)
10657    eed = property(_LibreDWG.Dwg_Object_Object_eed_get, _LibreDWG.Dwg_Object_Object_eed_set)
10658    ownerhandle = property(_LibreDWG.Dwg_Object_Object_ownerhandle_get, _LibreDWG.Dwg_Object_Object_ownerhandle_set)
10659    num_reactors = property(_LibreDWG.Dwg_Object_Object_num_reactors_get, _LibreDWG.Dwg_Object_Object_num_reactors_set)
10660    reactors = property(_LibreDWG.Dwg_Object_Object_reactors_get, _LibreDWG.Dwg_Object_Object_reactors_set)
10661    xdicobjhandle = property(_LibreDWG.Dwg_Object_Object_xdicobjhandle_get, _LibreDWG.Dwg_Object_Object_xdicobjhandle_set)
10662    is_xdic_missing = property(_LibreDWG.Dwg_Object_Object_is_xdic_missing_get, _LibreDWG.Dwg_Object_Object_is_xdic_missing_set)
10663    has_ds_data = property(_LibreDWG.Dwg_Object_Object_has_ds_data_get, _LibreDWG.Dwg_Object_Object_has_ds_data_set)
10664    handleref = property(_LibreDWG.Dwg_Object_Object_handleref_get, _LibreDWG.Dwg_Object_Object_handleref_set)
10665
10666    def __init__(self):
10667        _LibreDWG.Dwg_Object_Object_swiginit(self, _LibreDWG.new_Dwg_Object_Object())
10668    __swig_destroy__ = _LibreDWG.delete_Dwg_Object_Object
10669
10670# Register Dwg_Object_Object in _LibreDWG:
10671_LibreDWG.Dwg_Object_Object_swigregister(Dwg_Object_Object)
10672
10673class _dwg_object_object_tio(object):
10674    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10675    __repr__ = _swig_repr
10676    APPID = property(_LibreDWG._dwg_object_object_tio_APPID_get, _LibreDWG._dwg_object_object_tio_APPID_set)
10677    APPID_CONTROL = property(_LibreDWG._dwg_object_object_tio_APPID_CONTROL_get, _LibreDWG._dwg_object_object_tio_APPID_CONTROL_set)
10678    BLOCK_CONTROL = property(_LibreDWG._dwg_object_object_tio_BLOCK_CONTROL_get, _LibreDWG._dwg_object_object_tio_BLOCK_CONTROL_set)
10679    BLOCK_HEADER = property(_LibreDWG._dwg_object_object_tio_BLOCK_HEADER_get, _LibreDWG._dwg_object_object_tio_BLOCK_HEADER_set)
10680    DICTIONARY = property(_LibreDWG._dwg_object_object_tio_DICTIONARY_get, _LibreDWG._dwg_object_object_tio_DICTIONARY_set)
10681    DIMSTYLE = property(_LibreDWG._dwg_object_object_tio_DIMSTYLE_get, _LibreDWG._dwg_object_object_tio_DIMSTYLE_set)
10682    DIMSTYLE_CONTROL = property(_LibreDWG._dwg_object_object_tio_DIMSTYLE_CONTROL_get, _LibreDWG._dwg_object_object_tio_DIMSTYLE_CONTROL_set)
10683    DUMMY = property(_LibreDWG._dwg_object_object_tio_DUMMY_get, _LibreDWG._dwg_object_object_tio_DUMMY_set)
10684    LAYER = property(_LibreDWG._dwg_object_object_tio_LAYER_get, _LibreDWG._dwg_object_object_tio_LAYER_set)
10685    LAYER_CONTROL = property(_LibreDWG._dwg_object_object_tio_LAYER_CONTROL_get, _LibreDWG._dwg_object_object_tio_LAYER_CONTROL_set)
10686    LONG_TRANSACTION = property(_LibreDWG._dwg_object_object_tio_LONG_TRANSACTION_get, _LibreDWG._dwg_object_object_tio_LONG_TRANSACTION_set)
10687    LTYPE = property(_LibreDWG._dwg_object_object_tio_LTYPE_get, _LibreDWG._dwg_object_object_tio_LTYPE_set)
10688    LTYPE_CONTROL = property(_LibreDWG._dwg_object_object_tio_LTYPE_CONTROL_get, _LibreDWG._dwg_object_object_tio_LTYPE_CONTROL_set)
10689    MLINESTYLE = property(_LibreDWG._dwg_object_object_tio_MLINESTYLE_get, _LibreDWG._dwg_object_object_tio_MLINESTYLE_set)
10690    STYLE = property(_LibreDWG._dwg_object_object_tio_STYLE_get, _LibreDWG._dwg_object_object_tio_STYLE_set)
10691    STYLE_CONTROL = property(_LibreDWG._dwg_object_object_tio_STYLE_CONTROL_get, _LibreDWG._dwg_object_object_tio_STYLE_CONTROL_set)
10692    UCS = property(_LibreDWG._dwg_object_object_tio_UCS_get, _LibreDWG._dwg_object_object_tio_UCS_set)
10693    UCS_CONTROL = property(_LibreDWG._dwg_object_object_tio_UCS_CONTROL_get, _LibreDWG._dwg_object_object_tio_UCS_CONTROL_set)
10694    UNKNOWN_OBJ = property(_LibreDWG._dwg_object_object_tio_UNKNOWN_OBJ_get, _LibreDWG._dwg_object_object_tio_UNKNOWN_OBJ_set)
10695    VIEW = property(_LibreDWG._dwg_object_object_tio_VIEW_get, _LibreDWG._dwg_object_object_tio_VIEW_set)
10696    VIEW_CONTROL = property(_LibreDWG._dwg_object_object_tio_VIEW_CONTROL_get, _LibreDWG._dwg_object_object_tio_VIEW_CONTROL_set)
10697    VPORT = property(_LibreDWG._dwg_object_object_tio_VPORT_get, _LibreDWG._dwg_object_object_tio_VPORT_set)
10698    VPORT_CONTROL = property(_LibreDWG._dwg_object_object_tio_VPORT_CONTROL_get, _LibreDWG._dwg_object_object_tio_VPORT_CONTROL_set)
10699    VX_CONTROL = property(_LibreDWG._dwg_object_object_tio_VX_CONTROL_get, _LibreDWG._dwg_object_object_tio_VX_CONTROL_set)
10700    VX_TABLE_RECORD = property(_LibreDWG._dwg_object_object_tio_VX_TABLE_RECORD_get, _LibreDWG._dwg_object_object_tio_VX_TABLE_RECORD_set)
10701    ACSH_BOOLEAN_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_BOOLEAN_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_BOOLEAN_CLASS_set)
10702    ACSH_BOX_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_BOX_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_BOX_CLASS_set)
10703    ACSH_CONE_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_CONE_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_CONE_CLASS_set)
10704    ACSH_CYLINDER_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_CYLINDER_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_CYLINDER_CLASS_set)
10705    ACSH_FILLET_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_FILLET_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_FILLET_CLASS_set)
10706    ACSH_HISTORY_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_HISTORY_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_HISTORY_CLASS_set)
10707    ACSH_SPHERE_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_SPHERE_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_SPHERE_CLASS_set)
10708    ACSH_TORUS_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_TORUS_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_TORUS_CLASS_set)
10709    ACSH_WEDGE_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_WEDGE_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_WEDGE_CLASS_set)
10710    BLOCKALIGNMENTGRIP = property(_LibreDWG._dwg_object_object_tio_BLOCKALIGNMENTGRIP_get, _LibreDWG._dwg_object_object_tio_BLOCKALIGNMENTGRIP_set)
10711    BLOCKALIGNMENTPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKALIGNMENTPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKALIGNMENTPARAMETER_set)
10712    BLOCKBASEPOINTPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKBASEPOINTPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKBASEPOINTPARAMETER_set)
10713    BLOCKFLIPACTION = property(_LibreDWG._dwg_object_object_tio_BLOCKFLIPACTION_get, _LibreDWG._dwg_object_object_tio_BLOCKFLIPACTION_set)
10714    BLOCKFLIPGRIP = property(_LibreDWG._dwg_object_object_tio_BLOCKFLIPGRIP_get, _LibreDWG._dwg_object_object_tio_BLOCKFLIPGRIP_set)
10715    BLOCKFLIPPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKFLIPPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKFLIPPARAMETER_set)
10716    BLOCKGRIPLOCATIONCOMPONENT = property(_LibreDWG._dwg_object_object_tio_BLOCKGRIPLOCATIONCOMPONENT_get, _LibreDWG._dwg_object_object_tio_BLOCKGRIPLOCATIONCOMPONENT_set)
10717    BLOCKLINEARGRIP = property(_LibreDWG._dwg_object_object_tio_BLOCKLINEARGRIP_get, _LibreDWG._dwg_object_object_tio_BLOCKLINEARGRIP_set)
10718    BLOCKLOOKUPGRIP = property(_LibreDWG._dwg_object_object_tio_BLOCKLOOKUPGRIP_get, _LibreDWG._dwg_object_object_tio_BLOCKLOOKUPGRIP_set)
10719    BLOCKMOVEACTION = property(_LibreDWG._dwg_object_object_tio_BLOCKMOVEACTION_get, _LibreDWG._dwg_object_object_tio_BLOCKMOVEACTION_set)
10720    BLOCKROTATEACTION = property(_LibreDWG._dwg_object_object_tio_BLOCKROTATEACTION_get, _LibreDWG._dwg_object_object_tio_BLOCKROTATEACTION_set)
10721    BLOCKROTATIONGRIP = property(_LibreDWG._dwg_object_object_tio_BLOCKROTATIONGRIP_get, _LibreDWG._dwg_object_object_tio_BLOCKROTATIONGRIP_set)
10722    BLOCKSCALEACTION = property(_LibreDWG._dwg_object_object_tio_BLOCKSCALEACTION_get, _LibreDWG._dwg_object_object_tio_BLOCKSCALEACTION_set)
10723    BLOCKVISIBILITYGRIP = property(_LibreDWG._dwg_object_object_tio_BLOCKVISIBILITYGRIP_get, _LibreDWG._dwg_object_object_tio_BLOCKVISIBILITYGRIP_set)
10724    CELLSTYLEMAP = property(_LibreDWG._dwg_object_object_tio_CELLSTYLEMAP_get, _LibreDWG._dwg_object_object_tio_CELLSTYLEMAP_set)
10725    DETAILVIEWSTYLE = property(_LibreDWG._dwg_object_object_tio_DETAILVIEWSTYLE_get, _LibreDWG._dwg_object_object_tio_DETAILVIEWSTYLE_set)
10726    DICTIONARYVAR = property(_LibreDWG._dwg_object_object_tio_DICTIONARYVAR_get, _LibreDWG._dwg_object_object_tio_DICTIONARYVAR_set)
10727    DICTIONARYWDFLT = property(_LibreDWG._dwg_object_object_tio_DICTIONARYWDFLT_get, _LibreDWG._dwg_object_object_tio_DICTIONARYWDFLT_set)
10728    DYNAMICBLOCKPURGEPREVENTER = property(_LibreDWG._dwg_object_object_tio_DYNAMICBLOCKPURGEPREVENTER_get, _LibreDWG._dwg_object_object_tio_DYNAMICBLOCKPURGEPREVENTER_set)
10729    FIELD = property(_LibreDWG._dwg_object_object_tio_FIELD_get, _LibreDWG._dwg_object_object_tio_FIELD_set)
10730    FIELDLIST = property(_LibreDWG._dwg_object_object_tio_FIELDLIST_get, _LibreDWG._dwg_object_object_tio_FIELDLIST_set)
10731    GEODATA = property(_LibreDWG._dwg_object_object_tio_GEODATA_get, _LibreDWG._dwg_object_object_tio_GEODATA_set)
10732    GROUP = property(_LibreDWG._dwg_object_object_tio_GROUP_get, _LibreDWG._dwg_object_object_tio_GROUP_set)
10733    IDBUFFER = property(_LibreDWG._dwg_object_object_tio_IDBUFFER_get, _LibreDWG._dwg_object_object_tio_IDBUFFER_set)
10734    IMAGEDEF = property(_LibreDWG._dwg_object_object_tio_IMAGEDEF_get, _LibreDWG._dwg_object_object_tio_IMAGEDEF_set)
10735    IMAGEDEF_REACTOR = property(_LibreDWG._dwg_object_object_tio_IMAGEDEF_REACTOR_get, _LibreDWG._dwg_object_object_tio_IMAGEDEF_REACTOR_set)
10736    INDEX = property(_LibreDWG._dwg_object_object_tio_INDEX_get, _LibreDWG._dwg_object_object_tio_INDEX_set)
10737    LAYERFILTER = property(_LibreDWG._dwg_object_object_tio_LAYERFILTER_get, _LibreDWG._dwg_object_object_tio_LAYERFILTER_set)
10738    LAYER_INDEX = property(_LibreDWG._dwg_object_object_tio_LAYER_INDEX_get, _LibreDWG._dwg_object_object_tio_LAYER_INDEX_set)
10739    LAYOUT = property(_LibreDWG._dwg_object_object_tio_LAYOUT_get, _LibreDWG._dwg_object_object_tio_LAYOUT_set)
10740    MLEADERSTYLE = property(_LibreDWG._dwg_object_object_tio_MLEADERSTYLE_get, _LibreDWG._dwg_object_object_tio_MLEADERSTYLE_set)
10741    PLACEHOLDER = property(_LibreDWG._dwg_object_object_tio_PLACEHOLDER_get, _LibreDWG._dwg_object_object_tio_PLACEHOLDER_set)
10742    PLOTSETTINGS = property(_LibreDWG._dwg_object_object_tio_PLOTSETTINGS_get, _LibreDWG._dwg_object_object_tio_PLOTSETTINGS_set)
10743    RASTERVARIABLES = property(_LibreDWG._dwg_object_object_tio_RASTERVARIABLES_get, _LibreDWG._dwg_object_object_tio_RASTERVARIABLES_set)
10744    SCALE = property(_LibreDWG._dwg_object_object_tio_SCALE_get, _LibreDWG._dwg_object_object_tio_SCALE_set)
10745    SECTIONVIEWSTYLE = property(_LibreDWG._dwg_object_object_tio_SECTIONVIEWSTYLE_get, _LibreDWG._dwg_object_object_tio_SECTIONVIEWSTYLE_set)
10746    SECTION_MANAGER = property(_LibreDWG._dwg_object_object_tio_SECTION_MANAGER_get, _LibreDWG._dwg_object_object_tio_SECTION_MANAGER_set)
10747    SORTENTSTABLE = property(_LibreDWG._dwg_object_object_tio_SORTENTSTABLE_get, _LibreDWG._dwg_object_object_tio_SORTENTSTABLE_set)
10748    SPATIAL_FILTER = property(_LibreDWG._dwg_object_object_tio_SPATIAL_FILTER_get, _LibreDWG._dwg_object_object_tio_SPATIAL_FILTER_set)
10749    TABLEGEOMETRY = property(_LibreDWG._dwg_object_object_tio_TABLEGEOMETRY_get, _LibreDWG._dwg_object_object_tio_TABLEGEOMETRY_set)
10750    VBA_PROJECT = property(_LibreDWG._dwg_object_object_tio_VBA_PROJECT_get, _LibreDWG._dwg_object_object_tio_VBA_PROJECT_set)
10751    VISUALSTYLE = property(_LibreDWG._dwg_object_object_tio_VISUALSTYLE_get, _LibreDWG._dwg_object_object_tio_VISUALSTYLE_set)
10752    WIPEOUTVARIABLES = property(_LibreDWG._dwg_object_object_tio_WIPEOUTVARIABLES_get, _LibreDWG._dwg_object_object_tio_WIPEOUTVARIABLES_set)
10753    XRECORD = property(_LibreDWG._dwg_object_object_tio_XRECORD_get, _LibreDWG._dwg_object_object_tio_XRECORD_set)
10754    PDFDEFINITION = property(_LibreDWG._dwg_object_object_tio_PDFDEFINITION_get, _LibreDWG._dwg_object_object_tio_PDFDEFINITION_set)
10755    DGNDEFINITION = property(_LibreDWG._dwg_object_object_tio_DGNDEFINITION_get, _LibreDWG._dwg_object_object_tio_DGNDEFINITION_set)
10756    DWFDEFINITION = property(_LibreDWG._dwg_object_object_tio_DWFDEFINITION_get, _LibreDWG._dwg_object_object_tio_DWFDEFINITION_set)
10757    ACSH_BREP_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_BREP_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_BREP_CLASS_set)
10758    ACSH_CHAMFER_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_CHAMFER_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_CHAMFER_CLASS_set)
10759    ACSH_PYRAMID_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_PYRAMID_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_PYRAMID_CLASS_set)
10760    ALDIMOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_ALDIMOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_ALDIMOBJECTCONTEXTDATA_set)
10761    ASSOC2DCONSTRAINTGROUP = property(_LibreDWG._dwg_object_object_tio_ASSOC2DCONSTRAINTGROUP_get, _LibreDWG._dwg_object_object_tio_ASSOC2DCONSTRAINTGROUP_set)
10762    ASSOCACTION = property(_LibreDWG._dwg_object_object_tio_ASSOCACTION_get, _LibreDWG._dwg_object_object_tio_ASSOCACTION_set)
10763    ASSOCACTIONPARAM = property(_LibreDWG._dwg_object_object_tio_ASSOCACTIONPARAM_get, _LibreDWG._dwg_object_object_tio_ASSOCACTIONPARAM_set)
10764    ASSOCARRAYACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCARRAYACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCARRAYACTIONBODY_set)
10765    ASSOCASMBODYACTIONPARAM = property(_LibreDWG._dwg_object_object_tio_ASSOCASMBODYACTIONPARAM_get, _LibreDWG._dwg_object_object_tio_ASSOCASMBODYACTIONPARAM_set)
10766    ASSOCBLENDSURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCBLENDSURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCBLENDSURFACEACTIONBODY_set)
10767    ASSOCCOMPOUNDACTIONPARAM = property(_LibreDWG._dwg_object_object_tio_ASSOCCOMPOUNDACTIONPARAM_get, _LibreDWG._dwg_object_object_tio_ASSOCCOMPOUNDACTIONPARAM_set)
10768    ASSOCDEPENDENCY = property(_LibreDWG._dwg_object_object_tio_ASSOCDEPENDENCY_get, _LibreDWG._dwg_object_object_tio_ASSOCDEPENDENCY_set)
10769    ASSOCDIMDEPENDENCYBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCDIMDEPENDENCYBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCDIMDEPENDENCYBODY_set)
10770    ASSOCEXTENDSURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCEXTENDSURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCEXTENDSURFACEACTIONBODY_set)
10771    ASSOCEXTRUDEDSURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCEXTRUDEDSURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCEXTRUDEDSURFACEACTIONBODY_set)
10772    ASSOCFACEACTIONPARAM = property(_LibreDWG._dwg_object_object_tio_ASSOCFACEACTIONPARAM_get, _LibreDWG._dwg_object_object_tio_ASSOCFACEACTIONPARAM_set)
10773    ASSOCFILLETSURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCFILLETSURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCFILLETSURFACEACTIONBODY_set)
10774    ASSOCGEOMDEPENDENCY = property(_LibreDWG._dwg_object_object_tio_ASSOCGEOMDEPENDENCY_get, _LibreDWG._dwg_object_object_tio_ASSOCGEOMDEPENDENCY_set)
10775    ASSOCLOFTEDSURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCLOFTEDSURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCLOFTEDSURFACEACTIONBODY_set)
10776    ASSOCNETWORK = property(_LibreDWG._dwg_object_object_tio_ASSOCNETWORK_get, _LibreDWG._dwg_object_object_tio_ASSOCNETWORK_set)
10777    ASSOCNETWORKSURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCNETWORKSURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCNETWORKSURFACEACTIONBODY_set)
10778    ASSOCOBJECTACTIONPARAM = property(_LibreDWG._dwg_object_object_tio_ASSOCOBJECTACTIONPARAM_get, _LibreDWG._dwg_object_object_tio_ASSOCOBJECTACTIONPARAM_set)
10779    ASSOCOFFSETSURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCOFFSETSURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCOFFSETSURFACEACTIONBODY_set)
10780    ASSOCOSNAPPOINTREFACTIONPARAM = property(_LibreDWG._dwg_object_object_tio_ASSOCOSNAPPOINTREFACTIONPARAM_get, _LibreDWG._dwg_object_object_tio_ASSOCOSNAPPOINTREFACTIONPARAM_set)
10781    ASSOCPATCHSURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCPATCHSURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCPATCHSURFACEACTIONBODY_set)
10782    ASSOCPATHACTIONPARAM = property(_LibreDWG._dwg_object_object_tio_ASSOCPATHACTIONPARAM_get, _LibreDWG._dwg_object_object_tio_ASSOCPATHACTIONPARAM_set)
10783    ASSOCPLANESURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCPLANESURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCPLANESURFACEACTIONBODY_set)
10784    ASSOCPOINTREFACTIONPARAM = property(_LibreDWG._dwg_object_object_tio_ASSOCPOINTREFACTIONPARAM_get, _LibreDWG._dwg_object_object_tio_ASSOCPOINTREFACTIONPARAM_set)
10785    ASSOCREVOLVEDSURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCREVOLVEDSURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCREVOLVEDSURFACEACTIONBODY_set)
10786    ASSOCTRIMSURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCTRIMSURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCTRIMSURFACEACTIONBODY_set)
10787    ASSOCVALUEDEPENDENCY = property(_LibreDWG._dwg_object_object_tio_ASSOCVALUEDEPENDENCY_get, _LibreDWG._dwg_object_object_tio_ASSOCVALUEDEPENDENCY_set)
10788    ASSOCVARIABLE = property(_LibreDWG._dwg_object_object_tio_ASSOCVARIABLE_get, _LibreDWG._dwg_object_object_tio_ASSOCVARIABLE_set)
10789    ASSOCVERTEXACTIONPARAM = property(_LibreDWG._dwg_object_object_tio_ASSOCVERTEXACTIONPARAM_get, _LibreDWG._dwg_object_object_tio_ASSOCVERTEXACTIONPARAM_set)
10790    BLKREFOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_BLKREFOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_BLKREFOBJECTCONTEXTDATA_set)
10791    BLOCKALIGNEDCONSTRAINTPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKALIGNEDCONSTRAINTPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKALIGNEDCONSTRAINTPARAMETER_set)
10792    BLOCKANGULARCONSTRAINTPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKANGULARCONSTRAINTPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKANGULARCONSTRAINTPARAMETER_set)
10793    BLOCKARRAYACTION = property(_LibreDWG._dwg_object_object_tio_BLOCKARRAYACTION_get, _LibreDWG._dwg_object_object_tio_BLOCKARRAYACTION_set)
10794    BLOCKDIAMETRICCONSTRAINTPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKDIAMETRICCONSTRAINTPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKDIAMETRICCONSTRAINTPARAMETER_set)
10795    BLOCKHORIZONTALCONSTRAINTPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKHORIZONTALCONSTRAINTPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKHORIZONTALCONSTRAINTPARAMETER_set)
10796    BLOCKLINEARCONSTRAINTPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKLINEARCONSTRAINTPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKLINEARCONSTRAINTPARAMETER_set)
10797    BLOCKLINEARPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKLINEARPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKLINEARPARAMETER_set)
10798    BLOCKLOOKUPACTION = property(_LibreDWG._dwg_object_object_tio_BLOCKLOOKUPACTION_get, _LibreDWG._dwg_object_object_tio_BLOCKLOOKUPACTION_set)
10799    BLOCKLOOKUPPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKLOOKUPPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKLOOKUPPARAMETER_set)
10800    BLOCKPARAMDEPENDENCYBODY = property(_LibreDWG._dwg_object_object_tio_BLOCKPARAMDEPENDENCYBODY_get, _LibreDWG._dwg_object_object_tio_BLOCKPARAMDEPENDENCYBODY_set)
10801    BLOCKPOINTPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKPOINTPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKPOINTPARAMETER_set)
10802    BLOCKPOLARGRIP = property(_LibreDWG._dwg_object_object_tio_BLOCKPOLARGRIP_get, _LibreDWG._dwg_object_object_tio_BLOCKPOLARGRIP_set)
10803    BLOCKPOLARPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKPOLARPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKPOLARPARAMETER_set)
10804    BLOCKPOLARSTRETCHACTION = property(_LibreDWG._dwg_object_object_tio_BLOCKPOLARSTRETCHACTION_get, _LibreDWG._dwg_object_object_tio_BLOCKPOLARSTRETCHACTION_set)
10805    BLOCKRADIALCONSTRAINTPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKRADIALCONSTRAINTPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKRADIALCONSTRAINTPARAMETER_set)
10806    BLOCKREPRESENTATION = property(_LibreDWG._dwg_object_object_tio_BLOCKREPRESENTATION_get, _LibreDWG._dwg_object_object_tio_BLOCKREPRESENTATION_set)
10807    BLOCKROTATIONPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKROTATIONPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKROTATIONPARAMETER_set)
10808    BLOCKSTRETCHACTION = property(_LibreDWG._dwg_object_object_tio_BLOCKSTRETCHACTION_get, _LibreDWG._dwg_object_object_tio_BLOCKSTRETCHACTION_set)
10809    BLOCKUSERPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKUSERPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKUSERPARAMETER_set)
10810    BLOCKVERTICALCONSTRAINTPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKVERTICALCONSTRAINTPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKVERTICALCONSTRAINTPARAMETER_set)
10811    BLOCKVISIBILITYPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKVISIBILITYPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKVISIBILITYPARAMETER_set)
10812    BLOCKXYGRIP = property(_LibreDWG._dwg_object_object_tio_BLOCKXYGRIP_get, _LibreDWG._dwg_object_object_tio_BLOCKXYGRIP_set)
10813    BLOCKXYPARAMETER = property(_LibreDWG._dwg_object_object_tio_BLOCKXYPARAMETER_get, _LibreDWG._dwg_object_object_tio_BLOCKXYPARAMETER_set)
10814    DATALINK = property(_LibreDWG._dwg_object_object_tio_DATALINK_get, _LibreDWG._dwg_object_object_tio_DATALINK_set)
10815    DBCOLOR = property(_LibreDWG._dwg_object_object_tio_DBCOLOR_get, _LibreDWG._dwg_object_object_tio_DBCOLOR_set)
10816    EVALUATION_GRAPH = property(_LibreDWG._dwg_object_object_tio_EVALUATION_GRAPH_get, _LibreDWG._dwg_object_object_tio_EVALUATION_GRAPH_set)
10817    FCFOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_FCFOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_FCFOBJECTCONTEXTDATA_set)
10818    GRADIENT_BACKGROUND = property(_LibreDWG._dwg_object_object_tio_GRADIENT_BACKGROUND_get, _LibreDWG._dwg_object_object_tio_GRADIENT_BACKGROUND_set)
10819    GROUND_PLANE_BACKGROUND = property(_LibreDWG._dwg_object_object_tio_GROUND_PLANE_BACKGROUND_get, _LibreDWG._dwg_object_object_tio_GROUND_PLANE_BACKGROUND_set)
10820    IBL_BACKGROUND = property(_LibreDWG._dwg_object_object_tio_IBL_BACKGROUND_get, _LibreDWG._dwg_object_object_tio_IBL_BACKGROUND_set)
10821    IMAGE_BACKGROUND = property(_LibreDWG._dwg_object_object_tio_IMAGE_BACKGROUND_get, _LibreDWG._dwg_object_object_tio_IMAGE_BACKGROUND_set)
10822    LEADEROBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_LEADEROBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_LEADEROBJECTCONTEXTDATA_set)
10823    LIGHTLIST = property(_LibreDWG._dwg_object_object_tio_LIGHTLIST_get, _LibreDWG._dwg_object_object_tio_LIGHTLIST_set)
10824    MATERIAL = property(_LibreDWG._dwg_object_object_tio_MATERIAL_get, _LibreDWG._dwg_object_object_tio_MATERIAL_set)
10825    MENTALRAYRENDERSETTINGS = property(_LibreDWG._dwg_object_object_tio_MENTALRAYRENDERSETTINGS_get, _LibreDWG._dwg_object_object_tio_MENTALRAYRENDERSETTINGS_set)
10826    MTEXTOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_MTEXTOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_MTEXTOBJECTCONTEXTDATA_set)
10827    OBJECT_PTR = property(_LibreDWG._dwg_object_object_tio_OBJECT_PTR_get, _LibreDWG._dwg_object_object_tio_OBJECT_PTR_set)
10828    PARTIAL_VIEWING_INDEX = property(_LibreDWG._dwg_object_object_tio_PARTIAL_VIEWING_INDEX_get, _LibreDWG._dwg_object_object_tio_PARTIAL_VIEWING_INDEX_set)
10829    POINTCLOUDCOLORMAP = property(_LibreDWG._dwg_object_object_tio_POINTCLOUDCOLORMAP_get, _LibreDWG._dwg_object_object_tio_POINTCLOUDCOLORMAP_set)
10830    POINTCLOUDDEF = property(_LibreDWG._dwg_object_object_tio_POINTCLOUDDEF_get, _LibreDWG._dwg_object_object_tio_POINTCLOUDDEF_set)
10831    POINTCLOUDDEFEX = property(_LibreDWG._dwg_object_object_tio_POINTCLOUDDEFEX_get, _LibreDWG._dwg_object_object_tio_POINTCLOUDDEFEX_set)
10832    POINTCLOUDDEF_REACTOR = property(_LibreDWG._dwg_object_object_tio_POINTCLOUDDEF_REACTOR_get, _LibreDWG._dwg_object_object_tio_POINTCLOUDDEF_REACTOR_set)
10833    POINTCLOUDDEF_REACTOR_EX = property(_LibreDWG._dwg_object_object_tio_POINTCLOUDDEF_REACTOR_EX_get, _LibreDWG._dwg_object_object_tio_POINTCLOUDDEF_REACTOR_EX_set)
10834    PROXY_OBJECT = property(_LibreDWG._dwg_object_object_tio_PROXY_OBJECT_get, _LibreDWG._dwg_object_object_tio_PROXY_OBJECT_set)
10835    RAPIDRTRENDERSETTINGS = property(_LibreDWG._dwg_object_object_tio_RAPIDRTRENDERSETTINGS_get, _LibreDWG._dwg_object_object_tio_RAPIDRTRENDERSETTINGS_set)
10836    RENDERENTRY = property(_LibreDWG._dwg_object_object_tio_RENDERENTRY_get, _LibreDWG._dwg_object_object_tio_RENDERENTRY_set)
10837    RENDERENVIRONMENT = property(_LibreDWG._dwg_object_object_tio_RENDERENVIRONMENT_get, _LibreDWG._dwg_object_object_tio_RENDERENVIRONMENT_set)
10838    RENDERGLOBAL = property(_LibreDWG._dwg_object_object_tio_RENDERGLOBAL_get, _LibreDWG._dwg_object_object_tio_RENDERGLOBAL_set)
10839    RENDERSETTINGS = property(_LibreDWG._dwg_object_object_tio_RENDERSETTINGS_get, _LibreDWG._dwg_object_object_tio_RENDERSETTINGS_set)
10840    SECTION_SETTINGS = property(_LibreDWG._dwg_object_object_tio_SECTION_SETTINGS_get, _LibreDWG._dwg_object_object_tio_SECTION_SETTINGS_set)
10841    SKYLIGHT_BACKGROUND = property(_LibreDWG._dwg_object_object_tio_SKYLIGHT_BACKGROUND_get, _LibreDWG._dwg_object_object_tio_SKYLIGHT_BACKGROUND_set)
10842    SOLID_BACKGROUND = property(_LibreDWG._dwg_object_object_tio_SOLID_BACKGROUND_get, _LibreDWG._dwg_object_object_tio_SOLID_BACKGROUND_set)
10843    SPATIAL_INDEX = property(_LibreDWG._dwg_object_object_tio_SPATIAL_INDEX_get, _LibreDWG._dwg_object_object_tio_SPATIAL_INDEX_set)
10844    SUN = property(_LibreDWG._dwg_object_object_tio_SUN_get, _LibreDWG._dwg_object_object_tio_SUN_set)
10845    TABLESTYLE = property(_LibreDWG._dwg_object_object_tio_TABLESTYLE_get, _LibreDWG._dwg_object_object_tio_TABLESTYLE_set)
10846    TEXTOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_TEXTOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_TEXTOBJECTCONTEXTDATA_set)
10847    ASSOCARRAYMODIFYPARAMETERS = property(_LibreDWG._dwg_object_object_tio_ASSOCARRAYMODIFYPARAMETERS_get, _LibreDWG._dwg_object_object_tio_ASSOCARRAYMODIFYPARAMETERS_set)
10848    ASSOCARRAYPATHPARAMETERS = property(_LibreDWG._dwg_object_object_tio_ASSOCARRAYPATHPARAMETERS_get, _LibreDWG._dwg_object_object_tio_ASSOCARRAYPATHPARAMETERS_set)
10849    ASSOCARRAYPOLARPARAMETERS = property(_LibreDWG._dwg_object_object_tio_ASSOCARRAYPOLARPARAMETERS_get, _LibreDWG._dwg_object_object_tio_ASSOCARRAYPOLARPARAMETERS_set)
10850    ASSOCARRAYRECTANGULARPARAMETERS = property(_LibreDWG._dwg_object_object_tio_ASSOCARRAYRECTANGULARPARAMETERS_get, _LibreDWG._dwg_object_object_tio_ASSOCARRAYRECTANGULARPARAMETERS_set)
10851    ACMECOMMANDHISTORY = property(_LibreDWG._dwg_object_object_tio_ACMECOMMANDHISTORY_get, _LibreDWG._dwg_object_object_tio_ACMECOMMANDHISTORY_set)
10852    ACMESCOPE = property(_LibreDWG._dwg_object_object_tio_ACMESCOPE_get, _LibreDWG._dwg_object_object_tio_ACMESCOPE_set)
10853    ACMESTATEMGR = property(_LibreDWG._dwg_object_object_tio_ACMESTATEMGR_get, _LibreDWG._dwg_object_object_tio_ACMESTATEMGR_set)
10854    ACSH_EXTRUSION_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_EXTRUSION_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_EXTRUSION_CLASS_set)
10855    ACSH_LOFT_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_LOFT_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_LOFT_CLASS_set)
10856    ACSH_REVOLVE_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_REVOLVE_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_REVOLVE_CLASS_set)
10857    ACSH_SWEEP_CLASS = property(_LibreDWG._dwg_object_object_tio_ACSH_SWEEP_CLASS_get, _LibreDWG._dwg_object_object_tio_ACSH_SWEEP_CLASS_set)
10858    ANGDIMOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_ANGDIMOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_ANGDIMOBJECTCONTEXTDATA_set)
10859    ANNOTSCALEOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_ANNOTSCALEOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_ANNOTSCALEOBJECTCONTEXTDATA_set)
10860    ASSOC3POINTANGULARDIMACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOC3POINTANGULARDIMACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOC3POINTANGULARDIMACTIONBODY_set)
10861    ASSOCALIGNEDDIMACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCALIGNEDDIMACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCALIGNEDDIMACTIONBODY_set)
10862    ASSOCARRAYMODIFYACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCARRAYMODIFYACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCARRAYMODIFYACTIONBODY_set)
10863    ASSOCEDGEACTIONPARAM = property(_LibreDWG._dwg_object_object_tio_ASSOCEDGEACTIONPARAM_get, _LibreDWG._dwg_object_object_tio_ASSOCEDGEACTIONPARAM_set)
10864    ASSOCEDGECHAMFERACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCEDGECHAMFERACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCEDGECHAMFERACTIONBODY_set)
10865    ASSOCEDGEFILLETACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCEDGEFILLETACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCEDGEFILLETACTIONBODY_set)
10866    ASSOCMLEADERACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCMLEADERACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCMLEADERACTIONBODY_set)
10867    ASSOCORDINATEDIMACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCORDINATEDIMACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCORDINATEDIMACTIONBODY_set)
10868    ASSOCPERSSUBENTMANAGER = property(_LibreDWG._dwg_object_object_tio_ASSOCPERSSUBENTMANAGER_get, _LibreDWG._dwg_object_object_tio_ASSOCPERSSUBENTMANAGER_set)
10869    ASSOCRESTOREENTITYSTATEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCRESTOREENTITYSTATEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCRESTOREENTITYSTATEACTIONBODY_set)
10870    ASSOCROTATEDDIMACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCROTATEDDIMACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCROTATEDDIMACTIONBODY_set)
10871    ASSOCSWEPTSURFACEACTIONBODY = property(_LibreDWG._dwg_object_object_tio_ASSOCSWEPTSURFACEACTIONBODY_get, _LibreDWG._dwg_object_object_tio_ASSOCSWEPTSURFACEACTIONBODY_set)
10872    BLOCKPROPERTIESTABLE = property(_LibreDWG._dwg_object_object_tio_BLOCKPROPERTIESTABLE_get, _LibreDWG._dwg_object_object_tio_BLOCKPROPERTIESTABLE_set)
10873    BLOCKPROPERTIESTABLEGRIP = property(_LibreDWG._dwg_object_object_tio_BLOCKPROPERTIESTABLEGRIP_get, _LibreDWG._dwg_object_object_tio_BLOCKPROPERTIESTABLEGRIP_set)
10874    CONTEXTDATAMANAGER = property(_LibreDWG._dwg_object_object_tio_CONTEXTDATAMANAGER_get, _LibreDWG._dwg_object_object_tio_CONTEXTDATAMANAGER_set)
10875    CSACDOCUMENTOPTIONS = property(_LibreDWG._dwg_object_object_tio_CSACDOCUMENTOPTIONS_get, _LibreDWG._dwg_object_object_tio_CSACDOCUMENTOPTIONS_set)
10876    CURVEPATH = property(_LibreDWG._dwg_object_object_tio_CURVEPATH_get, _LibreDWG._dwg_object_object_tio_CURVEPATH_set)
10877    DATATABLE = property(_LibreDWG._dwg_object_object_tio_DATATABLE_get, _LibreDWG._dwg_object_object_tio_DATATABLE_set)
10878    DIMASSOC = property(_LibreDWG._dwg_object_object_tio_DIMASSOC_get, _LibreDWG._dwg_object_object_tio_DIMASSOC_set)
10879    DMDIMOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_DMDIMOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_DMDIMOBJECTCONTEXTDATA_set)
10880    DYNAMICBLOCKPROXYNODE = property(_LibreDWG._dwg_object_object_tio_DYNAMICBLOCKPROXYNODE_get, _LibreDWG._dwg_object_object_tio_DYNAMICBLOCKPROXYNODE_set)
10881    GEOMAPIMAGE = property(_LibreDWG._dwg_object_object_tio_GEOMAPIMAGE_get, _LibreDWG._dwg_object_object_tio_GEOMAPIMAGE_set)
10882    LAYOUTPRINTCONFIG = property(_LibreDWG._dwg_object_object_tio_LAYOUTPRINTCONFIG_get, _LibreDWG._dwg_object_object_tio_LAYOUTPRINTCONFIG_set)
10883    MLEADEROBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_MLEADEROBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_MLEADEROBJECTCONTEXTDATA_set)
10884    MOTIONPATH = property(_LibreDWG._dwg_object_object_tio_MOTIONPATH_get, _LibreDWG._dwg_object_object_tio_MOTIONPATH_set)
10885    MTEXTATTRIBUTEOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_MTEXTATTRIBUTEOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_MTEXTATTRIBUTEOBJECTCONTEXTDATA_set)
10886    NAVISWORKSMODELDEF = property(_LibreDWG._dwg_object_object_tio_NAVISWORKSMODELDEF_get, _LibreDWG._dwg_object_object_tio_NAVISWORKSMODELDEF_set)
10887    ORDDIMOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_ORDDIMOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_ORDDIMOBJECTCONTEXTDATA_set)
10888    PERSUBENTMGR = property(_LibreDWG._dwg_object_object_tio_PERSUBENTMGR_get, _LibreDWG._dwg_object_object_tio_PERSUBENTMGR_set)
10889    POINTPATH = property(_LibreDWG._dwg_object_object_tio_POINTPATH_get, _LibreDWG._dwg_object_object_tio_POINTPATH_set)
10890    RADIMLGOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_RADIMLGOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_RADIMLGOBJECTCONTEXTDATA_set)
10891    RADIMOBJECTCONTEXTDATA = property(_LibreDWG._dwg_object_object_tio_RADIMOBJECTCONTEXTDATA_get, _LibreDWG._dwg_object_object_tio_RADIMOBJECTCONTEXTDATA_set)
10892    SUNSTUDY = property(_LibreDWG._dwg_object_object_tio_SUNSTUDY_get, _LibreDWG._dwg_object_object_tio_SUNSTUDY_set)
10893    TABLECONTENT = property(_LibreDWG._dwg_object_object_tio_TABLECONTENT_get, _LibreDWG._dwg_object_object_tio_TABLECONTENT_set)
10894    TVDEVICEPROPERTIES = property(_LibreDWG._dwg_object_object_tio_TVDEVICEPROPERTIES_get, _LibreDWG._dwg_object_object_tio_TVDEVICEPROPERTIES_set)
10895
10896    def __init__(self):
10897        _LibreDWG._dwg_object_object_tio_swiginit(self, _LibreDWG.new__dwg_object_object_tio())
10898    __swig_destroy__ = _LibreDWG.delete__dwg_object_object_tio
10899
10900# Register _dwg_object_object_tio in _LibreDWG:
10901_LibreDWG._dwg_object_object_tio_swigregister(_dwg_object_object_tio)
10902
10903class Dwg_Class(object):
10904    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10905    __repr__ = _swig_repr
10906    number = property(_LibreDWG.Dwg_Class_number_get, _LibreDWG.Dwg_Class_number_set)
10907    proxyflag = property(_LibreDWG.Dwg_Class_proxyflag_get, _LibreDWG.Dwg_Class_proxyflag_set)
10908    appname = property(_LibreDWG.Dwg_Class_appname_get, _LibreDWG.Dwg_Class_appname_set)
10909    cppname = property(_LibreDWG.Dwg_Class_cppname_get, _LibreDWG.Dwg_Class_cppname_set)
10910    dxfname = property(_LibreDWG.Dwg_Class_dxfname_get, _LibreDWG.Dwg_Class_dxfname_set)
10911    dxfname_u = property(_LibreDWG.Dwg_Class_dxfname_u_get, _LibreDWG.Dwg_Class_dxfname_u_set)
10912    is_zombie = property(_LibreDWG.Dwg_Class_is_zombie_get, _LibreDWG.Dwg_Class_is_zombie_set)
10913    item_class_id = property(_LibreDWG.Dwg_Class_item_class_id_get, _LibreDWG.Dwg_Class_item_class_id_set)
10914    num_instances = property(_LibreDWG.Dwg_Class_num_instances_get, _LibreDWG.Dwg_Class_num_instances_set)
10915    dwg_version = property(_LibreDWG.Dwg_Class_dwg_version_get, _LibreDWG.Dwg_Class_dwg_version_set)
10916    maint_version = property(_LibreDWG.Dwg_Class_maint_version_get, _LibreDWG.Dwg_Class_maint_version_set)
10917    unknown_1 = property(_LibreDWG.Dwg_Class_unknown_1_get, _LibreDWG.Dwg_Class_unknown_1_set)
10918    unknown_2 = property(_LibreDWG.Dwg_Class_unknown_2_get, _LibreDWG.Dwg_Class_unknown_2_set)
10919
10920    def __init__(self):
10921        _LibreDWG.Dwg_Class_swiginit(self, _LibreDWG.new_Dwg_Class())
10922    __swig_destroy__ = _LibreDWG.delete_Dwg_Class
10923
10924# Register Dwg_Class in _LibreDWG:
10925_LibreDWG.Dwg_Class_swigregister(Dwg_Class)
10926
10927class Dwg_Object(object):
10928    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10929    __repr__ = _swig_repr
10930    size = property(_LibreDWG.Dwg_Object_size_get, _LibreDWG.Dwg_Object_size_set)
10931    address = property(_LibreDWG.Dwg_Object_address_get, _LibreDWG.Dwg_Object_address_set)
10932    type = property(_LibreDWG.Dwg_Object_type_get, _LibreDWG.Dwg_Object_type_set)
10933    index = property(_LibreDWG.Dwg_Object_index_get, _LibreDWG.Dwg_Object_index_set)
10934    fixedtype = property(_LibreDWG.Dwg_Object_fixedtype_get, _LibreDWG.Dwg_Object_fixedtype_set)
10935    name = property(_LibreDWG.Dwg_Object_name_get, _LibreDWG.Dwg_Object_name_set)
10936    dxfname = property(_LibreDWG.Dwg_Object_dxfname_get, _LibreDWG.Dwg_Object_dxfname_set)
10937    supertype = property(_LibreDWG.Dwg_Object_supertype_get, _LibreDWG.Dwg_Object_supertype_set)
10938    tio = property(_LibreDWG.Dwg_Object_tio_get)
10939    handle = property(_LibreDWG.Dwg_Object_handle_get, _LibreDWG.Dwg_Object_handle_set)
10940    parent = property(_LibreDWG.Dwg_Object_parent_get, _LibreDWG.Dwg_Object_parent_set)
10941    klass = property(_LibreDWG.Dwg_Object_klass_get, _LibreDWG.Dwg_Object_klass_set)
10942    bitsize = property(_LibreDWG.Dwg_Object_bitsize_get, _LibreDWG.Dwg_Object_bitsize_set)
10943    bitsize_pos = property(_LibreDWG.Dwg_Object_bitsize_pos_get, _LibreDWG.Dwg_Object_bitsize_pos_set)
10944    hdlpos = property(_LibreDWG.Dwg_Object_hdlpos_get, _LibreDWG.Dwg_Object_hdlpos_set)
10945    was_bitsize_set = property(_LibreDWG.Dwg_Object_was_bitsize_set_get, _LibreDWG.Dwg_Object_was_bitsize_set_set)
10946    has_strings = property(_LibreDWG.Dwg_Object_has_strings_get, _LibreDWG.Dwg_Object_has_strings_set)
10947    stringstream_size = property(_LibreDWG.Dwg_Object_stringstream_size_get, _LibreDWG.Dwg_Object_stringstream_size_set)
10948    handlestream_size = property(_LibreDWG.Dwg_Object_handlestream_size_get, _LibreDWG.Dwg_Object_handlestream_size_set)
10949    common_size = property(_LibreDWG.Dwg_Object_common_size_get, _LibreDWG.Dwg_Object_common_size_set)
10950    num_unknown_bits = property(_LibreDWG.Dwg_Object_num_unknown_bits_get, _LibreDWG.Dwg_Object_num_unknown_bits_set)
10951    unknown_bits = property(_LibreDWG.Dwg_Object_unknown_bits_get, _LibreDWG.Dwg_Object_unknown_bits_set)
10952
10953    def __init__(self):
10954        _LibreDWG.Dwg_Object_swiginit(self, _LibreDWG.new_Dwg_Object())
10955    __swig_destroy__ = _LibreDWG.delete_Dwg_Object
10956
10957# Register Dwg_Object in _LibreDWG:
10958_LibreDWG.Dwg_Object_swigregister(Dwg_Object)
10959
10960class _dwg_object_tio(object):
10961    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10962    __repr__ = _swig_repr
10963    entity = property(_LibreDWG._dwg_object_tio_entity_get, _LibreDWG._dwg_object_tio_entity_set)
10964    object = property(_LibreDWG._dwg_object_tio_object_get, _LibreDWG._dwg_object_tio_object_set)
10965
10966    def __init__(self):
10967        _LibreDWG._dwg_object_tio_swiginit(self, _LibreDWG.new__dwg_object_tio())
10968    __swig_destroy__ = _LibreDWG.delete__dwg_object_tio
10969
10970# Register _dwg_object_tio in _LibreDWG:
10971_LibreDWG._dwg_object_tio_swigregister(_dwg_object_tio)
10972
10973class Dwg_Chain(object):
10974    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
10975    __repr__ = _swig_repr
10976    chain = property(_LibreDWG.Dwg_Chain_chain_get, _LibreDWG.Dwg_Chain_chain_set)
10977    size = property(_LibreDWG.Dwg_Chain_size_get, _LibreDWG.Dwg_Chain_size_set)
10978    byte = property(_LibreDWG.Dwg_Chain_byte_get, _LibreDWG.Dwg_Chain_byte_set)
10979    bit = property(_LibreDWG.Dwg_Chain_bit_get, _LibreDWG.Dwg_Chain_bit_set)
10980
10981    def __init__(self):
10982        _LibreDWG.Dwg_Chain_swiginit(self, _LibreDWG.new_Dwg_Chain())
10983    __swig_destroy__ = _LibreDWG.delete_Dwg_Chain
10984
10985# Register Dwg_Chain in _LibreDWG:
10986_LibreDWG.Dwg_Chain_swigregister(Dwg_Chain)
10987
10988SECTION_UNKNOWN = _LibreDWG.SECTION_UNKNOWN
10989SECTION_HEADER = _LibreDWG.SECTION_HEADER
10990SECTION_AUXHEADER = _LibreDWG.SECTION_AUXHEADER
10991SECTION_CLASSES = _LibreDWG.SECTION_CLASSES
10992SECTION_HANDLES = _LibreDWG.SECTION_HANDLES
10993SECTION_TEMPLATE = _LibreDWG.SECTION_TEMPLATE
10994SECTION_OBJFREESPACE = _LibreDWG.SECTION_OBJFREESPACE
10995SECTION_OBJECTS = _LibreDWG.SECTION_OBJECTS
10996SECTION_REVHISTORY = _LibreDWG.SECTION_REVHISTORY
10997SECTION_SUMMARYINFO = _LibreDWG.SECTION_SUMMARYINFO
10998SECTION_PREVIEW = _LibreDWG.SECTION_PREVIEW
10999SECTION_APPINFO = _LibreDWG.SECTION_APPINFO
11000SECTION_APPINFOHISTORY = _LibreDWG.SECTION_APPINFOHISTORY
11001SECTION_FILEDEPLIST = _LibreDWG.SECTION_FILEDEPLIST
11002SECTION_SECURITY = _LibreDWG.SECTION_SECURITY
11003SECTION_VBAPROJECT = _LibreDWG.SECTION_VBAPROJECT
11004SECTION_SIGNATURE = _LibreDWG.SECTION_SIGNATURE
11005SECTION_ACDS = _LibreDWG.SECTION_ACDS
11006SECTION_INFO = _LibreDWG.SECTION_INFO
11007SECTION_SYSTEM_MAP = _LibreDWG.SECTION_SYSTEM_MAP
11008SECTION_HEADER_R13 = _LibreDWG.SECTION_HEADER_R13
11009SECTION_CLASSES_R13 = _LibreDWG.SECTION_CLASSES_R13
11010SECTION_HANDLES_R13 = _LibreDWG.SECTION_HANDLES_R13
11011SECTION_2NDHEADER_R13 = _LibreDWG.SECTION_2NDHEADER_R13
11012SECTION_MEASUREMENT_R13 = _LibreDWG.SECTION_MEASUREMENT_R13
11013SECTION_AUXHEADER_R2000 = _LibreDWG.SECTION_AUXHEADER_R2000
11014SECTION_HEADER_R11 = _LibreDWG.SECTION_HEADER_R11
11015SECTION_BLOCK = _LibreDWG.SECTION_BLOCK
11016SECTION_LAYER = _LibreDWG.SECTION_LAYER
11017SECTION_STYLE = _LibreDWG.SECTION_STYLE
11018SECTION_LTYPE = _LibreDWG.SECTION_LTYPE
11019SECTION_VIEW = _LibreDWG.SECTION_VIEW
11020SECTION_UCS = _LibreDWG.SECTION_UCS
11021SECTION_VPORT = _LibreDWG.SECTION_VPORT
11022SECTION_APPID = _LibreDWG.SECTION_APPID
11023SECTION_DIMSTYLE = _LibreDWG.SECTION_DIMSTYLE
11024SECTION_VX = _LibreDWG.SECTION_VX
11025class Dwg_Section(object):
11026    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11027    __repr__ = _swig_repr
11028    number = property(_LibreDWG.Dwg_Section_number_get, _LibreDWG.Dwg_Section_number_set)
11029    size = property(_LibreDWG.Dwg_Section_size_get, _LibreDWG.Dwg_Section_size_set)
11030    address = property(_LibreDWG.Dwg_Section_address_get, _LibreDWG.Dwg_Section_address_set)
11031    parent = property(_LibreDWG.Dwg_Section_parent_get, _LibreDWG.Dwg_Section_parent_set)
11032    left = property(_LibreDWG.Dwg_Section_left_get, _LibreDWG.Dwg_Section_left_set)
11033    right = property(_LibreDWG.Dwg_Section_right_get, _LibreDWG.Dwg_Section_right_set)
11034    x00 = property(_LibreDWG.Dwg_Section_x00_get, _LibreDWG.Dwg_Section_x00_set)
11035    type = property(_LibreDWG.Dwg_Section_type_get, _LibreDWG.Dwg_Section_type_set)
11036    name = property(_LibreDWG.Dwg_Section_name_get, _LibreDWG.Dwg_Section_name_set)
11037    section_type = property(_LibreDWG.Dwg_Section_section_type_get, _LibreDWG.Dwg_Section_section_type_set)
11038    decomp_data_size = property(_LibreDWG.Dwg_Section_decomp_data_size_get, _LibreDWG.Dwg_Section_decomp_data_size_set)
11039    comp_data_size = property(_LibreDWG.Dwg_Section_comp_data_size_get, _LibreDWG.Dwg_Section_comp_data_size_set)
11040    compression_type = property(_LibreDWG.Dwg_Section_compression_type_get, _LibreDWG.Dwg_Section_compression_type_set)
11041    checksum = property(_LibreDWG.Dwg_Section_checksum_get, _LibreDWG.Dwg_Section_checksum_set)
11042
11043    def __init__(self):
11044        _LibreDWG.Dwg_Section_swiginit(self, _LibreDWG.new_Dwg_Section())
11045    __swig_destroy__ = _LibreDWG.delete_Dwg_Section
11046
11047# Register Dwg_Section in _LibreDWG:
11048_LibreDWG.Dwg_Section_swigregister(Dwg_Section)
11049
11050class Dwg_Section_InfoHdr(object):
11051    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11052    __repr__ = _swig_repr
11053    num_desc = property(_LibreDWG.Dwg_Section_InfoHdr_num_desc_get, _LibreDWG.Dwg_Section_InfoHdr_num_desc_set)
11054    compressed = property(_LibreDWG.Dwg_Section_InfoHdr_compressed_get, _LibreDWG.Dwg_Section_InfoHdr_compressed_set)
11055    max_size = property(_LibreDWG.Dwg_Section_InfoHdr_max_size_get, _LibreDWG.Dwg_Section_InfoHdr_max_size_set)
11056    encrypted = property(_LibreDWG.Dwg_Section_InfoHdr_encrypted_get, _LibreDWG.Dwg_Section_InfoHdr_encrypted_set)
11057    num_desc2 = property(_LibreDWG.Dwg_Section_InfoHdr_num_desc2_get, _LibreDWG.Dwg_Section_InfoHdr_num_desc2_set)
11058
11059    def __init__(self):
11060        _LibreDWG.Dwg_Section_InfoHdr_swiginit(self, _LibreDWG.new_Dwg_Section_InfoHdr())
11061    __swig_destroy__ = _LibreDWG.delete_Dwg_Section_InfoHdr
11062
11063# Register Dwg_Section_InfoHdr in _LibreDWG:
11064_LibreDWG.Dwg_Section_InfoHdr_swigregister(Dwg_Section_InfoHdr)
11065
11066class Dwg_Section_Info(object):
11067    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11068    __repr__ = _swig_repr
11069    size = property(_LibreDWG.Dwg_Section_Info_size_get, _LibreDWG.Dwg_Section_Info_size_set)
11070    num_sections = property(_LibreDWG.Dwg_Section_Info_num_sections_get, _LibreDWG.Dwg_Section_Info_num_sections_set)
11071    max_decomp_size = property(_LibreDWG.Dwg_Section_Info_max_decomp_size_get, _LibreDWG.Dwg_Section_Info_max_decomp_size_set)
11072    unknown = property(_LibreDWG.Dwg_Section_Info_unknown_get, _LibreDWG.Dwg_Section_Info_unknown_set)
11073    compressed = property(_LibreDWG.Dwg_Section_Info_compressed_get, _LibreDWG.Dwg_Section_Info_compressed_set)
11074    type = property(_LibreDWG.Dwg_Section_Info_type_get, _LibreDWG.Dwg_Section_Info_type_set)
11075    encrypted = property(_LibreDWG.Dwg_Section_Info_encrypted_get, _LibreDWG.Dwg_Section_Info_encrypted_set)
11076    name = property(_LibreDWG.Dwg_Section_Info_name_get, _LibreDWG.Dwg_Section_Info_name_set)
11077    fixedtype = property(_LibreDWG.Dwg_Section_Info_fixedtype_get, _LibreDWG.Dwg_Section_Info_fixedtype_set)
11078    sections = property(_LibreDWG.Dwg_Section_Info_sections_get, _LibreDWG.Dwg_Section_Info_sections_set)
11079
11080    def __init__(self):
11081        _LibreDWG.Dwg_Section_Info_swiginit(self, _LibreDWG.new_Dwg_Section_Info())
11082    __swig_destroy__ = _LibreDWG.delete_Dwg_Section_Info
11083
11084# Register Dwg_Section_Info in _LibreDWG:
11085_LibreDWG.Dwg_Section_Info_swigregister(Dwg_Section_Info)
11086
11087class Dwg_SummaryInfo_Property(object):
11088    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11089    __repr__ = _swig_repr
11090    tag = property(_LibreDWG.Dwg_SummaryInfo_Property_tag_get, _LibreDWG.Dwg_SummaryInfo_Property_tag_set)
11091    value = property(_LibreDWG.Dwg_SummaryInfo_Property_value_get, _LibreDWG.Dwg_SummaryInfo_Property_value_set)
11092
11093    def __init__(self):
11094        _LibreDWG.Dwg_SummaryInfo_Property_swiginit(self, _LibreDWG.new_Dwg_SummaryInfo_Property())
11095    __swig_destroy__ = _LibreDWG.delete_Dwg_SummaryInfo_Property
11096
11097# Register Dwg_SummaryInfo_Property in _LibreDWG:
11098_LibreDWG.Dwg_SummaryInfo_Property_swigregister(Dwg_SummaryInfo_Property)
11099
11100class Dwg_FileDepList_Files(object):
11101    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11102    __repr__ = _swig_repr
11103    filename = property(_LibreDWG.Dwg_FileDepList_Files_filename_get, _LibreDWG.Dwg_FileDepList_Files_filename_set)
11104    filepath = property(_LibreDWG.Dwg_FileDepList_Files_filepath_get, _LibreDWG.Dwg_FileDepList_Files_filepath_set)
11105    fingerprint = property(_LibreDWG.Dwg_FileDepList_Files_fingerprint_get, _LibreDWG.Dwg_FileDepList_Files_fingerprint_set)
11106    version = property(_LibreDWG.Dwg_FileDepList_Files_version_get, _LibreDWG.Dwg_FileDepList_Files_version_set)
11107    feature_index = property(_LibreDWG.Dwg_FileDepList_Files_feature_index_get, _LibreDWG.Dwg_FileDepList_Files_feature_index_set)
11108    timestamp = property(_LibreDWG.Dwg_FileDepList_Files_timestamp_get, _LibreDWG.Dwg_FileDepList_Files_timestamp_set)
11109    filesize = property(_LibreDWG.Dwg_FileDepList_Files_filesize_get, _LibreDWG.Dwg_FileDepList_Files_filesize_set)
11110    affects_graphics = property(_LibreDWG.Dwg_FileDepList_Files_affects_graphics_get, _LibreDWG.Dwg_FileDepList_Files_affects_graphics_set)
11111    refcount = property(_LibreDWG.Dwg_FileDepList_Files_refcount_get, _LibreDWG.Dwg_FileDepList_Files_refcount_set)
11112
11113    def __init__(self):
11114        _LibreDWG.Dwg_FileDepList_Files_swiginit(self, _LibreDWG.new_Dwg_FileDepList_Files())
11115    __swig_destroy__ = _LibreDWG.delete_Dwg_FileDepList_Files
11116
11117# Register Dwg_FileDepList_Files in _LibreDWG:
11118_LibreDWG.Dwg_FileDepList_Files_swigregister(Dwg_FileDepList_Files)
11119
11120class Dwg_AcDs_SegmentIndex(object):
11121    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11122    __repr__ = _swig_repr
11123    offset = property(_LibreDWG.Dwg_AcDs_SegmentIndex_offset_get, _LibreDWG.Dwg_AcDs_SegmentIndex_offset_set)
11124    size = property(_LibreDWG.Dwg_AcDs_SegmentIndex_size_get, _LibreDWG.Dwg_AcDs_SegmentIndex_size_set)
11125
11126    def __init__(self):
11127        _LibreDWG.Dwg_AcDs_SegmentIndex_swiginit(self, _LibreDWG.new_Dwg_AcDs_SegmentIndex())
11128    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_SegmentIndex
11129
11130# Register Dwg_AcDs_SegmentIndex in _LibreDWG:
11131_LibreDWG.Dwg_AcDs_SegmentIndex_swigregister(Dwg_AcDs_SegmentIndex)
11132
11133class Dwg_AcDs_DataIndex_Entry(object):
11134    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11135    __repr__ = _swig_repr
11136    segidx = property(_LibreDWG.Dwg_AcDs_DataIndex_Entry_segidx_get, _LibreDWG.Dwg_AcDs_DataIndex_Entry_segidx_set)
11137    offset = property(_LibreDWG.Dwg_AcDs_DataIndex_Entry_offset_get, _LibreDWG.Dwg_AcDs_DataIndex_Entry_offset_set)
11138    schidx = property(_LibreDWG.Dwg_AcDs_DataIndex_Entry_schidx_get, _LibreDWG.Dwg_AcDs_DataIndex_Entry_schidx_set)
11139
11140    def __init__(self):
11141        _LibreDWG.Dwg_AcDs_DataIndex_Entry_swiginit(self, _LibreDWG.new_Dwg_AcDs_DataIndex_Entry())
11142    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_DataIndex_Entry
11143
11144# Register Dwg_AcDs_DataIndex_Entry in _LibreDWG:
11145_LibreDWG.Dwg_AcDs_DataIndex_Entry_swigregister(Dwg_AcDs_DataIndex_Entry)
11146
11147class Dwg_AcDs_DataIndex(object):
11148    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11149    __repr__ = _swig_repr
11150    num_entries = property(_LibreDWG.Dwg_AcDs_DataIndex_num_entries_get, _LibreDWG.Dwg_AcDs_DataIndex_num_entries_set)
11151    di_unknown = property(_LibreDWG.Dwg_AcDs_DataIndex_di_unknown_get, _LibreDWG.Dwg_AcDs_DataIndex_di_unknown_set)
11152    entries = property(_LibreDWG.Dwg_AcDs_DataIndex_entries_get, _LibreDWG.Dwg_AcDs_DataIndex_entries_set)
11153
11154    def __init__(self):
11155        _LibreDWG.Dwg_AcDs_DataIndex_swiginit(self, _LibreDWG.new_Dwg_AcDs_DataIndex())
11156    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_DataIndex
11157
11158# Register Dwg_AcDs_DataIndex in _LibreDWG:
11159_LibreDWG.Dwg_AcDs_DataIndex_swigregister(Dwg_AcDs_DataIndex)
11160
11161class Dwg_AcDs_Data_RecordHdr(object):
11162    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11163    __repr__ = _swig_repr
11164    entry_size = property(_LibreDWG.Dwg_AcDs_Data_RecordHdr_entry_size_get, _LibreDWG.Dwg_AcDs_Data_RecordHdr_entry_size_set)
11165    unknown = property(_LibreDWG.Dwg_AcDs_Data_RecordHdr_unknown_get, _LibreDWG.Dwg_AcDs_Data_RecordHdr_unknown_set)
11166    handle = property(_LibreDWG.Dwg_AcDs_Data_RecordHdr_handle_get, _LibreDWG.Dwg_AcDs_Data_RecordHdr_handle_set)
11167    offset = property(_LibreDWG.Dwg_AcDs_Data_RecordHdr_offset_get, _LibreDWG.Dwg_AcDs_Data_RecordHdr_offset_set)
11168
11169    def __init__(self):
11170        _LibreDWG.Dwg_AcDs_Data_RecordHdr_swiginit(self, _LibreDWG.new_Dwg_AcDs_Data_RecordHdr())
11171    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_Data_RecordHdr
11172
11173# Register Dwg_AcDs_Data_RecordHdr in _LibreDWG:
11174_LibreDWG.Dwg_AcDs_Data_RecordHdr_swigregister(Dwg_AcDs_Data_RecordHdr)
11175
11176class Dwg_AcDs_Data_Record(object):
11177    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11178    __repr__ = _swig_repr
11179    data_size = property(_LibreDWG.Dwg_AcDs_Data_Record_data_size_get, _LibreDWG.Dwg_AcDs_Data_Record_data_size_set)
11180    blob = property(_LibreDWG.Dwg_AcDs_Data_Record_blob_get, _LibreDWG.Dwg_AcDs_Data_Record_blob_set)
11181
11182    def __init__(self):
11183        _LibreDWG.Dwg_AcDs_Data_Record_swiginit(self, _LibreDWG.new_Dwg_AcDs_Data_Record())
11184    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_Data_Record
11185
11186# Register Dwg_AcDs_Data_Record in _LibreDWG:
11187_LibreDWG.Dwg_AcDs_Data_Record_swigregister(Dwg_AcDs_Data_Record)
11188
11189class Dwg_AcDs_Data(object):
11190    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11191    __repr__ = _swig_repr
11192    record_hdrs = property(_LibreDWG.Dwg_AcDs_Data_record_hdrs_get, _LibreDWG.Dwg_AcDs_Data_record_hdrs_set)
11193    records = property(_LibreDWG.Dwg_AcDs_Data_records_get, _LibreDWG.Dwg_AcDs_Data_records_set)
11194
11195    def __init__(self):
11196        _LibreDWG.Dwg_AcDs_Data_swiginit(self, _LibreDWG.new_Dwg_AcDs_Data())
11197    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_Data
11198
11199# Register Dwg_AcDs_Data in _LibreDWG:
11200_LibreDWG.Dwg_AcDs_Data_swigregister(Dwg_AcDs_Data)
11201
11202class Dwg_AcDs_DataBlobRef_Page(object):
11203    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11204    __repr__ = _swig_repr
11205    segidx = property(_LibreDWG.Dwg_AcDs_DataBlobRef_Page_segidx_get, _LibreDWG.Dwg_AcDs_DataBlobRef_Page_segidx_set)
11206    size = property(_LibreDWG.Dwg_AcDs_DataBlobRef_Page_size_get, _LibreDWG.Dwg_AcDs_DataBlobRef_Page_size_set)
11207
11208    def __init__(self):
11209        _LibreDWG.Dwg_AcDs_DataBlobRef_Page_swiginit(self, _LibreDWG.new_Dwg_AcDs_DataBlobRef_Page())
11210    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_DataBlobRef_Page
11211
11212# Register Dwg_AcDs_DataBlobRef_Page in _LibreDWG:
11213_LibreDWG.Dwg_AcDs_DataBlobRef_Page_swigregister(Dwg_AcDs_DataBlobRef_Page)
11214
11215class Dwg_AcDs_DataBlobRef(object):
11216    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11217    __repr__ = _swig_repr
11218    total_data_size = property(_LibreDWG.Dwg_AcDs_DataBlobRef_total_data_size_get, _LibreDWG.Dwg_AcDs_DataBlobRef_total_data_size_set)
11219    num_pages = property(_LibreDWG.Dwg_AcDs_DataBlobRef_num_pages_get, _LibreDWG.Dwg_AcDs_DataBlobRef_num_pages_set)
11220    record_size = property(_LibreDWG.Dwg_AcDs_DataBlobRef_record_size_get, _LibreDWG.Dwg_AcDs_DataBlobRef_record_size_set)
11221    page_size = property(_LibreDWG.Dwg_AcDs_DataBlobRef_page_size_get, _LibreDWG.Dwg_AcDs_DataBlobRef_page_size_set)
11222    unknown_1 = property(_LibreDWG.Dwg_AcDs_DataBlobRef_unknown_1_get, _LibreDWG.Dwg_AcDs_DataBlobRef_unknown_1_set)
11223    unknown_2 = property(_LibreDWG.Dwg_AcDs_DataBlobRef_unknown_2_get, _LibreDWG.Dwg_AcDs_DataBlobRef_unknown_2_set)
11224    pages = property(_LibreDWG.Dwg_AcDs_DataBlobRef_pages_get, _LibreDWG.Dwg_AcDs_DataBlobRef_pages_set)
11225
11226    def __init__(self):
11227        _LibreDWG.Dwg_AcDs_DataBlobRef_swiginit(self, _LibreDWG.new_Dwg_AcDs_DataBlobRef())
11228    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_DataBlobRef
11229
11230# Register Dwg_AcDs_DataBlobRef in _LibreDWG:
11231_LibreDWG.Dwg_AcDs_DataBlobRef_swigregister(Dwg_AcDs_DataBlobRef)
11232
11233class Dwg_AcDs_DataBlob(object):
11234    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11235    __repr__ = _swig_repr
11236    data_size = property(_LibreDWG.Dwg_AcDs_DataBlob_data_size_get, _LibreDWG.Dwg_AcDs_DataBlob_data_size_set)
11237    page_count = property(_LibreDWG.Dwg_AcDs_DataBlob_page_count_get, _LibreDWG.Dwg_AcDs_DataBlob_page_count_set)
11238    record_size = property(_LibreDWG.Dwg_AcDs_DataBlob_record_size_get, _LibreDWG.Dwg_AcDs_DataBlob_record_size_set)
11239    page_size = property(_LibreDWG.Dwg_AcDs_DataBlob_page_size_get, _LibreDWG.Dwg_AcDs_DataBlob_page_size_set)
11240    unknown_1 = property(_LibreDWG.Dwg_AcDs_DataBlob_unknown_1_get, _LibreDWG.Dwg_AcDs_DataBlob_unknown_1_set)
11241    unknown_2 = property(_LibreDWG.Dwg_AcDs_DataBlob_unknown_2_get, _LibreDWG.Dwg_AcDs_DataBlob_unknown_2_set)
11242    ref = property(_LibreDWG.Dwg_AcDs_DataBlob_ref_get, _LibreDWG.Dwg_AcDs_DataBlob_ref_set)
11243
11244    def __init__(self):
11245        _LibreDWG.Dwg_AcDs_DataBlob_swiginit(self, _LibreDWG.new_Dwg_AcDs_DataBlob())
11246    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_DataBlob
11247
11248# Register Dwg_AcDs_DataBlob in _LibreDWG:
11249_LibreDWG.Dwg_AcDs_DataBlob_swigregister(Dwg_AcDs_DataBlob)
11250
11251class Dwg_AcDs_DataBlob01(object):
11252    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11253    __repr__ = _swig_repr
11254    total_data_size = property(_LibreDWG.Dwg_AcDs_DataBlob01_total_data_size_get, _LibreDWG.Dwg_AcDs_DataBlob01_total_data_size_set)
11255    page_start_offset = property(_LibreDWG.Dwg_AcDs_DataBlob01_page_start_offset_get, _LibreDWG.Dwg_AcDs_DataBlob01_page_start_offset_set)
11256    page_index = property(_LibreDWG.Dwg_AcDs_DataBlob01_page_index_get, _LibreDWG.Dwg_AcDs_DataBlob01_page_index_set)
11257    page_count = property(_LibreDWG.Dwg_AcDs_DataBlob01_page_count_get, _LibreDWG.Dwg_AcDs_DataBlob01_page_count_set)
11258    page_data_size = property(_LibreDWG.Dwg_AcDs_DataBlob01_page_data_size_get, _LibreDWG.Dwg_AcDs_DataBlob01_page_data_size_set)
11259    page_data = property(_LibreDWG.Dwg_AcDs_DataBlob01_page_data_get, _LibreDWG.Dwg_AcDs_DataBlob01_page_data_set)
11260
11261    def __init__(self):
11262        _LibreDWG.Dwg_AcDs_DataBlob01_swiginit(self, _LibreDWG.new_Dwg_AcDs_DataBlob01())
11263    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_DataBlob01
11264
11265# Register Dwg_AcDs_DataBlob01 in _LibreDWG:
11266_LibreDWG.Dwg_AcDs_DataBlob01_swigregister(Dwg_AcDs_DataBlob01)
11267
11268class Dwg_AcDs_SchemaIndex_Prop(object):
11269    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11270    __repr__ = _swig_repr
11271    index = property(_LibreDWG.Dwg_AcDs_SchemaIndex_Prop_index_get, _LibreDWG.Dwg_AcDs_SchemaIndex_Prop_index_set)
11272    segidx = property(_LibreDWG.Dwg_AcDs_SchemaIndex_Prop_segidx_get, _LibreDWG.Dwg_AcDs_SchemaIndex_Prop_segidx_set)
11273    offset = property(_LibreDWG.Dwg_AcDs_SchemaIndex_Prop_offset_get, _LibreDWG.Dwg_AcDs_SchemaIndex_Prop_offset_set)
11274
11275    def __init__(self):
11276        _LibreDWG.Dwg_AcDs_SchemaIndex_Prop_swiginit(self, _LibreDWG.new_Dwg_AcDs_SchemaIndex_Prop())
11277    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_SchemaIndex_Prop
11278
11279# Register Dwg_AcDs_SchemaIndex_Prop in _LibreDWG:
11280_LibreDWG.Dwg_AcDs_SchemaIndex_Prop_swigregister(Dwg_AcDs_SchemaIndex_Prop)
11281
11282class Dwg_AcDs_SchemaIndex(object):
11283    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11284    __repr__ = _swig_repr
11285    num_props = property(_LibreDWG.Dwg_AcDs_SchemaIndex_num_props_get, _LibreDWG.Dwg_AcDs_SchemaIndex_num_props_set)
11286    si_unknown_1 = property(_LibreDWG.Dwg_AcDs_SchemaIndex_si_unknown_1_get, _LibreDWG.Dwg_AcDs_SchemaIndex_si_unknown_1_set)
11287    props = property(_LibreDWG.Dwg_AcDs_SchemaIndex_props_get, _LibreDWG.Dwg_AcDs_SchemaIndex_props_set)
11288    si_tag = property(_LibreDWG.Dwg_AcDs_SchemaIndex_si_tag_get, _LibreDWG.Dwg_AcDs_SchemaIndex_si_tag_set)
11289    num_prop_entries = property(_LibreDWG.Dwg_AcDs_SchemaIndex_num_prop_entries_get, _LibreDWG.Dwg_AcDs_SchemaIndex_num_prop_entries_set)
11290    si_unknown_2 = property(_LibreDWG.Dwg_AcDs_SchemaIndex_si_unknown_2_get, _LibreDWG.Dwg_AcDs_SchemaIndex_si_unknown_2_set)
11291    prop_entries = property(_LibreDWG.Dwg_AcDs_SchemaIndex_prop_entries_get, _LibreDWG.Dwg_AcDs_SchemaIndex_prop_entries_set)
11292
11293    def __init__(self):
11294        _LibreDWG.Dwg_AcDs_SchemaIndex_swiginit(self, _LibreDWG.new_Dwg_AcDs_SchemaIndex())
11295    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_SchemaIndex
11296
11297# Register Dwg_AcDs_SchemaIndex in _LibreDWG:
11298_LibreDWG.Dwg_AcDs_SchemaIndex_swigregister(Dwg_AcDs_SchemaIndex)
11299
11300class Dwg_AcDs_Schema_Prop(object):
11301    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11302    __repr__ = _swig_repr
11303    flags = property(_LibreDWG.Dwg_AcDs_Schema_Prop_flags_get, _LibreDWG.Dwg_AcDs_Schema_Prop_flags_set)
11304    namidx = property(_LibreDWG.Dwg_AcDs_Schema_Prop_namidx_get, _LibreDWG.Dwg_AcDs_Schema_Prop_namidx_set)
11305    type = property(_LibreDWG.Dwg_AcDs_Schema_Prop_type_get, _LibreDWG.Dwg_AcDs_Schema_Prop_type_set)
11306    type_size = property(_LibreDWG.Dwg_AcDs_Schema_Prop_type_size_get, _LibreDWG.Dwg_AcDs_Schema_Prop_type_size_set)
11307    unknown_1 = property(_LibreDWG.Dwg_AcDs_Schema_Prop_unknown_1_get, _LibreDWG.Dwg_AcDs_Schema_Prop_unknown_1_set)
11308    unknown_2 = property(_LibreDWG.Dwg_AcDs_Schema_Prop_unknown_2_get, _LibreDWG.Dwg_AcDs_Schema_Prop_unknown_2_set)
11309    num_values = property(_LibreDWG.Dwg_AcDs_Schema_Prop_num_values_get, _LibreDWG.Dwg_AcDs_Schema_Prop_num_values_set)
11310    values = property(_LibreDWG.Dwg_AcDs_Schema_Prop_values_get, _LibreDWG.Dwg_AcDs_Schema_Prop_values_set)
11311
11312    def __init__(self):
11313        _LibreDWG.Dwg_AcDs_Schema_Prop_swiginit(self, _LibreDWG.new_Dwg_AcDs_Schema_Prop())
11314    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_Schema_Prop
11315
11316# Register Dwg_AcDs_Schema_Prop in _LibreDWG:
11317_LibreDWG.Dwg_AcDs_Schema_Prop_swigregister(Dwg_AcDs_Schema_Prop)
11318
11319class Dwg_AcDs_Schema(object):
11320    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11321    __repr__ = _swig_repr
11322    num_index = property(_LibreDWG.Dwg_AcDs_Schema_num_index_get, _LibreDWG.Dwg_AcDs_Schema_num_index_set)
11323    index = property(_LibreDWG.Dwg_AcDs_Schema_index_get, _LibreDWG.Dwg_AcDs_Schema_index_set)
11324    num_props = property(_LibreDWG.Dwg_AcDs_Schema_num_props_get, _LibreDWG.Dwg_AcDs_Schema_num_props_set)
11325    props = property(_LibreDWG.Dwg_AcDs_Schema_props_get, _LibreDWG.Dwg_AcDs_Schema_props_set)
11326
11327    def __init__(self):
11328        _LibreDWG.Dwg_AcDs_Schema_swiginit(self, _LibreDWG.new_Dwg_AcDs_Schema())
11329    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_Schema
11330
11331# Register Dwg_AcDs_Schema in _LibreDWG:
11332_LibreDWG.Dwg_AcDs_Schema_swigregister(Dwg_AcDs_Schema)
11333
11334class Dwg_AcDs_SchemaData_UProp(object):
11335    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11336    __repr__ = _swig_repr
11337    size = property(_LibreDWG.Dwg_AcDs_SchemaData_UProp_size_get, _LibreDWG.Dwg_AcDs_SchemaData_UProp_size_set)
11338    flags = property(_LibreDWG.Dwg_AcDs_SchemaData_UProp_flags_get, _LibreDWG.Dwg_AcDs_SchemaData_UProp_flags_set)
11339
11340    def __init__(self):
11341        _LibreDWG.Dwg_AcDs_SchemaData_UProp_swiginit(self, _LibreDWG.new_Dwg_AcDs_SchemaData_UProp())
11342    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_SchemaData_UProp
11343
11344# Register Dwg_AcDs_SchemaData_UProp in _LibreDWG:
11345_LibreDWG.Dwg_AcDs_SchemaData_UProp_swigregister(Dwg_AcDs_SchemaData_UProp)
11346
11347class Dwg_AcDs_SchemaData(object):
11348    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11349    __repr__ = _swig_repr
11350    num_uprops = property(_LibreDWG.Dwg_AcDs_SchemaData_num_uprops_get, _LibreDWG.Dwg_AcDs_SchemaData_num_uprops_set)
11351    uprops = property(_LibreDWG.Dwg_AcDs_SchemaData_uprops_get, _LibreDWG.Dwg_AcDs_SchemaData_uprops_set)
11352    num_schemas = property(_LibreDWG.Dwg_AcDs_SchemaData_num_schemas_get, _LibreDWG.Dwg_AcDs_SchemaData_num_schemas_set)
11353    schemas = property(_LibreDWG.Dwg_AcDs_SchemaData_schemas_get, _LibreDWG.Dwg_AcDs_SchemaData_schemas_set)
11354    num_propnames = property(_LibreDWG.Dwg_AcDs_SchemaData_num_propnames_get, _LibreDWG.Dwg_AcDs_SchemaData_num_propnames_set)
11355    propnames = property(_LibreDWG.Dwg_AcDs_SchemaData_propnames_get, _LibreDWG.Dwg_AcDs_SchemaData_propnames_set)
11356
11357    def __init__(self):
11358        _LibreDWG.Dwg_AcDs_SchemaData_swiginit(self, _LibreDWG.new_Dwg_AcDs_SchemaData())
11359    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_SchemaData
11360
11361# Register Dwg_AcDs_SchemaData in _LibreDWG:
11362_LibreDWG.Dwg_AcDs_SchemaData_swigregister(Dwg_AcDs_SchemaData)
11363
11364class Dwg_AcDs_Search_IdIdx(object):
11365    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11366    __repr__ = _swig_repr
11367    handle = property(_LibreDWG.Dwg_AcDs_Search_IdIdx_handle_get, _LibreDWG.Dwg_AcDs_Search_IdIdx_handle_set)
11368    num_ididx = property(_LibreDWG.Dwg_AcDs_Search_IdIdx_num_ididx_get, _LibreDWG.Dwg_AcDs_Search_IdIdx_num_ididx_set)
11369    ididx = property(_LibreDWG.Dwg_AcDs_Search_IdIdx_ididx_get, _LibreDWG.Dwg_AcDs_Search_IdIdx_ididx_set)
11370
11371    def __init__(self):
11372        _LibreDWG.Dwg_AcDs_Search_IdIdx_swiginit(self, _LibreDWG.new_Dwg_AcDs_Search_IdIdx())
11373    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_Search_IdIdx
11374
11375# Register Dwg_AcDs_Search_IdIdx in _LibreDWG:
11376_LibreDWG.Dwg_AcDs_Search_IdIdx_swigregister(Dwg_AcDs_Search_IdIdx)
11377
11378class Dwg_AcDs_Search_IdIdxs(object):
11379    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11380    __repr__ = _swig_repr
11381    num_ididx = property(_LibreDWG.Dwg_AcDs_Search_IdIdxs_num_ididx_get, _LibreDWG.Dwg_AcDs_Search_IdIdxs_num_ididx_set)
11382    ididx = property(_LibreDWG.Dwg_AcDs_Search_IdIdxs_ididx_get, _LibreDWG.Dwg_AcDs_Search_IdIdxs_ididx_set)
11383
11384    def __init__(self):
11385        _LibreDWG.Dwg_AcDs_Search_IdIdxs_swiginit(self, _LibreDWG.new_Dwg_AcDs_Search_IdIdxs())
11386    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_Search_IdIdxs
11387
11388# Register Dwg_AcDs_Search_IdIdxs in _LibreDWG:
11389_LibreDWG.Dwg_AcDs_Search_IdIdxs_swigregister(Dwg_AcDs_Search_IdIdxs)
11390
11391class Dwg_AcDs_Search_Data(object):
11392    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11393    __repr__ = _swig_repr
11394    schema_namidx = property(_LibreDWG.Dwg_AcDs_Search_Data_schema_namidx_get, _LibreDWG.Dwg_AcDs_Search_Data_schema_namidx_set)
11395    num_sortedidx = property(_LibreDWG.Dwg_AcDs_Search_Data_num_sortedidx_get, _LibreDWG.Dwg_AcDs_Search_Data_num_sortedidx_set)
11396    sortedidx = property(_LibreDWG.Dwg_AcDs_Search_Data_sortedidx_get, _LibreDWG.Dwg_AcDs_Search_Data_sortedidx_set)
11397    num_ididxs = property(_LibreDWG.Dwg_AcDs_Search_Data_num_ididxs_get, _LibreDWG.Dwg_AcDs_Search_Data_num_ididxs_set)
11398    unknown = property(_LibreDWG.Dwg_AcDs_Search_Data_unknown_get, _LibreDWG.Dwg_AcDs_Search_Data_unknown_set)
11399    ididxs = property(_LibreDWG.Dwg_AcDs_Search_Data_ididxs_get, _LibreDWG.Dwg_AcDs_Search_Data_ididxs_set)
11400
11401    def __init__(self):
11402        _LibreDWG.Dwg_AcDs_Search_Data_swiginit(self, _LibreDWG.new_Dwg_AcDs_Search_Data())
11403    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_Search_Data
11404
11405# Register Dwg_AcDs_Search_Data in _LibreDWG:
11406_LibreDWG.Dwg_AcDs_Search_Data_swigregister(Dwg_AcDs_Search_Data)
11407
11408class Dwg_AcDs_Search(object):
11409    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11410    __repr__ = _swig_repr
11411    num_search = property(_LibreDWG.Dwg_AcDs_Search_num_search_get, _LibreDWG.Dwg_AcDs_Search_num_search_set)
11412    search = property(_LibreDWG.Dwg_AcDs_Search_search_get, _LibreDWG.Dwg_AcDs_Search_search_set)
11413
11414    def __init__(self):
11415        _LibreDWG.Dwg_AcDs_Search_swiginit(self, _LibreDWG.new_Dwg_AcDs_Search())
11416    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_Search
11417
11418# Register Dwg_AcDs_Search in _LibreDWG:
11419_LibreDWG.Dwg_AcDs_Search_swigregister(Dwg_AcDs_Search)
11420
11421class Dwg_AcDs_Segment(object):
11422    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11423    __repr__ = _swig_repr
11424    signature = property(_LibreDWG.Dwg_AcDs_Segment_signature_get, _LibreDWG.Dwg_AcDs_Segment_signature_set)
11425    name = property(_LibreDWG.Dwg_AcDs_Segment_name_get, _LibreDWG.Dwg_AcDs_Segment_name_set)
11426    type = property(_LibreDWG.Dwg_AcDs_Segment_type_get, _LibreDWG.Dwg_AcDs_Segment_type_set)
11427    segment_idx = property(_LibreDWG.Dwg_AcDs_Segment_segment_idx_get, _LibreDWG.Dwg_AcDs_Segment_segment_idx_set)
11428    is_blob01 = property(_LibreDWG.Dwg_AcDs_Segment_is_blob01_get, _LibreDWG.Dwg_AcDs_Segment_is_blob01_set)
11429    segsize = property(_LibreDWG.Dwg_AcDs_Segment_segsize_get, _LibreDWG.Dwg_AcDs_Segment_segsize_set)
11430    unknown_2 = property(_LibreDWG.Dwg_AcDs_Segment_unknown_2_get, _LibreDWG.Dwg_AcDs_Segment_unknown_2_set)
11431    ds_version = property(_LibreDWG.Dwg_AcDs_Segment_ds_version_get, _LibreDWG.Dwg_AcDs_Segment_ds_version_set)
11432    unknown_3 = property(_LibreDWG.Dwg_AcDs_Segment_unknown_3_get, _LibreDWG.Dwg_AcDs_Segment_unknown_3_set)
11433    data_algn_offset = property(_LibreDWG.Dwg_AcDs_Segment_data_algn_offset_get, _LibreDWG.Dwg_AcDs_Segment_data_algn_offset_set)
11434    objdata_algn_offset = property(_LibreDWG.Dwg_AcDs_Segment_objdata_algn_offset_get, _LibreDWG.Dwg_AcDs_Segment_objdata_algn_offset_set)
11435    padding = property(_LibreDWG.Dwg_AcDs_Segment_padding_get, _LibreDWG.Dwg_AcDs_Segment_padding_set)
11436
11437    def __init__(self):
11438        _LibreDWG.Dwg_AcDs_Segment_swiginit(self, _LibreDWG.new_Dwg_AcDs_Segment())
11439    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs_Segment
11440
11441# Register Dwg_AcDs_Segment in _LibreDWG:
11442_LibreDWG.Dwg_AcDs_Segment_swigregister(Dwg_AcDs_Segment)
11443
11444class Dwg_AcDs(object):
11445    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11446    __repr__ = _swig_repr
11447    file_signature = property(_LibreDWG.Dwg_AcDs_file_signature_get, _LibreDWG.Dwg_AcDs_file_signature_set)
11448    file_header_size = property(_LibreDWG.Dwg_AcDs_file_header_size_get, _LibreDWG.Dwg_AcDs_file_header_size_set)
11449    unknown_1 = property(_LibreDWG.Dwg_AcDs_unknown_1_get, _LibreDWG.Dwg_AcDs_unknown_1_set)
11450    version = property(_LibreDWG.Dwg_AcDs_version_get, _LibreDWG.Dwg_AcDs_version_set)
11451    unknown_2 = property(_LibreDWG.Dwg_AcDs_unknown_2_get, _LibreDWG.Dwg_AcDs_unknown_2_set)
11452    ds_version = property(_LibreDWG.Dwg_AcDs_ds_version_get, _LibreDWG.Dwg_AcDs_ds_version_set)
11453    segidx_offset = property(_LibreDWG.Dwg_AcDs_segidx_offset_get, _LibreDWG.Dwg_AcDs_segidx_offset_set)
11454    segidx_unknown = property(_LibreDWG.Dwg_AcDs_segidx_unknown_get, _LibreDWG.Dwg_AcDs_segidx_unknown_set)
11455    num_segidx = property(_LibreDWG.Dwg_AcDs_num_segidx_get, _LibreDWG.Dwg_AcDs_num_segidx_set)
11456    schidx_segidx = property(_LibreDWG.Dwg_AcDs_schidx_segidx_get, _LibreDWG.Dwg_AcDs_schidx_segidx_set)
11457    datidx_segidx = property(_LibreDWG.Dwg_AcDs_datidx_segidx_get, _LibreDWG.Dwg_AcDs_datidx_segidx_set)
11458    search_segidx = property(_LibreDWG.Dwg_AcDs_search_segidx_get, _LibreDWG.Dwg_AcDs_search_segidx_set)
11459    prvsav_segidx = property(_LibreDWG.Dwg_AcDs_prvsav_segidx_get, _LibreDWG.Dwg_AcDs_prvsav_segidx_set)
11460    file_size = property(_LibreDWG.Dwg_AcDs_file_size_get, _LibreDWG.Dwg_AcDs_file_size_set)
11461    total_segments = property(_LibreDWG.Dwg_AcDs_total_segments_get, _LibreDWG.Dwg_AcDs_total_segments_set)
11462    segidx = property(_LibreDWG.Dwg_AcDs_segidx_get, _LibreDWG.Dwg_AcDs_segidx_set)
11463    datidx = property(_LibreDWG.Dwg_AcDs_datidx_get, _LibreDWG.Dwg_AcDs_datidx_set)
11464    data = property(_LibreDWG.Dwg_AcDs_data_get, _LibreDWG.Dwg_AcDs_data_set)
11465    blob01 = property(_LibreDWG.Dwg_AcDs_blob01_get, _LibreDWG.Dwg_AcDs_blob01_set)
11466    schidx = property(_LibreDWG.Dwg_AcDs_schidx_get, _LibreDWG.Dwg_AcDs_schidx_set)
11467    schdat = property(_LibreDWG.Dwg_AcDs_schdat_get, _LibreDWG.Dwg_AcDs_schdat_set)
11468    search = property(_LibreDWG.Dwg_AcDs_search_get, _LibreDWG.Dwg_AcDs_search_set)
11469    segments = property(_LibreDWG.Dwg_AcDs_segments_get, _LibreDWG.Dwg_AcDs_segments_set)
11470
11471    def __init__(self):
11472        _LibreDWG.Dwg_AcDs_swiginit(self, _LibreDWG.new_Dwg_AcDs())
11473    __swig_destroy__ = _LibreDWG.delete_Dwg_AcDs
11474
11475# Register Dwg_AcDs in _LibreDWG:
11476_LibreDWG.Dwg_AcDs_swigregister(Dwg_AcDs)
11477
11478class Dwg_Header(object):
11479    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11480    __repr__ = _swig_repr
11481    version = property(_LibreDWG.Dwg_Header_version_get, _LibreDWG.Dwg_Header_version_set)
11482    from_version = property(_LibreDWG.Dwg_Header_from_version_get, _LibreDWG.Dwg_Header_from_version_set)
11483    zero_5 = property(_LibreDWG.Dwg_Header_zero_5_get, _LibreDWG.Dwg_Header_zero_5_set)
11484    is_maint = property(_LibreDWG.Dwg_Header_is_maint_get, _LibreDWG.Dwg_Header_is_maint_set)
11485    zero_one_or_three = property(_LibreDWG.Dwg_Header_zero_one_or_three_get, _LibreDWG.Dwg_Header_zero_one_or_three_set)
11486    unknown_s = property(_LibreDWG.Dwg_Header_unknown_s_get, _LibreDWG.Dwg_Header_unknown_s_set)
11487    thumbnail_address = property(_LibreDWG.Dwg_Header_thumbnail_address_get, _LibreDWG.Dwg_Header_thumbnail_address_set)
11488    dwg_version = property(_LibreDWG.Dwg_Header_dwg_version_get, _LibreDWG.Dwg_Header_dwg_version_set)
11489    maint_version = property(_LibreDWG.Dwg_Header_maint_version_get, _LibreDWG.Dwg_Header_maint_version_set)
11490    codepage = property(_LibreDWG.Dwg_Header_codepage_get, _LibreDWG.Dwg_Header_codepage_set)
11491    unknown_0 = property(_LibreDWG.Dwg_Header_unknown_0_get, _LibreDWG.Dwg_Header_unknown_0_set)
11492    app_dwg_version = property(_LibreDWG.Dwg_Header_app_dwg_version_get, _LibreDWG.Dwg_Header_app_dwg_version_set)
11493    app_maint_version = property(_LibreDWG.Dwg_Header_app_maint_version_get, _LibreDWG.Dwg_Header_app_maint_version_set)
11494    security_type = property(_LibreDWG.Dwg_Header_security_type_get, _LibreDWG.Dwg_Header_security_type_set)
11495    rl_1c_address = property(_LibreDWG.Dwg_Header_rl_1c_address_get, _LibreDWG.Dwg_Header_rl_1c_address_set)
11496    summaryinfo_address = property(_LibreDWG.Dwg_Header_summaryinfo_address_get, _LibreDWG.Dwg_Header_summaryinfo_address_set)
11497    vbaproj_address = property(_LibreDWG.Dwg_Header_vbaproj_address_get, _LibreDWG.Dwg_Header_vbaproj_address_set)
11498    r2004_header_address = property(_LibreDWG.Dwg_Header_r2004_header_address_get, _LibreDWG.Dwg_Header_r2004_header_address_set)
11499    num_sections = property(_LibreDWG.Dwg_Header_num_sections_get, _LibreDWG.Dwg_Header_num_sections_set)
11500    section = property(_LibreDWG.Dwg_Header_section_get, _LibreDWG.Dwg_Header_section_set)
11501    section_infohdr = property(_LibreDWG.Dwg_Header_section_infohdr_get, _LibreDWG.Dwg_Header_section_infohdr_set)
11502    section_info = property(_LibreDWG.Dwg_Header_section_info_get, _LibreDWG.Dwg_Header_section_info_set)
11503
11504    def __init__(self):
11505        _LibreDWG.Dwg_Header_swiginit(self, _LibreDWG.new_Dwg_Header())
11506    __swig_destroy__ = _LibreDWG.delete_Dwg_Header
11507
11508# Register Dwg_Header in _LibreDWG:
11509_LibreDWG.Dwg_Header_swigregister(Dwg_Header)
11510
11511class Dwg_R2004_Header(object):
11512    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11513    __repr__ = _swig_repr
11514    file_ID_string = property(_LibreDWG.Dwg_R2004_Header_file_ID_string_get, _LibreDWG.Dwg_R2004_Header_file_ID_string_set)
11515    header_address = property(_LibreDWG.Dwg_R2004_Header_header_address_get, _LibreDWG.Dwg_R2004_Header_header_address_set)
11516    header_size = property(_LibreDWG.Dwg_R2004_Header_header_size_get, _LibreDWG.Dwg_R2004_Header_header_size_set)
11517    x04 = property(_LibreDWG.Dwg_R2004_Header_x04_get, _LibreDWG.Dwg_R2004_Header_x04_set)
11518    root_tree_node_gap = property(_LibreDWG.Dwg_R2004_Header_root_tree_node_gap_get, _LibreDWG.Dwg_R2004_Header_root_tree_node_gap_set)
11519    lowermost_left_tree_node_gap = property(_LibreDWG.Dwg_R2004_Header_lowermost_left_tree_node_gap_get, _LibreDWG.Dwg_R2004_Header_lowermost_left_tree_node_gap_set)
11520    lowermost_right_tree_node_gap = property(_LibreDWG.Dwg_R2004_Header_lowermost_right_tree_node_gap_get, _LibreDWG.Dwg_R2004_Header_lowermost_right_tree_node_gap_set)
11521    unknown_long = property(_LibreDWG.Dwg_R2004_Header_unknown_long_get, _LibreDWG.Dwg_R2004_Header_unknown_long_set)
11522    last_section_id = property(_LibreDWG.Dwg_R2004_Header_last_section_id_get, _LibreDWG.Dwg_R2004_Header_last_section_id_set)
11523    last_section_address = property(_LibreDWG.Dwg_R2004_Header_last_section_address_get, _LibreDWG.Dwg_R2004_Header_last_section_address_set)
11524    second_header_address = property(_LibreDWG.Dwg_R2004_Header_second_header_address_get, _LibreDWG.Dwg_R2004_Header_second_header_address_set)
11525    numgaps = property(_LibreDWG.Dwg_R2004_Header_numgaps_get, _LibreDWG.Dwg_R2004_Header_numgaps_set)
11526    numsections = property(_LibreDWG.Dwg_R2004_Header_numsections_get, _LibreDWG.Dwg_R2004_Header_numsections_set)
11527    x20 = property(_LibreDWG.Dwg_R2004_Header_x20_get, _LibreDWG.Dwg_R2004_Header_x20_set)
11528    x80 = property(_LibreDWG.Dwg_R2004_Header_x80_get, _LibreDWG.Dwg_R2004_Header_x80_set)
11529    x40 = property(_LibreDWG.Dwg_R2004_Header_x40_get, _LibreDWG.Dwg_R2004_Header_x40_set)
11530    section_map_id = property(_LibreDWG.Dwg_R2004_Header_section_map_id_get, _LibreDWG.Dwg_R2004_Header_section_map_id_set)
11531    section_map_address = property(_LibreDWG.Dwg_R2004_Header_section_map_address_get, _LibreDWG.Dwg_R2004_Header_section_map_address_set)
11532    section_info_id = property(_LibreDWG.Dwg_R2004_Header_section_info_id_get, _LibreDWG.Dwg_R2004_Header_section_info_id_set)
11533    section_array_size = property(_LibreDWG.Dwg_R2004_Header_section_array_size_get, _LibreDWG.Dwg_R2004_Header_section_array_size_set)
11534    gap_array_size = property(_LibreDWG.Dwg_R2004_Header_gap_array_size_get, _LibreDWG.Dwg_R2004_Header_gap_array_size_set)
11535    crc32 = property(_LibreDWG.Dwg_R2004_Header_crc32_get, _LibreDWG.Dwg_R2004_Header_crc32_set)
11536    padding = property(_LibreDWG.Dwg_R2004_Header_padding_get, _LibreDWG.Dwg_R2004_Header_padding_set)
11537    section_type = property(_LibreDWG.Dwg_R2004_Header_section_type_get, _LibreDWG.Dwg_R2004_Header_section_type_set)
11538    decomp_data_size = property(_LibreDWG.Dwg_R2004_Header_decomp_data_size_get, _LibreDWG.Dwg_R2004_Header_decomp_data_size_set)
11539    comp_data_size = property(_LibreDWG.Dwg_R2004_Header_comp_data_size_get, _LibreDWG.Dwg_R2004_Header_comp_data_size_set)
11540    compression_type = property(_LibreDWG.Dwg_R2004_Header_compression_type_get, _LibreDWG.Dwg_R2004_Header_compression_type_set)
11541    checksum = property(_LibreDWG.Dwg_R2004_Header_checksum_get, _LibreDWG.Dwg_R2004_Header_checksum_set)
11542
11543    def __init__(self):
11544        _LibreDWG.Dwg_R2004_Header_swiginit(self, _LibreDWG.new_Dwg_R2004_Header())
11545    __swig_destroy__ = _LibreDWG.delete_Dwg_R2004_Header
11546
11547# Register Dwg_R2004_Header in _LibreDWG:
11548_LibreDWG.Dwg_R2004_Header_swigregister(Dwg_R2004_Header)
11549
11550class Dwg_AuxHeader(object):
11551    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11552    __repr__ = _swig_repr
11553    aux_intro = property(_LibreDWG.Dwg_AuxHeader_aux_intro_get, _LibreDWG.Dwg_AuxHeader_aux_intro_set)
11554    dwg_version = property(_LibreDWG.Dwg_AuxHeader_dwg_version_get, _LibreDWG.Dwg_AuxHeader_dwg_version_set)
11555    maint_version = property(_LibreDWG.Dwg_AuxHeader_maint_version_get, _LibreDWG.Dwg_AuxHeader_maint_version_set)
11556    numsaves = property(_LibreDWG.Dwg_AuxHeader_numsaves_get, _LibreDWG.Dwg_AuxHeader_numsaves_set)
11557    minus_1 = property(_LibreDWG.Dwg_AuxHeader_minus_1_get, _LibreDWG.Dwg_AuxHeader_minus_1_set)
11558    numsaves_1 = property(_LibreDWG.Dwg_AuxHeader_numsaves_1_get, _LibreDWG.Dwg_AuxHeader_numsaves_1_set)
11559    numsaves_2 = property(_LibreDWG.Dwg_AuxHeader_numsaves_2_get, _LibreDWG.Dwg_AuxHeader_numsaves_2_set)
11560    zero = property(_LibreDWG.Dwg_AuxHeader_zero_get, _LibreDWG.Dwg_AuxHeader_zero_set)
11561    dwg_version_1 = property(_LibreDWG.Dwg_AuxHeader_dwg_version_1_get, _LibreDWG.Dwg_AuxHeader_dwg_version_1_set)
11562    maint_version_1 = property(_LibreDWG.Dwg_AuxHeader_maint_version_1_get, _LibreDWG.Dwg_AuxHeader_maint_version_1_set)
11563    dwg_version_2 = property(_LibreDWG.Dwg_AuxHeader_dwg_version_2_get, _LibreDWG.Dwg_AuxHeader_dwg_version_2_set)
11564    maint_version_2 = property(_LibreDWG.Dwg_AuxHeader_maint_version_2_get, _LibreDWG.Dwg_AuxHeader_maint_version_2_set)
11565    unknown_6rs = property(_LibreDWG.Dwg_AuxHeader_unknown_6rs_get, _LibreDWG.Dwg_AuxHeader_unknown_6rs_set)
11566    unknown_5rl = property(_LibreDWG.Dwg_AuxHeader_unknown_5rl_get, _LibreDWG.Dwg_AuxHeader_unknown_5rl_set)
11567    TDCREATE = property(_LibreDWG.Dwg_AuxHeader_TDCREATE_get, _LibreDWG.Dwg_AuxHeader_TDCREATE_set)
11568    TDUPDATE = property(_LibreDWG.Dwg_AuxHeader_TDUPDATE_get, _LibreDWG.Dwg_AuxHeader_TDUPDATE_set)
11569    HANDSEED = property(_LibreDWG.Dwg_AuxHeader_HANDSEED_get, _LibreDWG.Dwg_AuxHeader_HANDSEED_set)
11570    plot_stamp = property(_LibreDWG.Dwg_AuxHeader_plot_stamp_get, _LibreDWG.Dwg_AuxHeader_plot_stamp_set)
11571    zero_1 = property(_LibreDWG.Dwg_AuxHeader_zero_1_get, _LibreDWG.Dwg_AuxHeader_zero_1_set)
11572    numsaves_3 = property(_LibreDWG.Dwg_AuxHeader_numsaves_3_get, _LibreDWG.Dwg_AuxHeader_numsaves_3_set)
11573    zero_2 = property(_LibreDWG.Dwg_AuxHeader_zero_2_get, _LibreDWG.Dwg_AuxHeader_zero_2_set)
11574    zero_3 = property(_LibreDWG.Dwg_AuxHeader_zero_3_get, _LibreDWG.Dwg_AuxHeader_zero_3_set)
11575    zero_4 = property(_LibreDWG.Dwg_AuxHeader_zero_4_get, _LibreDWG.Dwg_AuxHeader_zero_4_set)
11576    numsaves_4 = property(_LibreDWG.Dwg_AuxHeader_numsaves_4_get, _LibreDWG.Dwg_AuxHeader_numsaves_4_set)
11577    zero_5 = property(_LibreDWG.Dwg_AuxHeader_zero_5_get, _LibreDWG.Dwg_AuxHeader_zero_5_set)
11578    zero_6 = property(_LibreDWG.Dwg_AuxHeader_zero_6_get, _LibreDWG.Dwg_AuxHeader_zero_6_set)
11579    zero_7 = property(_LibreDWG.Dwg_AuxHeader_zero_7_get, _LibreDWG.Dwg_AuxHeader_zero_7_set)
11580    zero_8 = property(_LibreDWG.Dwg_AuxHeader_zero_8_get, _LibreDWG.Dwg_AuxHeader_zero_8_set)
11581    zero_18 = property(_LibreDWG.Dwg_AuxHeader_zero_18_get, _LibreDWG.Dwg_AuxHeader_zero_18_set)
11582
11583    def __init__(self):
11584        _LibreDWG.Dwg_AuxHeader_swiginit(self, _LibreDWG.new_Dwg_AuxHeader())
11585    __swig_destroy__ = _LibreDWG.delete_Dwg_AuxHeader
11586
11587# Register Dwg_AuxHeader in _LibreDWG:
11588_LibreDWG.Dwg_AuxHeader_swigregister(Dwg_AuxHeader)
11589
11590class Dwg_SummaryInfo(object):
11591    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11592    __repr__ = _swig_repr
11593    TITLE = property(_LibreDWG.Dwg_SummaryInfo_TITLE_get, _LibreDWG.Dwg_SummaryInfo_TITLE_set)
11594    SUBJECT = property(_LibreDWG.Dwg_SummaryInfo_SUBJECT_get, _LibreDWG.Dwg_SummaryInfo_SUBJECT_set)
11595    AUTHOR = property(_LibreDWG.Dwg_SummaryInfo_AUTHOR_get, _LibreDWG.Dwg_SummaryInfo_AUTHOR_set)
11596    KEYWORDS = property(_LibreDWG.Dwg_SummaryInfo_KEYWORDS_get, _LibreDWG.Dwg_SummaryInfo_KEYWORDS_set)
11597    COMMENTS = property(_LibreDWG.Dwg_SummaryInfo_COMMENTS_get, _LibreDWG.Dwg_SummaryInfo_COMMENTS_set)
11598    LASTSAVEDBY = property(_LibreDWG.Dwg_SummaryInfo_LASTSAVEDBY_get, _LibreDWG.Dwg_SummaryInfo_LASTSAVEDBY_set)
11599    REVISIONNUMBER = property(_LibreDWG.Dwg_SummaryInfo_REVISIONNUMBER_get, _LibreDWG.Dwg_SummaryInfo_REVISIONNUMBER_set)
11600    HYPERLINKBASE = property(_LibreDWG.Dwg_SummaryInfo_HYPERLINKBASE_get, _LibreDWG.Dwg_SummaryInfo_HYPERLINKBASE_set)
11601    TDINDWG = property(_LibreDWG.Dwg_SummaryInfo_TDINDWG_get, _LibreDWG.Dwg_SummaryInfo_TDINDWG_set)
11602    TDCREATE = property(_LibreDWG.Dwg_SummaryInfo_TDCREATE_get, _LibreDWG.Dwg_SummaryInfo_TDCREATE_set)
11603    TDUPDATE = property(_LibreDWG.Dwg_SummaryInfo_TDUPDATE_get, _LibreDWG.Dwg_SummaryInfo_TDUPDATE_set)
11604    num_props = property(_LibreDWG.Dwg_SummaryInfo_num_props_get, _LibreDWG.Dwg_SummaryInfo_num_props_set)
11605    props = property(_LibreDWG.Dwg_SummaryInfo_props_get, _LibreDWG.Dwg_SummaryInfo_props_set)
11606    unknown1 = property(_LibreDWG.Dwg_SummaryInfo_unknown1_get, _LibreDWG.Dwg_SummaryInfo_unknown1_set)
11607    unknown2 = property(_LibreDWG.Dwg_SummaryInfo_unknown2_get, _LibreDWG.Dwg_SummaryInfo_unknown2_set)
11608
11609    def __init__(self):
11610        _LibreDWG.Dwg_SummaryInfo_swiginit(self, _LibreDWG.new_Dwg_SummaryInfo())
11611    __swig_destroy__ = _LibreDWG.delete_Dwg_SummaryInfo
11612
11613# Register Dwg_SummaryInfo in _LibreDWG:
11614_LibreDWG.Dwg_SummaryInfo_swigregister(Dwg_SummaryInfo)
11615
11616class Dwg_AppInfo(object):
11617    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11618    __repr__ = _swig_repr
11619    class_version = property(_LibreDWG.Dwg_AppInfo_class_version_get, _LibreDWG.Dwg_AppInfo_class_version_set)
11620    num_strings = property(_LibreDWG.Dwg_AppInfo_num_strings_get, _LibreDWG.Dwg_AppInfo_num_strings_set)
11621    appinfo_name = property(_LibreDWG.Dwg_AppInfo_appinfo_name_get, _LibreDWG.Dwg_AppInfo_appinfo_name_set)
11622    version_checksum = property(_LibreDWG.Dwg_AppInfo_version_checksum_get, _LibreDWG.Dwg_AppInfo_version_checksum_set)
11623    comment_checksum = property(_LibreDWG.Dwg_AppInfo_comment_checksum_get, _LibreDWG.Dwg_AppInfo_comment_checksum_set)
11624    product_checksum = property(_LibreDWG.Dwg_AppInfo_product_checksum_get, _LibreDWG.Dwg_AppInfo_product_checksum_set)
11625    version = property(_LibreDWG.Dwg_AppInfo_version_get, _LibreDWG.Dwg_AppInfo_version_set)
11626    comment = property(_LibreDWG.Dwg_AppInfo_comment_get, _LibreDWG.Dwg_AppInfo_comment_set)
11627    product_info = property(_LibreDWG.Dwg_AppInfo_product_info_get, _LibreDWG.Dwg_AppInfo_product_info_set)
11628
11629    def __init__(self):
11630        _LibreDWG.Dwg_AppInfo_swiginit(self, _LibreDWG.new_Dwg_AppInfo())
11631    __swig_destroy__ = _LibreDWG.delete_Dwg_AppInfo
11632
11633# Register Dwg_AppInfo in _LibreDWG:
11634_LibreDWG.Dwg_AppInfo_swigregister(Dwg_AppInfo)
11635
11636class Dwg_FileDepList(object):
11637    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11638    __repr__ = _swig_repr
11639    num_features = property(_LibreDWG.Dwg_FileDepList_num_features_get, _LibreDWG.Dwg_FileDepList_num_features_set)
11640    features = property(_LibreDWG.Dwg_FileDepList_features_get, _LibreDWG.Dwg_FileDepList_features_set)
11641    num_files = property(_LibreDWG.Dwg_FileDepList_num_files_get, _LibreDWG.Dwg_FileDepList_num_files_set)
11642    files = property(_LibreDWG.Dwg_FileDepList_files_get, _LibreDWG.Dwg_FileDepList_files_set)
11643
11644    def __init__(self):
11645        _LibreDWG.Dwg_FileDepList_swiginit(self, _LibreDWG.new_Dwg_FileDepList())
11646    __swig_destroy__ = _LibreDWG.delete_Dwg_FileDepList
11647
11648# Register Dwg_FileDepList in _LibreDWG:
11649_LibreDWG.Dwg_FileDepList_swigregister(Dwg_FileDepList)
11650
11651class Dwg_Security(object):
11652    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11653    __repr__ = _swig_repr
11654    unknown_1 = property(_LibreDWG.Dwg_Security_unknown_1_get, _LibreDWG.Dwg_Security_unknown_1_set)
11655    unknown_2 = property(_LibreDWG.Dwg_Security_unknown_2_get, _LibreDWG.Dwg_Security_unknown_2_set)
11656    unknown_3 = property(_LibreDWG.Dwg_Security_unknown_3_get, _LibreDWG.Dwg_Security_unknown_3_set)
11657    crypto_id = property(_LibreDWG.Dwg_Security_crypto_id_get, _LibreDWG.Dwg_Security_crypto_id_set)
11658    crypto_name = property(_LibreDWG.Dwg_Security_crypto_name_get, _LibreDWG.Dwg_Security_crypto_name_set)
11659    algo_id = property(_LibreDWG.Dwg_Security_algo_id_get, _LibreDWG.Dwg_Security_algo_id_set)
11660    key_len = property(_LibreDWG.Dwg_Security_key_len_get, _LibreDWG.Dwg_Security_key_len_set)
11661    encr_size = property(_LibreDWG.Dwg_Security_encr_size_get, _LibreDWG.Dwg_Security_encr_size_set)
11662    encr_buffer = property(_LibreDWG.Dwg_Security_encr_buffer_get, _LibreDWG.Dwg_Security_encr_buffer_set)
11663
11664    def __init__(self):
11665        _LibreDWG.Dwg_Security_swiginit(self, _LibreDWG.new_Dwg_Security())
11666    __swig_destroy__ = _LibreDWG.delete_Dwg_Security
11667
11668# Register Dwg_Security in _LibreDWG:
11669_LibreDWG.Dwg_Security_swigregister(Dwg_Security)
11670
11671class Dwg_VBAProject(object):
11672    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11673    __repr__ = _swig_repr
11674    size = property(_LibreDWG.Dwg_VBAProject_size_get, _LibreDWG.Dwg_VBAProject_size_set)
11675    unknown_bits = property(_LibreDWG.Dwg_VBAProject_unknown_bits_get, _LibreDWG.Dwg_VBAProject_unknown_bits_set)
11676
11677    def __init__(self):
11678        _LibreDWG.Dwg_VBAProject_swiginit(self, _LibreDWG.new_Dwg_VBAProject())
11679    __swig_destroy__ = _LibreDWG.delete_Dwg_VBAProject
11680
11681# Register Dwg_VBAProject in _LibreDWG:
11682_LibreDWG.Dwg_VBAProject_swigregister(Dwg_VBAProject)
11683
11684class Dwg_AppInfoHistory(object):
11685    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11686    __repr__ = _swig_repr
11687    size = property(_LibreDWG.Dwg_AppInfoHistory_size_get, _LibreDWG.Dwg_AppInfoHistory_size_set)
11688    unknown_bits = property(_LibreDWG.Dwg_AppInfoHistory_unknown_bits_get, _LibreDWG.Dwg_AppInfoHistory_unknown_bits_set)
11689
11690    def __init__(self):
11691        _LibreDWG.Dwg_AppInfoHistory_swiginit(self, _LibreDWG.new_Dwg_AppInfoHistory())
11692    __swig_destroy__ = _LibreDWG.delete_Dwg_AppInfoHistory
11693
11694# Register Dwg_AppInfoHistory in _LibreDWG:
11695_LibreDWG.Dwg_AppInfoHistory_swigregister(Dwg_AppInfoHistory)
11696
11697class Dwg_RevHistory(object):
11698    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11699    __repr__ = _swig_repr
11700    class_version = property(_LibreDWG.Dwg_RevHistory_class_version_get, _LibreDWG.Dwg_RevHistory_class_version_set)
11701    class_minor = property(_LibreDWG.Dwg_RevHistory_class_minor_get, _LibreDWG.Dwg_RevHistory_class_minor_set)
11702    num_histories = property(_LibreDWG.Dwg_RevHistory_num_histories_get, _LibreDWG.Dwg_RevHistory_num_histories_set)
11703    histories = property(_LibreDWG.Dwg_RevHistory_histories_get, _LibreDWG.Dwg_RevHistory_histories_set)
11704
11705    def __init__(self):
11706        _LibreDWG.Dwg_RevHistory_swiginit(self, _LibreDWG.new_Dwg_RevHistory())
11707    __swig_destroy__ = _LibreDWG.delete_Dwg_RevHistory
11708
11709# Register Dwg_RevHistory in _LibreDWG:
11710_LibreDWG.Dwg_RevHistory_swigregister(Dwg_RevHistory)
11711
11712class Dwg_ObjFreeSpace(object):
11713    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11714    __repr__ = _swig_repr
11715    zero = property(_LibreDWG.Dwg_ObjFreeSpace_zero_get, _LibreDWG.Dwg_ObjFreeSpace_zero_set)
11716    num_handles = property(_LibreDWG.Dwg_ObjFreeSpace_num_handles_get, _LibreDWG.Dwg_ObjFreeSpace_num_handles_set)
11717    TDUPDATE = property(_LibreDWG.Dwg_ObjFreeSpace_TDUPDATE_get, _LibreDWG.Dwg_ObjFreeSpace_TDUPDATE_set)
11718    objects_address = property(_LibreDWG.Dwg_ObjFreeSpace_objects_address_get, _LibreDWG.Dwg_ObjFreeSpace_objects_address_set)
11719    num_nums = property(_LibreDWG.Dwg_ObjFreeSpace_num_nums_get, _LibreDWG.Dwg_ObjFreeSpace_num_nums_set)
11720    max32 = property(_LibreDWG.Dwg_ObjFreeSpace_max32_get, _LibreDWG.Dwg_ObjFreeSpace_max32_set)
11721    max64 = property(_LibreDWG.Dwg_ObjFreeSpace_max64_get, _LibreDWG.Dwg_ObjFreeSpace_max64_set)
11722    maxtbl = property(_LibreDWG.Dwg_ObjFreeSpace_maxtbl_get, _LibreDWG.Dwg_ObjFreeSpace_maxtbl_set)
11723    maxrl = property(_LibreDWG.Dwg_ObjFreeSpace_maxrl_get, _LibreDWG.Dwg_ObjFreeSpace_maxrl_set)
11724    max32_hi = property(_LibreDWG.Dwg_ObjFreeSpace_max32_hi_get, _LibreDWG.Dwg_ObjFreeSpace_max32_hi_set)
11725    max64_hi = property(_LibreDWG.Dwg_ObjFreeSpace_max64_hi_get, _LibreDWG.Dwg_ObjFreeSpace_max64_hi_set)
11726    maxtbl_hi = property(_LibreDWG.Dwg_ObjFreeSpace_maxtbl_hi_get, _LibreDWG.Dwg_ObjFreeSpace_maxtbl_hi_set)
11727    maxrl_hi = property(_LibreDWG.Dwg_ObjFreeSpace_maxrl_hi_get, _LibreDWG.Dwg_ObjFreeSpace_maxrl_hi_set)
11728
11729    def __init__(self):
11730        _LibreDWG.Dwg_ObjFreeSpace_swiginit(self, _LibreDWG.new_Dwg_ObjFreeSpace())
11731    __swig_destroy__ = _LibreDWG.delete_Dwg_ObjFreeSpace
11732
11733# Register Dwg_ObjFreeSpace in _LibreDWG:
11734_LibreDWG.Dwg_ObjFreeSpace_swigregister(Dwg_ObjFreeSpace)
11735
11736class Dwg_Template(object):
11737    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11738    __repr__ = _swig_repr
11739    description = property(_LibreDWG.Dwg_Template_description_get, _LibreDWG.Dwg_Template_description_set)
11740    MEASUREMENT = property(_LibreDWG.Dwg_Template_MEASUREMENT_get, _LibreDWG.Dwg_Template_MEASUREMENT_set)
11741
11742    def __init__(self):
11743        _LibreDWG.Dwg_Template_swiginit(self, _LibreDWG.new_Dwg_Template())
11744    __swig_destroy__ = _LibreDWG.delete_Dwg_Template
11745
11746# Register Dwg_Template in _LibreDWG:
11747_LibreDWG.Dwg_Template_swigregister(Dwg_Template)
11748
11749class Dwg_Second_Header(object):
11750    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11751    __repr__ = _swig_repr
11752    section = property(_LibreDWG.Dwg_Second_Header_section_get, _LibreDWG.Dwg_Second_Header_section_set)
11753    handlers = property(_LibreDWG.Dwg_Second_Header_handlers_get, _LibreDWG.Dwg_Second_Header_handlers_set)
11754    size = property(_LibreDWG.Dwg_Second_Header_size_get, _LibreDWG.Dwg_Second_Header_size_set)
11755    address = property(_LibreDWG.Dwg_Second_Header_address_get, _LibreDWG.Dwg_Second_Header_address_set)
11756    version = property(_LibreDWG.Dwg_Second_Header_version_get, _LibreDWG.Dwg_Second_Header_version_set)
11757    null_b = property(_LibreDWG.Dwg_Second_Header_null_b_get, _LibreDWG.Dwg_Second_Header_null_b_set)
11758    unknown_10 = property(_LibreDWG.Dwg_Second_Header_unknown_10_get, _LibreDWG.Dwg_Second_Header_unknown_10_set)
11759    unknown_rc4 = property(_LibreDWG.Dwg_Second_Header_unknown_rc4_get, _LibreDWG.Dwg_Second_Header_unknown_rc4_set)
11760    num_sections = property(_LibreDWG.Dwg_Second_Header_num_sections_get, _LibreDWG.Dwg_Second_Header_num_sections_set)
11761    num_handlers = property(_LibreDWG.Dwg_Second_Header_num_handlers_get, _LibreDWG.Dwg_Second_Header_num_handlers_set)
11762    junk_r14_1 = property(_LibreDWG.Dwg_Second_Header_junk_r14_1_get, _LibreDWG.Dwg_Second_Header_junk_r14_1_set)
11763    junk_r14_2 = property(_LibreDWG.Dwg_Second_Header_junk_r14_2_get, _LibreDWG.Dwg_Second_Header_junk_r14_2_set)
11764
11765    def __init__(self):
11766        _LibreDWG.Dwg_Second_Header_swiginit(self, _LibreDWG.new_Dwg_Second_Header())
11767    __swig_destroy__ = _LibreDWG.delete_Dwg_Second_Header
11768
11769# Register Dwg_Second_Header in _LibreDWG:
11770_LibreDWG.Dwg_Second_Header_swigregister(Dwg_Second_Header)
11771
11772class _sections(object):
11773    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11774    __repr__ = _swig_repr
11775    nr = property(_LibreDWG._sections_nr_get, _LibreDWG._sections_nr_set)
11776    address = property(_LibreDWG._sections_address_get, _LibreDWG._sections_address_set)
11777    size = property(_LibreDWG._sections_size_get, _LibreDWG._sections_size_set)
11778
11779    def __init__(self):
11780        _LibreDWG._sections_swiginit(self, _LibreDWG.new__sections())
11781    __swig_destroy__ = _LibreDWG.delete__sections
11782
11783# Register _sections in _LibreDWG:
11784_LibreDWG._sections_swigregister(_sections)
11785
11786class _handler(object):
11787    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11788    __repr__ = _swig_repr
11789    size = property(_LibreDWG._handler_size_get, _LibreDWG._handler_size_set)
11790    nr = property(_LibreDWG._handler_nr_get, _LibreDWG._handler_nr_set)
11791    data = property(_LibreDWG._handler_data_get, _LibreDWG._handler_data_set)
11792
11793    def __init__(self):
11794        _LibreDWG._handler_swiginit(self, _LibreDWG.new__handler())
11795    __swig_destroy__ = _LibreDWG.delete__handler
11796
11797# Register _handler in _LibreDWG:
11798_LibreDWG._handler_swigregister(_handler)
11799
11800class Dwg_Data(object):
11801    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
11802    __repr__ = _swig_repr
11803    header = property(_LibreDWG.Dwg_Data_header_get, _LibreDWG.Dwg_Data_header_set)
11804    num_classes = property(_LibreDWG.Dwg_Data_num_classes_get, _LibreDWG.Dwg_Data_num_classes_set)
11805    dwg_class = property(_LibreDWG.Dwg_Data_dwg_class_get, _LibreDWG.Dwg_Data_dwg_class_set)
11806    num_objects = property(_LibreDWG.Dwg_Data_num_objects_get, _LibreDWG.Dwg_Data_num_objects_set)
11807    object = property(_LibreDWG.Dwg_Data_object_get, _LibreDWG.Dwg_Data_object_set)
11808    num_entities = property(_LibreDWG.Dwg_Data_num_entities_get, _LibreDWG.Dwg_Data_num_entities_set)
11809    num_object_refs = property(_LibreDWG.Dwg_Data_num_object_refs_get, _LibreDWG.Dwg_Data_num_object_refs_set)
11810    object_ref = property(_LibreDWG.Dwg_Data_object_ref_get, _LibreDWG.Dwg_Data_object_ref_set)
11811    object_map = property(_LibreDWG.Dwg_Data_object_map_get, _LibreDWG.Dwg_Data_object_map_set)
11812    dirty_refs = property(_LibreDWG.Dwg_Data_dirty_refs_get, _LibreDWG.Dwg_Data_dirty_refs_set)
11813    opts = property(_LibreDWG.Dwg_Data_opts_get, _LibreDWG.Dwg_Data_opts_set)
11814    header_vars = property(_LibreDWG.Dwg_Data_header_vars_get, _LibreDWG.Dwg_Data_header_vars_set)
11815    thumbnail = property(_LibreDWG.Dwg_Data_thumbnail_get, _LibreDWG.Dwg_Data_thumbnail_set)
11816    r2004_header = property(_LibreDWG.Dwg_Data_r2004_header_get, _LibreDWG.Dwg_Data_r2004_header_set)
11817    mspace_block = property(_LibreDWG.Dwg_Data_mspace_block_get, _LibreDWG.Dwg_Data_mspace_block_set)
11818    pspace_block = property(_LibreDWG.Dwg_Data_pspace_block_get, _LibreDWG.Dwg_Data_pspace_block_set)
11819    block_control = property(_LibreDWG.Dwg_Data_block_control_get, _LibreDWG.Dwg_Data_block_control_set)
11820    auxheader = property(_LibreDWG.Dwg_Data_auxheader_get, _LibreDWG.Dwg_Data_auxheader_set)
11821    summaryinfo = property(_LibreDWG.Dwg_Data_summaryinfo_get, _LibreDWG.Dwg_Data_summaryinfo_set)
11822    appinfo = property(_LibreDWG.Dwg_Data_appinfo_get, _LibreDWG.Dwg_Data_appinfo_set)
11823    filedeplist = property(_LibreDWG.Dwg_Data_filedeplist_get, _LibreDWG.Dwg_Data_filedeplist_set)
11824    security = property(_LibreDWG.Dwg_Data_security_get, _LibreDWG.Dwg_Data_security_set)
11825    vbaproject = property(_LibreDWG.Dwg_Data_vbaproject_get, _LibreDWG.Dwg_Data_vbaproject_set)
11826    appinfohistory = property(_LibreDWG.Dwg_Data_appinfohistory_get, _LibreDWG.Dwg_Data_appinfohistory_set)
11827    revhistory = property(_LibreDWG.Dwg_Data_revhistory_get, _LibreDWG.Dwg_Data_revhistory_set)
11828    objfreespace = property(_LibreDWG.Dwg_Data_objfreespace_get, _LibreDWG.Dwg_Data_objfreespace_set)
11829    Template = property(_LibreDWG.Dwg_Data_Template_get, _LibreDWG.Dwg_Data_Template_set)
11830    acds = property(_LibreDWG.Dwg_Data_acds_get, _LibreDWG.Dwg_Data_acds_set)
11831    second_header = property(_LibreDWG.Dwg_Data_second_header_get, _LibreDWG.Dwg_Data_second_header_set)
11832    layout_type = property(_LibreDWG.Dwg_Data_layout_type_get, _LibreDWG.Dwg_Data_layout_type_set)
11833    num_acis_sab_hdl = property(_LibreDWG.Dwg_Data_num_acis_sab_hdl_get, _LibreDWG.Dwg_Data_num_acis_sab_hdl_set)
11834    acis_sab_hdl = property(_LibreDWG.Dwg_Data_acis_sab_hdl_get, _LibreDWG.Dwg_Data_acis_sab_hdl_set)
11835    next_hdl = property(_LibreDWG.Dwg_Data_next_hdl_get, _LibreDWG.Dwg_Data_next_hdl_set)
11836
11837    def __init__(self):
11838        _LibreDWG.Dwg_Data_swiginit(self, _LibreDWG.new_Dwg_Data())
11839    __swig_destroy__ = _LibreDWG.delete_Dwg_Data
11840
11841# Register Dwg_Data in _LibreDWG:
11842_LibreDWG.Dwg_Data_swigregister(Dwg_Data)
11843
11844DWG_OPTS_LOGLEVEL = _LibreDWG.DWG_OPTS_LOGLEVEL
11845DWG_OPTS_MINIMAL = _LibreDWG.DWG_OPTS_MINIMAL
11846DWG_OPTS_DXFB = _LibreDWG.DWG_OPTS_DXFB
11847DWG_OPTS_JSONFIRST = _LibreDWG.DWG_OPTS_JSONFIRST
11848DWG_OPTS_INDXF = _LibreDWG.DWG_OPTS_INDXF
11849DWG_OPTS_INJSON = _LibreDWG.DWG_OPTS_INJSON
11850DWG_OPTS_IN = _LibreDWG.DWG_OPTS_IN
11851DWG_VT_INVALID = _LibreDWG.DWG_VT_INVALID
11852DWG_VT_STRING = _LibreDWG.DWG_VT_STRING
11853DWG_VT_POINT3D = _LibreDWG.DWG_VT_POINT3D
11854DWG_VT_REAL = _LibreDWG.DWG_VT_REAL
11855DWG_VT_INT16 = _LibreDWG.DWG_VT_INT16
11856DWG_VT_INT32 = _LibreDWG.DWG_VT_INT32
11857DWG_VT_INT8 = _LibreDWG.DWG_VT_INT8
11858DWG_VT_BINARY = _LibreDWG.DWG_VT_BINARY
11859DWG_VT_HANDLE = _LibreDWG.DWG_VT_HANDLE
11860DWG_VT_OBJECTID = _LibreDWG.DWG_VT_OBJECTID
11861DWG_VT_BOOL = _LibreDWG.DWG_VT_BOOL
11862DWG_VT_INT64 = _LibreDWG.DWG_VT_INT64
11863
11864def dwg_read_file(filename, dwg):
11865    return _LibreDWG.dwg_read_file(filename, dwg)
11866
11867def dxf_read_file(filename, dwg):
11868    return _LibreDWG.dxf_read_file(filename, dwg)
11869
11870def dwg_write_file(filename, dwg):
11871    return _LibreDWG.dwg_write_file(filename, dwg)
11872
11873def dwg_bmp(arg1, arg2):
11874    return _LibreDWG.dwg_bmp(arg1, arg2)
11875
11876def dxf_cvt_lweight(value):
11877    return _LibreDWG.dxf_cvt_lweight(value)
11878
11879def dxf_revcvt_lweight(lw):
11880    return _LibreDWG.dxf_revcvt_lweight(lw)
11881
11882def dwg_ctrl_table(dwg, table):
11883    return _LibreDWG.dwg_ctrl_table(dwg, table)
11884
11885def dwg_find_tablehandle(dwg, name, table):
11886    return _LibreDWG.dwg_find_tablehandle(dwg, name, table)
11887
11888def dwg_handle_name(dwg, table, handle):
11889    return _LibreDWG.dwg_handle_name(dwg, table, handle)
11890
11891def dwg_find_table_control(dwg, table):
11892    return _LibreDWG.dwg_find_table_control(dwg, table)
11893
11894def dwg_find_dictionary(dwg, name):
11895    return _LibreDWG.dwg_find_dictionary(dwg, name)
11896
11897def dwg_find_dicthandle(dwg, dict, name):
11898    return _LibreDWG.dwg_find_dicthandle(dwg, dict, name)
11899
11900def dwg_find_dicthandle_objname(dwg, dict, name):
11901    return _LibreDWG.dwg_find_dicthandle_objname(dwg, dict, name)
11902
11903def dwg_find_table_extname(dwg, obj):
11904    return _LibreDWG.dwg_find_table_extname(dwg, obj)
11905
11906def dwg_variable_dict(dwg, name):
11907    return _LibreDWG.dwg_variable_dict(dwg, name)
11908
11909def dwg_model_x_min(arg1):
11910    return _LibreDWG.dwg_model_x_min(arg1)
11911
11912def dwg_model_x_max(arg1):
11913    return _LibreDWG.dwg_model_x_max(arg1)
11914
11915def dwg_model_y_min(arg1):
11916    return _LibreDWG.dwg_model_y_min(arg1)
11917
11918def dwg_model_y_max(arg1):
11919    return _LibreDWG.dwg_model_y_max(arg1)
11920
11921def dwg_model_z_min(arg1):
11922    return _LibreDWG.dwg_model_z_min(arg1)
11923
11924def dwg_model_z_max(arg1):
11925    return _LibreDWG.dwg_model_z_max(arg1)
11926
11927def dwg_page_x_min(arg1):
11928    return _LibreDWG.dwg_page_x_min(arg1)
11929
11930def dwg_page_x_max(arg1):
11931    return _LibreDWG.dwg_page_x_max(arg1)
11932
11933def dwg_page_y_min(arg1):
11934    return _LibreDWG.dwg_page_y_min(arg1)
11935
11936def dwg_page_y_max(arg1):
11937    return _LibreDWG.dwg_page_y_max(arg1)
11938
11939def dwg_block_control(dwg):
11940    return _LibreDWG.dwg_block_control(dwg)
11941
11942def dwg_model_space_ref(dwg):
11943    return _LibreDWG.dwg_model_space_ref(dwg)
11944
11945def dwg_paper_space_ref(dwg):
11946    return _LibreDWG.dwg_paper_space_ref(dwg)
11947
11948def dwg_model_space_object(dwg):
11949    return _LibreDWG.dwg_model_space_object(dwg)
11950
11951def dwg_paper_space_object(dwg):
11952    return _LibreDWG.dwg_paper_space_object(dwg)
11953
11954def dwg_get_layer_count(dwg):
11955    return _LibreDWG.dwg_get_layer_count(dwg)
11956
11957def dwg_get_layers(dwg):
11958    return _LibreDWG.dwg_get_layers(dwg)
11959
11960def dwg_get_num_objects(dwg):
11961    return _LibreDWG.dwg_get_num_objects(dwg)
11962
11963def dwg_get_object_num_objects(dwg):
11964    return _LibreDWG.dwg_get_object_num_objects(dwg)
11965
11966def dwg_class_is_entity(klass):
11967    return _LibreDWG.dwg_class_is_entity(klass)
11968
11969def dwg_obj_is_control(obj):
11970    return _LibreDWG.dwg_obj_is_control(obj)
11971
11972def dwg_obj_is_table(obj):
11973    return _LibreDWG.dwg_obj_is_table(obj)
11974
11975def dwg_obj_is_subentity(obj):
11976    return _LibreDWG.dwg_obj_is_subentity(obj)
11977
11978def dwg_obj_has_subentity(obj):
11979    return _LibreDWG.dwg_obj_has_subentity(obj)
11980
11981def dwg_obj_is_3dsolid(obj):
11982    return _LibreDWG.dwg_obj_is_3dsolid(obj)
11983
11984def dwg_obj_is_acsh(obj):
11985    return _LibreDWG.dwg_obj_is_acsh(obj)
11986
11987def dwg_get_num_entities(arg1):
11988    return _LibreDWG.dwg_get_num_entities(arg1)
11989
11990def dwg_get_entities(arg1):
11991    return _LibreDWG.dwg_get_entities(arg1)
11992
11993def dwg_get_entity_layer(arg1):
11994    return _LibreDWG.dwg_get_entity_layer(arg1)
11995
11996def dwg_next_object(obj):
11997    return _LibreDWG.dwg_next_object(obj)
11998
11999def dwg_next_entity(obj):
12000    return _LibreDWG.dwg_next_entity(obj)
12001
12002def dwg_next_handle(dwg):
12003    return _LibreDWG.dwg_next_handle(dwg)
12004
12005def dwg_ref_object(dwg, ref):
12006    return _LibreDWG.dwg_ref_object(dwg, ref)
12007
12008def dwg_ref_object_relative(dwg, ref, obj):
12009    return _LibreDWG.dwg_ref_object_relative(dwg, ref, obj)
12010
12011def dwg_ref_object_silent(dwg, ref):
12012    return _LibreDWG.dwg_ref_object_silent(dwg, ref)
12013
12014def get_first_owned_entity(hdr):
12015    return _LibreDWG.get_first_owned_entity(hdr)
12016
12017def get_next_owned_entity(hdr, current):
12018    return _LibreDWG.get_next_owned_entity(hdr, current)
12019
12020def get_first_owned_subentity(owner):
12021    return _LibreDWG.get_first_owned_subentity(owner)
12022
12023def get_next_owned_subentity(owner, current):
12024    return _LibreDWG.get_next_owned_subentity(owner, current)
12025
12026def get_first_owned_block(hdr):
12027    return _LibreDWG.get_first_owned_block(hdr)
12028
12029def get_last_owned_block(hdr):
12030    return _LibreDWG.get_last_owned_block(hdr)
12031
12032def get_next_owned_block(hdr, current):
12033    return _LibreDWG.get_next_owned_block(hdr, current)
12034
12035def get_next_owned_block_entity(hdr, current):
12036    return _LibreDWG.get_next_owned_block_entity(hdr, current)
12037
12038def dwg_get_first_object(dwg, type):
12039    return _LibreDWG.dwg_get_first_object(dwg, type)
12040
12041def dwg_resolve_handle(dwg, absref):
12042    return _LibreDWG.dwg_resolve_handle(dwg, absref)
12043
12044def dwg_resolve_handle_silent(dwg, absref):
12045    return _LibreDWG.dwg_resolve_handle_silent(dwg, absref)
12046
12047def dwg_resolve_handleref(ref, obj):
12048    return _LibreDWG.dwg_resolve_handleref(ref, obj)
12049
12050def dwg_section_type(name):
12051    return _LibreDWG.dwg_section_type(name)
12052
12053def dwg_section_wtype(wname):
12054    return _LibreDWG.dwg_section_wtype(wname)
12055
12056def dwg_section_name(dwg, sec_id):
12057    return _LibreDWG.dwg_section_name(dwg, sec_id)
12058
12059def dwg_resbuf_value_type(gc):
12060    return _LibreDWG.dwg_resbuf_value_type(gc)
12061
12062def dwg_free(dwg):
12063    return _LibreDWG.dwg_free(dwg)
12064
12065def dwg_free_object(obj):
12066    return _LibreDWG.dwg_free_object(obj)
12067
12068def dwg_new_ref(dwg):
12069    return _LibreDWG.dwg_new_ref(dwg)
12070
12071def dwg_add_handle(hdl, code, value, obj):
12072    return _LibreDWG.dwg_add_handle(hdl, code, value, obj)
12073
12074def dwg_add_handleref(dwg, code, value, obj):
12075    return _LibreDWG.dwg_add_handleref(dwg, code, value, obj)
12076
12077def dwg_dup_handleref(dwg, ref):
12078    return _LibreDWG.dwg_dup_handleref(dwg, ref)
12079
12080def dwg_add_handleref_free(code, absref):
12081    return _LibreDWG.dwg_add_handleref_free(code, absref)
12082
12083def dwg_version_type(version):
12084    return _LibreDWG.dwg_version_type(version)
12085
12086def dwg_version_as(version):
12087    return _LibreDWG.dwg_version_as(version)
12088
12089def dwg_errstrings(error):
12090    return _LibreDWG.dwg_errstrings(error)
12091
12092def dwg_encrypt_SAT1(blocksize, acis_data, acis_data_offset):
12093    return _LibreDWG.dwg_encrypt_SAT1(blocksize, acis_data, acis_data_offset)
12094
12095def dwg_convert_SAB_to_SAT1(_obj):
12096    return _LibreDWG.dwg_convert_SAB_to_SAT1(_obj)
12097class Dwg_RGB_Palette(object):
12098    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
12099    __repr__ = _swig_repr
12100    r = property(_LibreDWG.Dwg_RGB_Palette_r_get, _LibreDWG.Dwg_RGB_Palette_r_set)
12101    g = property(_LibreDWG.Dwg_RGB_Palette_g_get, _LibreDWG.Dwg_RGB_Palette_g_set)
12102    b = property(_LibreDWG.Dwg_RGB_Palette_b_get, _LibreDWG.Dwg_RGB_Palette_b_set)
12103
12104    def __init__(self):
12105        _LibreDWG.Dwg_RGB_Palette_swiginit(self, _LibreDWG.new_Dwg_RGB_Palette())
12106    __swig_destroy__ = _LibreDWG.delete_Dwg_RGB_Palette
12107
12108# Register Dwg_RGB_Palette in _LibreDWG:
12109_LibreDWG.Dwg_RGB_Palette_swigregister(Dwg_RGB_Palette)
12110
12111
12112def dwg_rgb_palette():
12113    return _LibreDWG.dwg_rgb_palette()
12114
12115def dwg_rgb_palette_index(index):
12116    return _LibreDWG.dwg_rgb_palette_index(index)
12117
12118def dwg_find_color_index(rgb):
12119    return _LibreDWG.dwg_find_color_index(rgb)
12120
12121def dwg_add_object(dwg):
12122    return _LibreDWG.dwg_add_object(dwg)
12123
12124def dwg_object_name(name, dxfnamep, typep, is_entp, stabilityp):
12125    return _LibreDWG.dwg_object_name(name, dxfnamep, typep, is_entp, stabilityp)
12126
12127def dwg_setup__3DFACE(obj):
12128    return _LibreDWG.dwg_setup__3DFACE(obj)
12129
12130def dwg_setup__3DSOLID(obj):
12131    return _LibreDWG.dwg_setup__3DSOLID(obj)
12132
12133def dwg_setup_ARC(obj):
12134    return _LibreDWG.dwg_setup_ARC(obj)
12135
12136def dwg_setup_ATTDEF(obj):
12137    return _LibreDWG.dwg_setup_ATTDEF(obj)
12138
12139def dwg_setup_ATTRIB(obj):
12140    return _LibreDWG.dwg_setup_ATTRIB(obj)
12141
12142def dwg_setup_BLOCK(obj):
12143    return _LibreDWG.dwg_setup_BLOCK(obj)
12144
12145def dwg_setup_BODY(obj):
12146    return _LibreDWG.dwg_setup_BODY(obj)
12147
12148def dwg_setup_CIRCLE(obj):
12149    return _LibreDWG.dwg_setup_CIRCLE(obj)
12150
12151def dwg_setup_DIMENSION_ALIGNED(obj):
12152    return _LibreDWG.dwg_setup_DIMENSION_ALIGNED(obj)
12153
12154def dwg_setup_DIMENSION_ANG2LN(obj):
12155    return _LibreDWG.dwg_setup_DIMENSION_ANG2LN(obj)
12156
12157def dwg_setup_DIMENSION_ANG3PT(obj):
12158    return _LibreDWG.dwg_setup_DIMENSION_ANG3PT(obj)
12159
12160def dwg_setup_DIMENSION_DIAMETER(obj):
12161    return _LibreDWG.dwg_setup_DIMENSION_DIAMETER(obj)
12162
12163def dwg_setup_DIMENSION_LINEAR(obj):
12164    return _LibreDWG.dwg_setup_DIMENSION_LINEAR(obj)
12165
12166def dwg_setup_DIMENSION_ORDINATE(obj):
12167    return _LibreDWG.dwg_setup_DIMENSION_ORDINATE(obj)
12168
12169def dwg_setup_DIMENSION_RADIUS(obj):
12170    return _LibreDWG.dwg_setup_DIMENSION_RADIUS(obj)
12171
12172def dwg_setup_ELLIPSE(obj):
12173    return _LibreDWG.dwg_setup_ELLIPSE(obj)
12174
12175def dwg_setup_ENDBLK(obj):
12176    return _LibreDWG.dwg_setup_ENDBLK(obj)
12177
12178def dwg_setup_INSERT(obj):
12179    return _LibreDWG.dwg_setup_INSERT(obj)
12180
12181def dwg_setup_LEADER(obj):
12182    return _LibreDWG.dwg_setup_LEADER(obj)
12183
12184def dwg_setup_LINE(obj):
12185    return _LibreDWG.dwg_setup_LINE(obj)
12186
12187def dwg_setup_MINSERT(obj):
12188    return _LibreDWG.dwg_setup_MINSERT(obj)
12189
12190def dwg_setup_MLINE(obj):
12191    return _LibreDWG.dwg_setup_MLINE(obj)
12192
12193def dwg_setup_MTEXT(obj):
12194    return _LibreDWG.dwg_setup_MTEXT(obj)
12195
12196def dwg_setup_OLEFRAME(obj):
12197    return _LibreDWG.dwg_setup_OLEFRAME(obj)
12198
12199def dwg_setup_POINT(obj):
12200    return _LibreDWG.dwg_setup_POINT(obj)
12201
12202def dwg_setup_POLYLINE_2D(obj):
12203    return _LibreDWG.dwg_setup_POLYLINE_2D(obj)
12204
12205def dwg_setup_POLYLINE_3D(obj):
12206    return _LibreDWG.dwg_setup_POLYLINE_3D(obj)
12207
12208def dwg_setup_POLYLINE_MESH(obj):
12209    return _LibreDWG.dwg_setup_POLYLINE_MESH(obj)
12210
12211def dwg_setup_POLYLINE_PFACE(obj):
12212    return _LibreDWG.dwg_setup_POLYLINE_PFACE(obj)
12213
12214def dwg_setup_PROXY_ENTITY(obj):
12215    return _LibreDWG.dwg_setup_PROXY_ENTITY(obj)
12216
12217def dwg_setup_RAY(obj):
12218    return _LibreDWG.dwg_setup_RAY(obj)
12219
12220def dwg_setup_REGION(obj):
12221    return _LibreDWG.dwg_setup_REGION(obj)
12222
12223def dwg_setup_SEQEND(obj):
12224    return _LibreDWG.dwg_setup_SEQEND(obj)
12225
12226def dwg_setup_SHAPE(obj):
12227    return _LibreDWG.dwg_setup_SHAPE(obj)
12228
12229def dwg_setup_SOLID(obj):
12230    return _LibreDWG.dwg_setup_SOLID(obj)
12231
12232def dwg_setup_SPLINE(obj):
12233    return _LibreDWG.dwg_setup_SPLINE(obj)
12234
12235def dwg_setup_TEXT(obj):
12236    return _LibreDWG.dwg_setup_TEXT(obj)
12237
12238def dwg_setup_TOLERANCE(obj):
12239    return _LibreDWG.dwg_setup_TOLERANCE(obj)
12240
12241def dwg_setup_TRACE(obj):
12242    return _LibreDWG.dwg_setup_TRACE(obj)
12243
12244def dwg_setup_UNKNOWN_ENT(obj):
12245    return _LibreDWG.dwg_setup_UNKNOWN_ENT(obj)
12246
12247def dwg_setup_VERTEX_2D(obj):
12248    return _LibreDWG.dwg_setup_VERTEX_2D(obj)
12249
12250def dwg_setup_VERTEX_3D(obj):
12251    return _LibreDWG.dwg_setup_VERTEX_3D(obj)
12252
12253def dwg_setup_VERTEX_MESH(obj):
12254    return _LibreDWG.dwg_setup_VERTEX_MESH(obj)
12255
12256def dwg_setup_VERTEX_PFACE(obj):
12257    return _LibreDWG.dwg_setup_VERTEX_PFACE(obj)
12258
12259def dwg_setup_VERTEX_PFACE_FACE(obj):
12260    return _LibreDWG.dwg_setup_VERTEX_PFACE_FACE(obj)
12261
12262def dwg_setup_VIEWPORT(obj):
12263    return _LibreDWG.dwg_setup_VIEWPORT(obj)
12264
12265def dwg_setup_XLINE(obj):
12266    return _LibreDWG.dwg_setup_XLINE(obj)
12267
12268def dwg_setup_APPID(obj):
12269    return _LibreDWG.dwg_setup_APPID(obj)
12270
12271def dwg_setup_APPID_CONTROL(obj):
12272    return _LibreDWG.dwg_setup_APPID_CONTROL(obj)
12273
12274def dwg_setup_BLOCK_CONTROL(obj):
12275    return _LibreDWG.dwg_setup_BLOCK_CONTROL(obj)
12276
12277def dwg_setup_BLOCK_HEADER(obj):
12278    return _LibreDWG.dwg_setup_BLOCK_HEADER(obj)
12279
12280def dwg_setup_DICTIONARY(obj):
12281    return _LibreDWG.dwg_setup_DICTIONARY(obj)
12282
12283def dwg_setup_DIMSTYLE(obj):
12284    return _LibreDWG.dwg_setup_DIMSTYLE(obj)
12285
12286def dwg_setup_DIMSTYLE_CONTROL(obj):
12287    return _LibreDWG.dwg_setup_DIMSTYLE_CONTROL(obj)
12288
12289def dwg_setup_DUMMY(obj):
12290    return _LibreDWG.dwg_setup_DUMMY(obj)
12291
12292def dwg_setup_LAYER(obj):
12293    return _LibreDWG.dwg_setup_LAYER(obj)
12294
12295def dwg_setup_LAYER_CONTROL(obj):
12296    return _LibreDWG.dwg_setup_LAYER_CONTROL(obj)
12297
12298def dwg_setup_LONG_TRANSACTION(obj):
12299    return _LibreDWG.dwg_setup_LONG_TRANSACTION(obj)
12300
12301def dwg_setup_LTYPE(obj):
12302    return _LibreDWG.dwg_setup_LTYPE(obj)
12303
12304def dwg_setup_LTYPE_CONTROL(obj):
12305    return _LibreDWG.dwg_setup_LTYPE_CONTROL(obj)
12306
12307def dwg_setup_MLINESTYLE(obj):
12308    return _LibreDWG.dwg_setup_MLINESTYLE(obj)
12309
12310def dwg_setup_STYLE(obj):
12311    return _LibreDWG.dwg_setup_STYLE(obj)
12312
12313def dwg_setup_STYLE_CONTROL(obj):
12314    return _LibreDWG.dwg_setup_STYLE_CONTROL(obj)
12315
12316def dwg_setup_UCS(obj):
12317    return _LibreDWG.dwg_setup_UCS(obj)
12318
12319def dwg_setup_UCS_CONTROL(obj):
12320    return _LibreDWG.dwg_setup_UCS_CONTROL(obj)
12321
12322def dwg_setup_UNKNOWN_OBJ(obj):
12323    return _LibreDWG.dwg_setup_UNKNOWN_OBJ(obj)
12324
12325def dwg_setup_VIEW(obj):
12326    return _LibreDWG.dwg_setup_VIEW(obj)
12327
12328def dwg_setup_VIEW_CONTROL(obj):
12329    return _LibreDWG.dwg_setup_VIEW_CONTROL(obj)
12330
12331def dwg_setup_VPORT(obj):
12332    return _LibreDWG.dwg_setup_VPORT(obj)
12333
12334def dwg_setup_VPORT_CONTROL(obj):
12335    return _LibreDWG.dwg_setup_VPORT_CONTROL(obj)
12336
12337def dwg_setup_VX_CONTROL(obj):
12338    return _LibreDWG.dwg_setup_VX_CONTROL(obj)
12339
12340def dwg_setup_VX_TABLE_RECORD(obj):
12341    return _LibreDWG.dwg_setup_VX_TABLE_RECORD(obj)
12342
12343def dwg_setup_CAMERA(obj):
12344    return _LibreDWG.dwg_setup_CAMERA(obj)
12345
12346def dwg_setup_DGNUNDERLAY(obj):
12347    return _LibreDWG.dwg_setup_DGNUNDERLAY(obj)
12348
12349def dwg_setup_DWFUNDERLAY(obj):
12350    return _LibreDWG.dwg_setup_DWFUNDERLAY(obj)
12351
12352def dwg_setup_HATCH(obj):
12353    return _LibreDWG.dwg_setup_HATCH(obj)
12354
12355def dwg_setup_IMAGE(obj):
12356    return _LibreDWG.dwg_setup_IMAGE(obj)
12357
12358def dwg_setup_LIGHT(obj):
12359    return _LibreDWG.dwg_setup_LIGHT(obj)
12360
12361def dwg_setup_LWPOLYLINE(obj):
12362    return _LibreDWG.dwg_setup_LWPOLYLINE(obj)
12363
12364def dwg_setup_MESH(obj):
12365    return _LibreDWG.dwg_setup_MESH(obj)
12366
12367def dwg_setup_MULTILEADER(obj):
12368    return _LibreDWG.dwg_setup_MULTILEADER(obj)
12369
12370def dwg_setup_OLE2FRAME(obj):
12371    return _LibreDWG.dwg_setup_OLE2FRAME(obj)
12372
12373def dwg_setup_PDFUNDERLAY(obj):
12374    return _LibreDWG.dwg_setup_PDFUNDERLAY(obj)
12375
12376def dwg_setup_SECTIONOBJECT(obj):
12377    return _LibreDWG.dwg_setup_SECTIONOBJECT(obj)
12378
12379def dwg_setup_ACSH_BOOLEAN_CLASS(obj):
12380    return _LibreDWG.dwg_setup_ACSH_BOOLEAN_CLASS(obj)
12381
12382def dwg_setup_ACSH_BOX_CLASS(obj):
12383    return _LibreDWG.dwg_setup_ACSH_BOX_CLASS(obj)
12384
12385def dwg_setup_ACSH_CONE_CLASS(obj):
12386    return _LibreDWG.dwg_setup_ACSH_CONE_CLASS(obj)
12387
12388def dwg_setup_ACSH_CYLINDER_CLASS(obj):
12389    return _LibreDWG.dwg_setup_ACSH_CYLINDER_CLASS(obj)
12390
12391def dwg_setup_ACSH_FILLET_CLASS(obj):
12392    return _LibreDWG.dwg_setup_ACSH_FILLET_CLASS(obj)
12393
12394def dwg_setup_ACSH_HISTORY_CLASS(obj):
12395    return _LibreDWG.dwg_setup_ACSH_HISTORY_CLASS(obj)
12396
12397def dwg_setup_ACSH_SPHERE_CLASS(obj):
12398    return _LibreDWG.dwg_setup_ACSH_SPHERE_CLASS(obj)
12399
12400def dwg_setup_ACSH_TORUS_CLASS(obj):
12401    return _LibreDWG.dwg_setup_ACSH_TORUS_CLASS(obj)
12402
12403def dwg_setup_ACSH_WEDGE_CLASS(obj):
12404    return _LibreDWG.dwg_setup_ACSH_WEDGE_CLASS(obj)
12405
12406def dwg_setup_BLOCKALIGNMENTGRIP(obj):
12407    return _LibreDWG.dwg_setup_BLOCKALIGNMENTGRIP(obj)
12408
12409def dwg_setup_BLOCKALIGNMENTPARAMETER(obj):
12410    return _LibreDWG.dwg_setup_BLOCKALIGNMENTPARAMETER(obj)
12411
12412def dwg_setup_BLOCKBASEPOINTPARAMETER(obj):
12413    return _LibreDWG.dwg_setup_BLOCKBASEPOINTPARAMETER(obj)
12414
12415def dwg_setup_BLOCKFLIPACTION(obj):
12416    return _LibreDWG.dwg_setup_BLOCKFLIPACTION(obj)
12417
12418def dwg_setup_BLOCKFLIPGRIP(obj):
12419    return _LibreDWG.dwg_setup_BLOCKFLIPGRIP(obj)
12420
12421def dwg_setup_BLOCKFLIPPARAMETER(obj):
12422    return _LibreDWG.dwg_setup_BLOCKFLIPPARAMETER(obj)
12423
12424def dwg_setup_BLOCKGRIPLOCATIONCOMPONENT(obj):
12425    return _LibreDWG.dwg_setup_BLOCKGRIPLOCATIONCOMPONENT(obj)
12426
12427def dwg_setup_BLOCKLINEARGRIP(obj):
12428    return _LibreDWG.dwg_setup_BLOCKLINEARGRIP(obj)
12429
12430def dwg_setup_BLOCKLOOKUPGRIP(obj):
12431    return _LibreDWG.dwg_setup_BLOCKLOOKUPGRIP(obj)
12432
12433def dwg_setup_BLOCKMOVEACTION(obj):
12434    return _LibreDWG.dwg_setup_BLOCKMOVEACTION(obj)
12435
12436def dwg_setup_BLOCKROTATEACTION(obj):
12437    return _LibreDWG.dwg_setup_BLOCKROTATEACTION(obj)
12438
12439def dwg_setup_BLOCKROTATIONGRIP(obj):
12440    return _LibreDWG.dwg_setup_BLOCKROTATIONGRIP(obj)
12441
12442def dwg_setup_BLOCKSCALEACTION(obj):
12443    return _LibreDWG.dwg_setup_BLOCKSCALEACTION(obj)
12444
12445def dwg_setup_BLOCKVISIBILITYGRIP(obj):
12446    return _LibreDWG.dwg_setup_BLOCKVISIBILITYGRIP(obj)
12447
12448def dwg_setup_CELLSTYLEMAP(obj):
12449    return _LibreDWG.dwg_setup_CELLSTYLEMAP(obj)
12450
12451def dwg_setup_DETAILVIEWSTYLE(obj):
12452    return _LibreDWG.dwg_setup_DETAILVIEWSTYLE(obj)
12453
12454def dwg_setup_DICTIONARYVAR(obj):
12455    return _LibreDWG.dwg_setup_DICTIONARYVAR(obj)
12456
12457def dwg_setup_DICTIONARYWDFLT(obj):
12458    return _LibreDWG.dwg_setup_DICTIONARYWDFLT(obj)
12459
12460def dwg_setup_DYNAMICBLOCKPURGEPREVENTER(obj):
12461    return _LibreDWG.dwg_setup_DYNAMICBLOCKPURGEPREVENTER(obj)
12462
12463def dwg_setup_FIELD(obj):
12464    return _LibreDWG.dwg_setup_FIELD(obj)
12465
12466def dwg_setup_FIELDLIST(obj):
12467    return _LibreDWG.dwg_setup_FIELDLIST(obj)
12468
12469def dwg_setup_GEODATA(obj):
12470    return _LibreDWG.dwg_setup_GEODATA(obj)
12471
12472def dwg_setup_GROUP(obj):
12473    return _LibreDWG.dwg_setup_GROUP(obj)
12474
12475def dwg_setup_IDBUFFER(obj):
12476    return _LibreDWG.dwg_setup_IDBUFFER(obj)
12477
12478def dwg_setup_IMAGEDEF(obj):
12479    return _LibreDWG.dwg_setup_IMAGEDEF(obj)
12480
12481def dwg_setup_IMAGEDEF_REACTOR(obj):
12482    return _LibreDWG.dwg_setup_IMAGEDEF_REACTOR(obj)
12483
12484def dwg_setup_INDEX(obj):
12485    return _LibreDWG.dwg_setup_INDEX(obj)
12486
12487def dwg_setup_LAYERFILTER(obj):
12488    return _LibreDWG.dwg_setup_LAYERFILTER(obj)
12489
12490def dwg_setup_LAYER_INDEX(obj):
12491    return _LibreDWG.dwg_setup_LAYER_INDEX(obj)
12492
12493def dwg_setup_LAYOUT(obj):
12494    return _LibreDWG.dwg_setup_LAYOUT(obj)
12495
12496def dwg_setup_MLEADERSTYLE(obj):
12497    return _LibreDWG.dwg_setup_MLEADERSTYLE(obj)
12498
12499def dwg_setup_PLACEHOLDER(obj):
12500    return _LibreDWG.dwg_setup_PLACEHOLDER(obj)
12501
12502def dwg_setup_PLOTSETTINGS(obj):
12503    return _LibreDWG.dwg_setup_PLOTSETTINGS(obj)
12504
12505def dwg_setup_RASTERVARIABLES(obj):
12506    return _LibreDWG.dwg_setup_RASTERVARIABLES(obj)
12507
12508def dwg_setup_SCALE(obj):
12509    return _LibreDWG.dwg_setup_SCALE(obj)
12510
12511def dwg_setup_SECTIONVIEWSTYLE(obj):
12512    return _LibreDWG.dwg_setup_SECTIONVIEWSTYLE(obj)
12513
12514def dwg_setup_SECTION_MANAGER(obj):
12515    return _LibreDWG.dwg_setup_SECTION_MANAGER(obj)
12516
12517def dwg_setup_SORTENTSTABLE(obj):
12518    return _LibreDWG.dwg_setup_SORTENTSTABLE(obj)
12519
12520def dwg_setup_SPATIAL_FILTER(obj):
12521    return _LibreDWG.dwg_setup_SPATIAL_FILTER(obj)
12522
12523def dwg_setup_TABLEGEOMETRY(obj):
12524    return _LibreDWG.dwg_setup_TABLEGEOMETRY(obj)
12525
12526def dwg_setup_VBA_PROJECT(obj):
12527    return _LibreDWG.dwg_setup_VBA_PROJECT(obj)
12528
12529def dwg_setup_VISUALSTYLE(obj):
12530    return _LibreDWG.dwg_setup_VISUALSTYLE(obj)
12531
12532def dwg_setup_WIPEOUTVARIABLES(obj):
12533    return _LibreDWG.dwg_setup_WIPEOUTVARIABLES(obj)
12534
12535def dwg_setup_XRECORD(obj):
12536    return _LibreDWG.dwg_setup_XRECORD(obj)
12537
12538def dwg_setup_PDFDEFINITION(obj):
12539    return _LibreDWG.dwg_setup_PDFDEFINITION(obj)
12540
12541def dwg_setup_DGNDEFINITION(obj):
12542    return _LibreDWG.dwg_setup_DGNDEFINITION(obj)
12543
12544def dwg_setup_DWFDEFINITION(obj):
12545    return _LibreDWG.dwg_setup_DWFDEFINITION(obj)
12546
12547def dwg_setup_ARC_DIMENSION(obj):
12548    return _LibreDWG.dwg_setup_ARC_DIMENSION(obj)
12549
12550def dwg_setup_HELIX(obj):
12551    return _LibreDWG.dwg_setup_HELIX(obj)
12552
12553def dwg_setup_LARGE_RADIAL_DIMENSION(obj):
12554    return _LibreDWG.dwg_setup_LARGE_RADIAL_DIMENSION(obj)
12555
12556def dwg_setup_PLANESURFACE(obj):
12557    return _LibreDWG.dwg_setup_PLANESURFACE(obj)
12558
12559def dwg_setup_POINTCLOUD(obj):
12560    return _LibreDWG.dwg_setup_POINTCLOUD(obj)
12561
12562def dwg_setup_POINTCLOUDEX(obj):
12563    return _LibreDWG.dwg_setup_POINTCLOUDEX(obj)
12564
12565def dwg_setup_WIPEOUT(obj):
12566    return _LibreDWG.dwg_setup_WIPEOUT(obj)
12567
12568def dwg_setup_ACSH_BREP_CLASS(obj):
12569    return _LibreDWG.dwg_setup_ACSH_BREP_CLASS(obj)
12570
12571def dwg_setup_ACSH_CHAMFER_CLASS(obj):
12572    return _LibreDWG.dwg_setup_ACSH_CHAMFER_CLASS(obj)
12573
12574def dwg_setup_ACSH_PYRAMID_CLASS(obj):
12575    return _LibreDWG.dwg_setup_ACSH_PYRAMID_CLASS(obj)
12576
12577def dwg_setup_ALDIMOBJECTCONTEXTDATA(obj):
12578    return _LibreDWG.dwg_setup_ALDIMOBJECTCONTEXTDATA(obj)
12579
12580def dwg_setup_ASSOC2DCONSTRAINTGROUP(obj):
12581    return _LibreDWG.dwg_setup_ASSOC2DCONSTRAINTGROUP(obj)
12582
12583def dwg_setup_ASSOCACTION(obj):
12584    return _LibreDWG.dwg_setup_ASSOCACTION(obj)
12585
12586def dwg_setup_ASSOCACTIONPARAM(obj):
12587    return _LibreDWG.dwg_setup_ASSOCACTIONPARAM(obj)
12588
12589def dwg_setup_ASSOCARRAYACTIONBODY(obj):
12590    return _LibreDWG.dwg_setup_ASSOCARRAYACTIONBODY(obj)
12591
12592def dwg_setup_ASSOCASMBODYACTIONPARAM(obj):
12593    return _LibreDWG.dwg_setup_ASSOCASMBODYACTIONPARAM(obj)
12594
12595def dwg_setup_ASSOCBLENDSURFACEACTIONBODY(obj):
12596    return _LibreDWG.dwg_setup_ASSOCBLENDSURFACEACTIONBODY(obj)
12597
12598def dwg_setup_ASSOCCOMPOUNDACTIONPARAM(obj):
12599    return _LibreDWG.dwg_setup_ASSOCCOMPOUNDACTIONPARAM(obj)
12600
12601def dwg_setup_ASSOCDEPENDENCY(obj):
12602    return _LibreDWG.dwg_setup_ASSOCDEPENDENCY(obj)
12603
12604def dwg_setup_ASSOCDIMDEPENDENCYBODY(obj):
12605    return _LibreDWG.dwg_setup_ASSOCDIMDEPENDENCYBODY(obj)
12606
12607def dwg_setup_ASSOCEXTENDSURFACEACTIONBODY(obj):
12608    return _LibreDWG.dwg_setup_ASSOCEXTENDSURFACEACTIONBODY(obj)
12609
12610def dwg_setup_ASSOCEXTRUDEDSURFACEACTIONBODY(obj):
12611    return _LibreDWG.dwg_setup_ASSOCEXTRUDEDSURFACEACTIONBODY(obj)
12612
12613def dwg_setup_ASSOCFACEACTIONPARAM(obj):
12614    return _LibreDWG.dwg_setup_ASSOCFACEACTIONPARAM(obj)
12615
12616def dwg_setup_ASSOCFILLETSURFACEACTIONBODY(obj):
12617    return _LibreDWG.dwg_setup_ASSOCFILLETSURFACEACTIONBODY(obj)
12618
12619def dwg_setup_ASSOCGEOMDEPENDENCY(obj):
12620    return _LibreDWG.dwg_setup_ASSOCGEOMDEPENDENCY(obj)
12621
12622def dwg_setup_ASSOCLOFTEDSURFACEACTIONBODY(obj):
12623    return _LibreDWG.dwg_setup_ASSOCLOFTEDSURFACEACTIONBODY(obj)
12624
12625def dwg_setup_ASSOCNETWORK(obj):
12626    return _LibreDWG.dwg_setup_ASSOCNETWORK(obj)
12627
12628def dwg_setup_ASSOCNETWORKSURFACEACTIONBODY(obj):
12629    return _LibreDWG.dwg_setup_ASSOCNETWORKSURFACEACTIONBODY(obj)
12630
12631def dwg_setup_ASSOCOBJECTACTIONPARAM(obj):
12632    return _LibreDWG.dwg_setup_ASSOCOBJECTACTIONPARAM(obj)
12633
12634def dwg_setup_ASSOCOFFSETSURFACEACTIONBODY(obj):
12635    return _LibreDWG.dwg_setup_ASSOCOFFSETSURFACEACTIONBODY(obj)
12636
12637def dwg_setup_ASSOCOSNAPPOINTREFACTIONPARAM(obj):
12638    return _LibreDWG.dwg_setup_ASSOCOSNAPPOINTREFACTIONPARAM(obj)
12639
12640def dwg_setup_ASSOCPATCHSURFACEACTIONBODY(obj):
12641    return _LibreDWG.dwg_setup_ASSOCPATCHSURFACEACTIONBODY(obj)
12642
12643def dwg_setup_ASSOCPATHACTIONPARAM(obj):
12644    return _LibreDWG.dwg_setup_ASSOCPATHACTIONPARAM(obj)
12645
12646def dwg_setup_ASSOCPLANESURFACEACTIONBODY(obj):
12647    return _LibreDWG.dwg_setup_ASSOCPLANESURFACEACTIONBODY(obj)
12648
12649def dwg_setup_ASSOCPOINTREFACTIONPARAM(obj):
12650    return _LibreDWG.dwg_setup_ASSOCPOINTREFACTIONPARAM(obj)
12651
12652def dwg_setup_ASSOCREVOLVEDSURFACEACTIONBODY(obj):
12653    return _LibreDWG.dwg_setup_ASSOCREVOLVEDSURFACEACTIONBODY(obj)
12654
12655def dwg_setup_ASSOCTRIMSURFACEACTIONBODY(obj):
12656    return _LibreDWG.dwg_setup_ASSOCTRIMSURFACEACTIONBODY(obj)
12657
12658def dwg_setup_ASSOCVALUEDEPENDENCY(obj):
12659    return _LibreDWG.dwg_setup_ASSOCVALUEDEPENDENCY(obj)
12660
12661def dwg_setup_ASSOCVARIABLE(obj):
12662    return _LibreDWG.dwg_setup_ASSOCVARIABLE(obj)
12663
12664def dwg_setup_ASSOCVERTEXACTIONPARAM(obj):
12665    return _LibreDWG.dwg_setup_ASSOCVERTEXACTIONPARAM(obj)
12666
12667def dwg_setup_BLKREFOBJECTCONTEXTDATA(obj):
12668    return _LibreDWG.dwg_setup_BLKREFOBJECTCONTEXTDATA(obj)
12669
12670def dwg_setup_BLOCKALIGNEDCONSTRAINTPARAMETER(obj):
12671    return _LibreDWG.dwg_setup_BLOCKALIGNEDCONSTRAINTPARAMETER(obj)
12672
12673def dwg_setup_BLOCKANGULARCONSTRAINTPARAMETER(obj):
12674    return _LibreDWG.dwg_setup_BLOCKANGULARCONSTRAINTPARAMETER(obj)
12675
12676def dwg_setup_BLOCKARRAYACTION(obj):
12677    return _LibreDWG.dwg_setup_BLOCKARRAYACTION(obj)
12678
12679def dwg_setup_BLOCKDIAMETRICCONSTRAINTPARAMETER(obj):
12680    return _LibreDWG.dwg_setup_BLOCKDIAMETRICCONSTRAINTPARAMETER(obj)
12681
12682def dwg_setup_BLOCKHORIZONTALCONSTRAINTPARAMETER(obj):
12683    return _LibreDWG.dwg_setup_BLOCKHORIZONTALCONSTRAINTPARAMETER(obj)
12684
12685def dwg_setup_BLOCKLINEARCONSTRAINTPARAMETER(obj):
12686    return _LibreDWG.dwg_setup_BLOCKLINEARCONSTRAINTPARAMETER(obj)
12687
12688def dwg_setup_BLOCKLINEARPARAMETER(obj):
12689    return _LibreDWG.dwg_setup_BLOCKLINEARPARAMETER(obj)
12690
12691def dwg_setup_BLOCKLOOKUPACTION(obj):
12692    return _LibreDWG.dwg_setup_BLOCKLOOKUPACTION(obj)
12693
12694def dwg_setup_BLOCKLOOKUPPARAMETER(obj):
12695    return _LibreDWG.dwg_setup_BLOCKLOOKUPPARAMETER(obj)
12696
12697def dwg_setup_BLOCKPARAMDEPENDENCYBODY(obj):
12698    return _LibreDWG.dwg_setup_BLOCKPARAMDEPENDENCYBODY(obj)
12699
12700def dwg_setup_BLOCKPOINTPARAMETER(obj):
12701    return _LibreDWG.dwg_setup_BLOCKPOINTPARAMETER(obj)
12702
12703def dwg_setup_BLOCKPOLARGRIP(obj):
12704    return _LibreDWG.dwg_setup_BLOCKPOLARGRIP(obj)
12705
12706def dwg_setup_BLOCKPOLARPARAMETER(obj):
12707    return _LibreDWG.dwg_setup_BLOCKPOLARPARAMETER(obj)
12708
12709def dwg_setup_BLOCKPOLARSTRETCHACTION(obj):
12710    return _LibreDWG.dwg_setup_BLOCKPOLARSTRETCHACTION(obj)
12711
12712def dwg_setup_BLOCKRADIALCONSTRAINTPARAMETER(obj):
12713    return _LibreDWG.dwg_setup_BLOCKRADIALCONSTRAINTPARAMETER(obj)
12714
12715def dwg_setup_BLOCKREPRESENTATION(obj):
12716    return _LibreDWG.dwg_setup_BLOCKREPRESENTATION(obj)
12717
12718def dwg_setup_BLOCKROTATIONPARAMETER(obj):
12719    return _LibreDWG.dwg_setup_BLOCKROTATIONPARAMETER(obj)
12720
12721def dwg_setup_BLOCKSTRETCHACTION(obj):
12722    return _LibreDWG.dwg_setup_BLOCKSTRETCHACTION(obj)
12723
12724def dwg_setup_BLOCKUSERPARAMETER(obj):
12725    return _LibreDWG.dwg_setup_BLOCKUSERPARAMETER(obj)
12726
12727def dwg_setup_BLOCKVERTICALCONSTRAINTPARAMETER(obj):
12728    return _LibreDWG.dwg_setup_BLOCKVERTICALCONSTRAINTPARAMETER(obj)
12729
12730def dwg_setup_BLOCKVISIBILITYPARAMETER(obj):
12731    return _LibreDWG.dwg_setup_BLOCKVISIBILITYPARAMETER(obj)
12732
12733def dwg_setup_BLOCKXYGRIP(obj):
12734    return _LibreDWG.dwg_setup_BLOCKXYGRIP(obj)
12735
12736def dwg_setup_BLOCKXYPARAMETER(obj):
12737    return _LibreDWG.dwg_setup_BLOCKXYPARAMETER(obj)
12738
12739def dwg_setup_DATALINK(obj):
12740    return _LibreDWG.dwg_setup_DATALINK(obj)
12741
12742def dwg_setup_DBCOLOR(obj):
12743    return _LibreDWG.dwg_setup_DBCOLOR(obj)
12744
12745def dwg_setup_EVALUATION_GRAPH(obj):
12746    return _LibreDWG.dwg_setup_EVALUATION_GRAPH(obj)
12747
12748def dwg_setup_FCFOBJECTCONTEXTDATA(obj):
12749    return _LibreDWG.dwg_setup_FCFOBJECTCONTEXTDATA(obj)
12750
12751def dwg_setup_GRADIENT_BACKGROUND(obj):
12752    return _LibreDWG.dwg_setup_GRADIENT_BACKGROUND(obj)
12753
12754def dwg_setup_GROUND_PLANE_BACKGROUND(obj):
12755    return _LibreDWG.dwg_setup_GROUND_PLANE_BACKGROUND(obj)
12756
12757def dwg_setup_IBL_BACKGROUND(obj):
12758    return _LibreDWG.dwg_setup_IBL_BACKGROUND(obj)
12759
12760def dwg_setup_IMAGE_BACKGROUND(obj):
12761    return _LibreDWG.dwg_setup_IMAGE_BACKGROUND(obj)
12762
12763def dwg_setup_LEADEROBJECTCONTEXTDATA(obj):
12764    return _LibreDWG.dwg_setup_LEADEROBJECTCONTEXTDATA(obj)
12765
12766def dwg_setup_LIGHTLIST(obj):
12767    return _LibreDWG.dwg_setup_LIGHTLIST(obj)
12768
12769def dwg_setup_MATERIAL(obj):
12770    return _LibreDWG.dwg_setup_MATERIAL(obj)
12771
12772def dwg_setup_MENTALRAYRENDERSETTINGS(obj):
12773    return _LibreDWG.dwg_setup_MENTALRAYRENDERSETTINGS(obj)
12774
12775def dwg_setup_MTEXTOBJECTCONTEXTDATA(obj):
12776    return _LibreDWG.dwg_setup_MTEXTOBJECTCONTEXTDATA(obj)
12777
12778def dwg_setup_OBJECT_PTR(obj):
12779    return _LibreDWG.dwg_setup_OBJECT_PTR(obj)
12780
12781def dwg_setup_PARTIAL_VIEWING_INDEX(obj):
12782    return _LibreDWG.dwg_setup_PARTIAL_VIEWING_INDEX(obj)
12783
12784def dwg_setup_POINTCLOUDCOLORMAP(obj):
12785    return _LibreDWG.dwg_setup_POINTCLOUDCOLORMAP(obj)
12786
12787def dwg_setup_POINTCLOUDDEF(obj):
12788    return _LibreDWG.dwg_setup_POINTCLOUDDEF(obj)
12789
12790def dwg_setup_POINTCLOUDDEFEX(obj):
12791    return _LibreDWG.dwg_setup_POINTCLOUDDEFEX(obj)
12792
12793def dwg_setup_POINTCLOUDDEF_REACTOR(obj):
12794    return _LibreDWG.dwg_setup_POINTCLOUDDEF_REACTOR(obj)
12795
12796def dwg_setup_POINTCLOUDDEF_REACTOR_EX(obj):
12797    return _LibreDWG.dwg_setup_POINTCLOUDDEF_REACTOR_EX(obj)
12798
12799def dwg_setup_PROXY_OBJECT(obj):
12800    return _LibreDWG.dwg_setup_PROXY_OBJECT(obj)
12801
12802def dwg_setup_RAPIDRTRENDERSETTINGS(obj):
12803    return _LibreDWG.dwg_setup_RAPIDRTRENDERSETTINGS(obj)
12804
12805def dwg_setup_RENDERENTRY(obj):
12806    return _LibreDWG.dwg_setup_RENDERENTRY(obj)
12807
12808def dwg_setup_RENDERENVIRONMENT(obj):
12809    return _LibreDWG.dwg_setup_RENDERENVIRONMENT(obj)
12810
12811def dwg_setup_RENDERGLOBAL(obj):
12812    return _LibreDWG.dwg_setup_RENDERGLOBAL(obj)
12813
12814def dwg_setup_RENDERSETTINGS(obj):
12815    return _LibreDWG.dwg_setup_RENDERSETTINGS(obj)
12816
12817def dwg_setup_SECTION_SETTINGS(obj):
12818    return _LibreDWG.dwg_setup_SECTION_SETTINGS(obj)
12819
12820def dwg_setup_SKYLIGHT_BACKGROUND(obj):
12821    return _LibreDWG.dwg_setup_SKYLIGHT_BACKGROUND(obj)
12822
12823def dwg_setup_SOLID_BACKGROUND(obj):
12824    return _LibreDWG.dwg_setup_SOLID_BACKGROUND(obj)
12825
12826def dwg_setup_SPATIAL_INDEX(obj):
12827    return _LibreDWG.dwg_setup_SPATIAL_INDEX(obj)
12828
12829def dwg_setup_SUN(obj):
12830    return _LibreDWG.dwg_setup_SUN(obj)
12831
12832def dwg_setup_TABLESTYLE(obj):
12833    return _LibreDWG.dwg_setup_TABLESTYLE(obj)
12834
12835def dwg_setup_TEXTOBJECTCONTEXTDATA(obj):
12836    return _LibreDWG.dwg_setup_TEXTOBJECTCONTEXTDATA(obj)
12837
12838def dwg_setup_ASSOCARRAYMODIFYPARAMETERS(obj):
12839    return _LibreDWG.dwg_setup_ASSOCARRAYMODIFYPARAMETERS(obj)
12840
12841def dwg_setup_ASSOCARRAYPATHPARAMETERS(obj):
12842    return _LibreDWG.dwg_setup_ASSOCARRAYPATHPARAMETERS(obj)
12843
12844def dwg_setup_ASSOCARRAYPOLARPARAMETERS(obj):
12845    return _LibreDWG.dwg_setup_ASSOCARRAYPOLARPARAMETERS(obj)
12846
12847def dwg_setup_ASSOCARRAYRECTANGULARPARAMETERS(obj):
12848    return _LibreDWG.dwg_setup_ASSOCARRAYRECTANGULARPARAMETERS(obj)
12849class Dwg_DYNAPI_field(object):
12850    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
12851    __repr__ = _swig_repr
12852    name = property(_LibreDWG.Dwg_DYNAPI_field_name_get)
12853    type = property(_LibreDWG.Dwg_DYNAPI_field_type_get)
12854    size = property(_LibreDWG.Dwg_DYNAPI_field_size_get)
12855    offset = property(_LibreDWG.Dwg_DYNAPI_field_offset_get)
12856    is_indirect = property(_LibreDWG.Dwg_DYNAPI_field_is_indirect_get)
12857    is_malloc = property(_LibreDWG.Dwg_DYNAPI_field_is_malloc_get)
12858    is_string = property(_LibreDWG.Dwg_DYNAPI_field_is_string_get)
12859    dxf = property(_LibreDWG.Dwg_DYNAPI_field_dxf_get)
12860
12861    def __init__(self):
12862        _LibreDWG.Dwg_DYNAPI_field_swiginit(self, _LibreDWG.new_Dwg_DYNAPI_field())
12863    __swig_destroy__ = _LibreDWG.delete_Dwg_DYNAPI_field
12864
12865# Register Dwg_DYNAPI_field in _LibreDWG:
12866_LibreDWG.Dwg_DYNAPI_field_swigregister(Dwg_DYNAPI_field)
12867
12868
12869def is_dwg_entity(name):
12870    return _LibreDWG.is_dwg_entity(name)
12871
12872def is_dwg_object(name):
12873    return _LibreDWG.is_dwg_object(name)
12874
12875def dwg_dynapi_header_value(dwg, fieldname, out, fp):
12876    return _LibreDWG.dwg_dynapi_header_value(dwg, fieldname, out, fp)
12877
12878def dwg_dynapi_entity_value(entity, dxfname, fieldname, out, fp):
12879    return _LibreDWG.dwg_dynapi_entity_value(entity, dxfname, fieldname, out, fp)
12880
12881def dwg_dynapi_common_value(_obj, fieldname, out, fp):
12882    return _LibreDWG.dwg_dynapi_common_value(_obj, fieldname, out, fp)
12883
12884def dwg_dynapi_subclass_value(ptr, subclass, fieldname, out, fp):
12885    return _LibreDWG.dwg_dynapi_subclass_value(ptr, subclass, fieldname, out, fp)
12886
12887def dwg_dynapi_header_utf8text(dwg, fieldname, textp, isnew, fp):
12888    return _LibreDWG.dwg_dynapi_header_utf8text(dwg, fieldname, textp, isnew, fp)
12889
12890def dwg_dynapi_entity_utf8text(entity, name, fieldname, textp, isnew, fp):
12891    return _LibreDWG.dwg_dynapi_entity_utf8text(entity, name, fieldname, textp, isnew, fp)
12892
12893def dwg_dynapi_common_utf8text(_obj, fieldname, textp, isnew, fp):
12894    return _LibreDWG.dwg_dynapi_common_utf8text(_obj, fieldname, textp, isnew, fp)
12895
12896def dwg_dynapi_header_set_value(dwg, fieldname, value, is_utf8):
12897    return _LibreDWG.dwg_dynapi_header_set_value(dwg, fieldname, value, is_utf8)
12898
12899def dwg_dynapi_entity_set_value(entity, dxfname, fieldname, value, is_utf8):
12900    return _LibreDWG.dwg_dynapi_entity_set_value(entity, dxfname, fieldname, value, is_utf8)
12901
12902def dwg_dynapi_common_set_value(_obj, fieldname, value, is_utf8):
12903    return _LibreDWG.dwg_dynapi_common_set_value(_obj, fieldname, value, is_utf8)
12904
12905def dwg_dynapi_handle_name(dwg, hdl):
12906    return _LibreDWG.dwg_dynapi_handle_name(dwg, hdl)
12907
12908def dwg_dynapi_header_field(fieldname):
12909    return _LibreDWG.dwg_dynapi_header_field(fieldname)
12910
12911def dwg_dynapi_entity_field(name, fieldname):
12912    return _LibreDWG.dwg_dynapi_entity_field(name, fieldname)
12913
12914def dwg_dynapi_subclass_field(name, fieldname):
12915    return _LibreDWG.dwg_dynapi_subclass_field(name, fieldname)
12916
12917def dwg_dynapi_common_entity_field(fieldname):
12918    return _LibreDWG.dwg_dynapi_common_entity_field(fieldname)
12919
12920def dwg_dynapi_common_object_field(fieldname):
12921    return _LibreDWG.dwg_dynapi_common_object_field(fieldname)
12922
12923def dwg_dynapi_entity_fields(name):
12924    return _LibreDWG.dwg_dynapi_entity_fields(name)
12925
12926def dwg_dynapi_common_entity_fields():
12927    return _LibreDWG.dwg_dynapi_common_entity_fields()
12928
12929def dwg_dynapi_common_object_fields():
12930    return _LibreDWG.dwg_dynapi_common_object_fields()
12931
12932def dwg_dynapi_subclass_fields(name):
12933    return _LibreDWG.dwg_dynapi_subclass_fields(name)
12934
12935def dwg_dynapi_fields_size(name):
12936    return _LibreDWG.dwg_dynapi_fields_size(name)
12937
12938def dwg_object_tablectrl_get_entries(obj, error):
12939    return _LibreDWG.dwg_object_tablectrl_get_entries(obj, error)
12940
12941def dwg_ref_get_table_name(ref, error):
12942    return _LibreDWG.dwg_ref_get_table_name(ref, error)
12943
12944def dwg_ent_get_layer_name(ent, error):
12945    return _LibreDWG.dwg_ent_get_layer_name(ent, error)
12946
12947def dwg_obj_layer_get_name(layer, error):
12948    return _LibreDWG.dwg_obj_layer_get_name(layer, error)
12949
12950def dwg_obj_table_get_name(obj, error):
12951    return _LibreDWG.dwg_obj_table_get_name(obj, error)
12952
12953def dwg_ent_to_object(obj, error):
12954    return _LibreDWG.dwg_ent_to_object(obj, error)
12955
12956def dwg_object_to_object(obj, error):
12957    return _LibreDWG.dwg_object_to_object(obj, error)
12958
12959def dwg_obj_obj_to_object(obj, error):
12960    return _LibreDWG.dwg_obj_obj_to_object(obj, error)
12961
12962def dwg_object_to_entity(obj, error):
12963    return _LibreDWG.dwg_object_to_entity(obj, error)
12964
12965def dwg_object_get_type(obj):
12966    return _LibreDWG.dwg_object_get_type(obj)
12967
12968def dwg_object_get_fixedtype(obj):
12969    return _LibreDWG.dwg_object_get_fixedtype(obj)
12970
12971def dwg_object_get_dxfname(obj):
12972    return _LibreDWG.dwg_object_get_dxfname(obj)
12973
12974def dwg_ref_get_absref(ref, error):
12975    return _LibreDWG.dwg_ref_get_absref(ref, error)
12976
12977def dwg_ref_get_object(ref, error):
12978    return _LibreDWG.dwg_ref_get_object(ref, error)
12979
12980def dwg_absref_get_object(dwg, absref):
12981    return _LibreDWG.dwg_absref_get_object(dwg, absref)
12982
12983def dwg_get_num_classes(dwg):
12984    return _LibreDWG.dwg_get_num_classes(dwg)
12985
12986def dwg_get_class(dwg, index):
12987    return _LibreDWG.dwg_get_class(dwg, index)
12988
12989def dwg_get_object(dwg, index):
12990    return _LibreDWG.dwg_get_object(dwg, index)
12991
12992def dwg_obj_generic_to_object(obj, error):
12993    return _LibreDWG.dwg_obj_generic_to_object(obj, error)
12994
12995def dwg_obj_generic_parent(obj, error):
12996    return _LibreDWG.dwg_obj_generic_parent(obj, error)
12997
12998def dwg_object_to_DIMENSION(obj):
12999    return _LibreDWG.dwg_object_to_DIMENSION(obj)
13000
13001def dwg_getall__3DFACE(hdr):
13002    return _LibreDWG.dwg_getall__3DFACE(hdr)
13003
13004def dwg_getall__3DSOLID(hdr):
13005    return _LibreDWG.dwg_getall__3DSOLID(hdr)
13006
13007def dwg_getall_ARC(hdr):
13008    return _LibreDWG.dwg_getall_ARC(hdr)
13009
13010def dwg_getall_ATTDEF(hdr):
13011    return _LibreDWG.dwg_getall_ATTDEF(hdr)
13012
13013def dwg_getall_ATTRIB(hdr):
13014    return _LibreDWG.dwg_getall_ATTRIB(hdr)
13015
13016def dwg_getall_BLOCK(hdr):
13017    return _LibreDWG.dwg_getall_BLOCK(hdr)
13018
13019def dwg_getall_BODY(hdr):
13020    return _LibreDWG.dwg_getall_BODY(hdr)
13021
13022def dwg_getall_CAMERA(hdr):
13023    return _LibreDWG.dwg_getall_CAMERA(hdr)
13024
13025def dwg_getall_CIRCLE(hdr):
13026    return _LibreDWG.dwg_getall_CIRCLE(hdr)
13027
13028def dwg_getall_DGNUNDERLAY(hdr):
13029    return _LibreDWG.dwg_getall_DGNUNDERLAY(hdr)
13030
13031def dwg_getall_DIMENSION_ALIGNED(hdr):
13032    return _LibreDWG.dwg_getall_DIMENSION_ALIGNED(hdr)
13033
13034def dwg_getall_DIMENSION_ANG2LN(hdr):
13035    return _LibreDWG.dwg_getall_DIMENSION_ANG2LN(hdr)
13036
13037def dwg_getall_DIMENSION_ANG3PT(hdr):
13038    return _LibreDWG.dwg_getall_DIMENSION_ANG3PT(hdr)
13039
13040def dwg_getall_DIMENSION_DIAMETER(hdr):
13041    return _LibreDWG.dwg_getall_DIMENSION_DIAMETER(hdr)
13042
13043def dwg_getall_DIMENSION_LINEAR(hdr):
13044    return _LibreDWG.dwg_getall_DIMENSION_LINEAR(hdr)
13045
13046def dwg_getall_DIMENSION_ORDINATE(hdr):
13047    return _LibreDWG.dwg_getall_DIMENSION_ORDINATE(hdr)
13048
13049def dwg_getall_DIMENSION_RADIUS(hdr):
13050    return _LibreDWG.dwg_getall_DIMENSION_RADIUS(hdr)
13051
13052def dwg_getall_DWFUNDERLAY(hdr):
13053    return _LibreDWG.dwg_getall_DWFUNDERLAY(hdr)
13054
13055def dwg_getall_ELLIPSE(hdr):
13056    return _LibreDWG.dwg_getall_ELLIPSE(hdr)
13057
13058def dwg_getall_ENDBLK(hdr):
13059    return _LibreDWG.dwg_getall_ENDBLK(hdr)
13060
13061def dwg_getall_HATCH(hdr):
13062    return _LibreDWG.dwg_getall_HATCH(hdr)
13063
13064def dwg_getall_IMAGE(hdr):
13065    return _LibreDWG.dwg_getall_IMAGE(hdr)
13066
13067def dwg_getall_INSERT(hdr):
13068    return _LibreDWG.dwg_getall_INSERT(hdr)
13069
13070def dwg_getall_LEADER(hdr):
13071    return _LibreDWG.dwg_getall_LEADER(hdr)
13072
13073def dwg_getall_LIGHT(hdr):
13074    return _LibreDWG.dwg_getall_LIGHT(hdr)
13075
13076def dwg_getall_LINE(hdr):
13077    return _LibreDWG.dwg_getall_LINE(hdr)
13078
13079def dwg_getall_LWPOLYLINE(hdr):
13080    return _LibreDWG.dwg_getall_LWPOLYLINE(hdr)
13081
13082def dwg_getall_MESH(hdr):
13083    return _LibreDWG.dwg_getall_MESH(hdr)
13084
13085def dwg_getall_MINSERT(hdr):
13086    return _LibreDWG.dwg_getall_MINSERT(hdr)
13087
13088def dwg_getall_MLINE(hdr):
13089    return _LibreDWG.dwg_getall_MLINE(hdr)
13090
13091def dwg_getall_MTEXT(hdr):
13092    return _LibreDWG.dwg_getall_MTEXT(hdr)
13093
13094def dwg_getall_MULTILEADER(hdr):
13095    return _LibreDWG.dwg_getall_MULTILEADER(hdr)
13096
13097def dwg_getall_OLE2FRAME(hdr):
13098    return _LibreDWG.dwg_getall_OLE2FRAME(hdr)
13099
13100def dwg_getall_OLEFRAME(hdr):
13101    return _LibreDWG.dwg_getall_OLEFRAME(hdr)
13102
13103def dwg_getall_PDFUNDERLAY(hdr):
13104    return _LibreDWG.dwg_getall_PDFUNDERLAY(hdr)
13105
13106def dwg_getall_POINT(hdr):
13107    return _LibreDWG.dwg_getall_POINT(hdr)
13108
13109def dwg_getall_POLYLINE_2D(hdr):
13110    return _LibreDWG.dwg_getall_POLYLINE_2D(hdr)
13111
13112def dwg_getall_POLYLINE_3D(hdr):
13113    return _LibreDWG.dwg_getall_POLYLINE_3D(hdr)
13114
13115def dwg_getall_POLYLINE_MESH(hdr):
13116    return _LibreDWG.dwg_getall_POLYLINE_MESH(hdr)
13117
13118def dwg_getall_POLYLINE_PFACE(hdr):
13119    return _LibreDWG.dwg_getall_POLYLINE_PFACE(hdr)
13120
13121def dwg_getall_PROXY_ENTITY(hdr):
13122    return _LibreDWG.dwg_getall_PROXY_ENTITY(hdr)
13123
13124def dwg_getall_RAY(hdr):
13125    return _LibreDWG.dwg_getall_RAY(hdr)
13126
13127def dwg_getall_REGION(hdr):
13128    return _LibreDWG.dwg_getall_REGION(hdr)
13129
13130def dwg_getall_SECTIONOBJECT(hdr):
13131    return _LibreDWG.dwg_getall_SECTIONOBJECT(hdr)
13132
13133def dwg_getall_SEQEND(hdr):
13134    return _LibreDWG.dwg_getall_SEQEND(hdr)
13135
13136def dwg_getall_SHAPE(hdr):
13137    return _LibreDWG.dwg_getall_SHAPE(hdr)
13138
13139def dwg_getall_SOLID(hdr):
13140    return _LibreDWG.dwg_getall_SOLID(hdr)
13141
13142def dwg_getall_SPLINE(hdr):
13143    return _LibreDWG.dwg_getall_SPLINE(hdr)
13144
13145def dwg_getall_TEXT(hdr):
13146    return _LibreDWG.dwg_getall_TEXT(hdr)
13147
13148def dwg_getall_TOLERANCE(hdr):
13149    return _LibreDWG.dwg_getall_TOLERANCE(hdr)
13150
13151def dwg_getall_TRACE(hdr):
13152    return _LibreDWG.dwg_getall_TRACE(hdr)
13153
13154def dwg_getall_UNKNOWN_ENT(hdr):
13155    return _LibreDWG.dwg_getall_UNKNOWN_ENT(hdr)
13156
13157def dwg_getall_VERTEX_2D(hdr):
13158    return _LibreDWG.dwg_getall_VERTEX_2D(hdr)
13159
13160def dwg_getall_VERTEX_3D(hdr):
13161    return _LibreDWG.dwg_getall_VERTEX_3D(hdr)
13162
13163def dwg_getall_VERTEX_MESH(hdr):
13164    return _LibreDWG.dwg_getall_VERTEX_MESH(hdr)
13165
13166def dwg_getall_VERTEX_PFACE(hdr):
13167    return _LibreDWG.dwg_getall_VERTEX_PFACE(hdr)
13168
13169def dwg_getall_VERTEX_PFACE_FACE(hdr):
13170    return _LibreDWG.dwg_getall_VERTEX_PFACE_FACE(hdr)
13171
13172def dwg_getall_VIEWPORT(hdr):
13173    return _LibreDWG.dwg_getall_VIEWPORT(hdr)
13174
13175def dwg_getall_XLINE(hdr):
13176    return _LibreDWG.dwg_getall_XLINE(hdr)
13177
13178def dwg_getall_ARC_DIMENSION(hdr):
13179    return _LibreDWG.dwg_getall_ARC_DIMENSION(hdr)
13180
13181def dwg_getall_HELIX(hdr):
13182    return _LibreDWG.dwg_getall_HELIX(hdr)
13183
13184def dwg_getall_LARGE_RADIAL_DIMENSION(hdr):
13185    return _LibreDWG.dwg_getall_LARGE_RADIAL_DIMENSION(hdr)
13186
13187def dwg_getall_PLANESURFACE(hdr):
13188    return _LibreDWG.dwg_getall_PLANESURFACE(hdr)
13189
13190def dwg_getall_POINTCLOUD(hdr):
13191    return _LibreDWG.dwg_getall_POINTCLOUD(hdr)
13192
13193def dwg_getall_POINTCLOUDEX(hdr):
13194    return _LibreDWG.dwg_getall_POINTCLOUDEX(hdr)
13195
13196def dwg_getall_WIPEOUT(hdr):
13197    return _LibreDWG.dwg_getall_WIPEOUT(hdr)
13198
13199def dwg_getall_ACSH_BOOLEAN_CLASS(dwg):
13200    return _LibreDWG.dwg_getall_ACSH_BOOLEAN_CLASS(dwg)
13201
13202def dwg_getall_ACSH_BOX_CLASS(dwg):
13203    return _LibreDWG.dwg_getall_ACSH_BOX_CLASS(dwg)
13204
13205def dwg_getall_ACSH_CONE_CLASS(dwg):
13206    return _LibreDWG.dwg_getall_ACSH_CONE_CLASS(dwg)
13207
13208def dwg_getall_ACSH_CYLINDER_CLASS(dwg):
13209    return _LibreDWG.dwg_getall_ACSH_CYLINDER_CLASS(dwg)
13210
13211def dwg_getall_ACSH_FILLET_CLASS(dwg):
13212    return _LibreDWG.dwg_getall_ACSH_FILLET_CLASS(dwg)
13213
13214def dwg_getall_ACSH_HISTORY_CLASS(dwg):
13215    return _LibreDWG.dwg_getall_ACSH_HISTORY_CLASS(dwg)
13216
13217def dwg_getall_ACSH_SPHERE_CLASS(dwg):
13218    return _LibreDWG.dwg_getall_ACSH_SPHERE_CLASS(dwg)
13219
13220def dwg_getall_ACSH_TORUS_CLASS(dwg):
13221    return _LibreDWG.dwg_getall_ACSH_TORUS_CLASS(dwg)
13222
13223def dwg_getall_ACSH_WEDGE_CLASS(dwg):
13224    return _LibreDWG.dwg_getall_ACSH_WEDGE_CLASS(dwg)
13225
13226def dwg_getall_APPID(dwg):
13227    return _LibreDWG.dwg_getall_APPID(dwg)
13228
13229def dwg_getall_APPID_CONTROL(dwg):
13230    return _LibreDWG.dwg_getall_APPID_CONTROL(dwg)
13231
13232def dwg_getall_BLOCKALIGNMENTGRIP(dwg):
13233    return _LibreDWG.dwg_getall_BLOCKALIGNMENTGRIP(dwg)
13234
13235def dwg_getall_BLOCKALIGNMENTPARAMETER(dwg):
13236    return _LibreDWG.dwg_getall_BLOCKALIGNMENTPARAMETER(dwg)
13237
13238def dwg_getall_BLOCKBASEPOINTPARAMETER(dwg):
13239    return _LibreDWG.dwg_getall_BLOCKBASEPOINTPARAMETER(dwg)
13240
13241def dwg_getall_BLOCKFLIPACTION(dwg):
13242    return _LibreDWG.dwg_getall_BLOCKFLIPACTION(dwg)
13243
13244def dwg_getall_BLOCKFLIPGRIP(dwg):
13245    return _LibreDWG.dwg_getall_BLOCKFLIPGRIP(dwg)
13246
13247def dwg_getall_BLOCKFLIPPARAMETER(dwg):
13248    return _LibreDWG.dwg_getall_BLOCKFLIPPARAMETER(dwg)
13249
13250def dwg_getall_BLOCKGRIPLOCATIONCOMPONENT(dwg):
13251    return _LibreDWG.dwg_getall_BLOCKGRIPLOCATIONCOMPONENT(dwg)
13252
13253def dwg_getall_BLOCKLINEARGRIP(dwg):
13254    return _LibreDWG.dwg_getall_BLOCKLINEARGRIP(dwg)
13255
13256def dwg_getall_BLOCKLOOKUPGRIP(dwg):
13257    return _LibreDWG.dwg_getall_BLOCKLOOKUPGRIP(dwg)
13258
13259def dwg_getall_BLOCKMOVEACTION(dwg):
13260    return _LibreDWG.dwg_getall_BLOCKMOVEACTION(dwg)
13261
13262def dwg_getall_BLOCKROTATEACTION(dwg):
13263    return _LibreDWG.dwg_getall_BLOCKROTATEACTION(dwg)
13264
13265def dwg_getall_BLOCKROTATIONGRIP(dwg):
13266    return _LibreDWG.dwg_getall_BLOCKROTATIONGRIP(dwg)
13267
13268def dwg_getall_BLOCKSCALEACTION(dwg):
13269    return _LibreDWG.dwg_getall_BLOCKSCALEACTION(dwg)
13270
13271def dwg_getall_BLOCKVISIBILITYGRIP(dwg):
13272    return _LibreDWG.dwg_getall_BLOCKVISIBILITYGRIP(dwg)
13273
13274def dwg_getall_BLOCK_CONTROL(dwg):
13275    return _LibreDWG.dwg_getall_BLOCK_CONTROL(dwg)
13276
13277def dwg_getall_BLOCK_HEADER(dwg):
13278    return _LibreDWG.dwg_getall_BLOCK_HEADER(dwg)
13279
13280def dwg_getall_CELLSTYLEMAP(dwg):
13281    return _LibreDWG.dwg_getall_CELLSTYLEMAP(dwg)
13282
13283def dwg_getall_DETAILVIEWSTYLE(dwg):
13284    return _LibreDWG.dwg_getall_DETAILVIEWSTYLE(dwg)
13285
13286def dwg_getall_DICTIONARY(dwg):
13287    return _LibreDWG.dwg_getall_DICTIONARY(dwg)
13288
13289def dwg_getall_DICTIONARYVAR(dwg):
13290    return _LibreDWG.dwg_getall_DICTIONARYVAR(dwg)
13291
13292def dwg_getall_DICTIONARYWDFLT(dwg):
13293    return _LibreDWG.dwg_getall_DICTIONARYWDFLT(dwg)
13294
13295def dwg_getall_DIMSTYLE(dwg):
13296    return _LibreDWG.dwg_getall_DIMSTYLE(dwg)
13297
13298def dwg_getall_DIMSTYLE_CONTROL(dwg):
13299    return _LibreDWG.dwg_getall_DIMSTYLE_CONTROL(dwg)
13300
13301def dwg_getall_DUMMY(dwg):
13302    return _LibreDWG.dwg_getall_DUMMY(dwg)
13303
13304def dwg_getall_DYNAMICBLOCKPURGEPREVENTER(dwg):
13305    return _LibreDWG.dwg_getall_DYNAMICBLOCKPURGEPREVENTER(dwg)
13306
13307def dwg_getall_FIELD(dwg):
13308    return _LibreDWG.dwg_getall_FIELD(dwg)
13309
13310def dwg_getall_FIELDLIST(dwg):
13311    return _LibreDWG.dwg_getall_FIELDLIST(dwg)
13312
13313def dwg_getall_GEODATA(dwg):
13314    return _LibreDWG.dwg_getall_GEODATA(dwg)
13315
13316def dwg_getall_GROUP(dwg):
13317    return _LibreDWG.dwg_getall_GROUP(dwg)
13318
13319def dwg_getall_IDBUFFER(dwg):
13320    return _LibreDWG.dwg_getall_IDBUFFER(dwg)
13321
13322def dwg_getall_IMAGEDEF(dwg):
13323    return _LibreDWG.dwg_getall_IMAGEDEF(dwg)
13324
13325def dwg_getall_IMAGEDEF_REACTOR(dwg):
13326    return _LibreDWG.dwg_getall_IMAGEDEF_REACTOR(dwg)
13327
13328def dwg_getall_INDEX(dwg):
13329    return _LibreDWG.dwg_getall_INDEX(dwg)
13330
13331def dwg_getall_LAYER(dwg):
13332    return _LibreDWG.dwg_getall_LAYER(dwg)
13333
13334def dwg_getall_LAYERFILTER(dwg):
13335    return _LibreDWG.dwg_getall_LAYERFILTER(dwg)
13336
13337def dwg_getall_LAYER_CONTROL(dwg):
13338    return _LibreDWG.dwg_getall_LAYER_CONTROL(dwg)
13339
13340def dwg_getall_LAYER_INDEX(dwg):
13341    return _LibreDWG.dwg_getall_LAYER_INDEX(dwg)
13342
13343def dwg_getall_LAYOUT(dwg):
13344    return _LibreDWG.dwg_getall_LAYOUT(dwg)
13345
13346def dwg_getall_LONG_TRANSACTION(dwg):
13347    return _LibreDWG.dwg_getall_LONG_TRANSACTION(dwg)
13348
13349def dwg_getall_LTYPE(dwg):
13350    return _LibreDWG.dwg_getall_LTYPE(dwg)
13351
13352def dwg_getall_LTYPE_CONTROL(dwg):
13353    return _LibreDWG.dwg_getall_LTYPE_CONTROL(dwg)
13354
13355def dwg_getall_MLEADERSTYLE(dwg):
13356    return _LibreDWG.dwg_getall_MLEADERSTYLE(dwg)
13357
13358def dwg_getall_MLINESTYLE(dwg):
13359    return _LibreDWG.dwg_getall_MLINESTYLE(dwg)
13360
13361def dwg_getall_PLACEHOLDER(dwg):
13362    return _LibreDWG.dwg_getall_PLACEHOLDER(dwg)
13363
13364def dwg_getall_PLOTSETTINGS(dwg):
13365    return _LibreDWG.dwg_getall_PLOTSETTINGS(dwg)
13366
13367def dwg_getall_RASTERVARIABLES(dwg):
13368    return _LibreDWG.dwg_getall_RASTERVARIABLES(dwg)
13369
13370def dwg_getall_SCALE(dwg):
13371    return _LibreDWG.dwg_getall_SCALE(dwg)
13372
13373def dwg_getall_SECTIONVIEWSTYLE(dwg):
13374    return _LibreDWG.dwg_getall_SECTIONVIEWSTYLE(dwg)
13375
13376def dwg_getall_SECTION_MANAGER(dwg):
13377    return _LibreDWG.dwg_getall_SECTION_MANAGER(dwg)
13378
13379def dwg_getall_SORTENTSTABLE(dwg):
13380    return _LibreDWG.dwg_getall_SORTENTSTABLE(dwg)
13381
13382def dwg_getall_SPATIAL_FILTER(dwg):
13383    return _LibreDWG.dwg_getall_SPATIAL_FILTER(dwg)
13384
13385def dwg_getall_STYLE(dwg):
13386    return _LibreDWG.dwg_getall_STYLE(dwg)
13387
13388def dwg_getall_STYLE_CONTROL(dwg):
13389    return _LibreDWG.dwg_getall_STYLE_CONTROL(dwg)
13390
13391def dwg_getall_TABLEGEOMETRY(dwg):
13392    return _LibreDWG.dwg_getall_TABLEGEOMETRY(dwg)
13393
13394def dwg_getall_UCS(dwg):
13395    return _LibreDWG.dwg_getall_UCS(dwg)
13396
13397def dwg_getall_UCS_CONTROL(dwg):
13398    return _LibreDWG.dwg_getall_UCS_CONTROL(dwg)
13399
13400def dwg_getall_UNKNOWN_OBJ(dwg):
13401    return _LibreDWG.dwg_getall_UNKNOWN_OBJ(dwg)
13402
13403def dwg_getall_VBA_PROJECT(dwg):
13404    return _LibreDWG.dwg_getall_VBA_PROJECT(dwg)
13405
13406def dwg_getall_VIEW(dwg):
13407    return _LibreDWG.dwg_getall_VIEW(dwg)
13408
13409def dwg_getall_VIEW_CONTROL(dwg):
13410    return _LibreDWG.dwg_getall_VIEW_CONTROL(dwg)
13411
13412def dwg_getall_VISUALSTYLE(dwg):
13413    return _LibreDWG.dwg_getall_VISUALSTYLE(dwg)
13414
13415def dwg_getall_VPORT(dwg):
13416    return _LibreDWG.dwg_getall_VPORT(dwg)
13417
13418def dwg_getall_VPORT_CONTROL(dwg):
13419    return _LibreDWG.dwg_getall_VPORT_CONTROL(dwg)
13420
13421def dwg_getall_VX_CONTROL(dwg):
13422    return _LibreDWG.dwg_getall_VX_CONTROL(dwg)
13423
13424def dwg_getall_VX_TABLE_RECORD(dwg):
13425    return _LibreDWG.dwg_getall_VX_TABLE_RECORD(dwg)
13426
13427def dwg_getall_WIPEOUTVARIABLES(dwg):
13428    return _LibreDWG.dwg_getall_WIPEOUTVARIABLES(dwg)
13429
13430def dwg_getall_XRECORD(dwg):
13431    return _LibreDWG.dwg_getall_XRECORD(dwg)
13432
13433def dwg_getall_PDFDEFINITION(dwg):
13434    return _LibreDWG.dwg_getall_PDFDEFINITION(dwg)
13435
13436def dwg_getall_DGNDEFINITION(dwg):
13437    return _LibreDWG.dwg_getall_DGNDEFINITION(dwg)
13438
13439def dwg_getall_DWFDEFINITION(dwg):
13440    return _LibreDWG.dwg_getall_DWFDEFINITION(dwg)
13441
13442def dwg_getall_ACSH_BREP_CLASS(dwg):
13443    return _LibreDWG.dwg_getall_ACSH_BREP_CLASS(dwg)
13444
13445def dwg_getall_ACSH_CHAMFER_CLASS(dwg):
13446    return _LibreDWG.dwg_getall_ACSH_CHAMFER_CLASS(dwg)
13447
13448def dwg_getall_ACSH_PYRAMID_CLASS(dwg):
13449    return _LibreDWG.dwg_getall_ACSH_PYRAMID_CLASS(dwg)
13450
13451def dwg_getall_ALDIMOBJECTCONTEXTDATA(dwg):
13452    return _LibreDWG.dwg_getall_ALDIMOBJECTCONTEXTDATA(dwg)
13453
13454def dwg_getall_ASSOC2DCONSTRAINTGROUP(dwg):
13455    return _LibreDWG.dwg_getall_ASSOC2DCONSTRAINTGROUP(dwg)
13456
13457def dwg_getall_ASSOCACTION(dwg):
13458    return _LibreDWG.dwg_getall_ASSOCACTION(dwg)
13459
13460def dwg_getall_ASSOCACTIONPARAM(dwg):
13461    return _LibreDWG.dwg_getall_ASSOCACTIONPARAM(dwg)
13462
13463def dwg_getall_ASSOCARRAYACTIONBODY(dwg):
13464    return _LibreDWG.dwg_getall_ASSOCARRAYACTIONBODY(dwg)
13465
13466def dwg_getall_ASSOCASMBODYACTIONPARAM(dwg):
13467    return _LibreDWG.dwg_getall_ASSOCASMBODYACTIONPARAM(dwg)
13468
13469def dwg_getall_ASSOCBLENDSURFACEACTIONBODY(dwg):
13470    return _LibreDWG.dwg_getall_ASSOCBLENDSURFACEACTIONBODY(dwg)
13471
13472def dwg_getall_ASSOCCOMPOUNDACTIONPARAM(dwg):
13473    return _LibreDWG.dwg_getall_ASSOCCOMPOUNDACTIONPARAM(dwg)
13474
13475def dwg_getall_ASSOCDEPENDENCY(dwg):
13476    return _LibreDWG.dwg_getall_ASSOCDEPENDENCY(dwg)
13477
13478def dwg_getall_ASSOCDIMDEPENDENCYBODY(dwg):
13479    return _LibreDWG.dwg_getall_ASSOCDIMDEPENDENCYBODY(dwg)
13480
13481def dwg_getall_ASSOCEXTENDSURFACEACTIONBODY(dwg):
13482    return _LibreDWG.dwg_getall_ASSOCEXTENDSURFACEACTIONBODY(dwg)
13483
13484def dwg_getall_ASSOCEXTRUDEDSURFACEACTIONBODY(dwg):
13485    return _LibreDWG.dwg_getall_ASSOCEXTRUDEDSURFACEACTIONBODY(dwg)
13486
13487def dwg_getall_ASSOCFACEACTIONPARAM(dwg):
13488    return _LibreDWG.dwg_getall_ASSOCFACEACTIONPARAM(dwg)
13489
13490def dwg_getall_ASSOCFILLETSURFACEACTIONBODY(dwg):
13491    return _LibreDWG.dwg_getall_ASSOCFILLETSURFACEACTIONBODY(dwg)
13492
13493def dwg_getall_ASSOCGEOMDEPENDENCY(dwg):
13494    return _LibreDWG.dwg_getall_ASSOCGEOMDEPENDENCY(dwg)
13495
13496def dwg_getall_ASSOCLOFTEDSURFACEACTIONBODY(dwg):
13497    return _LibreDWG.dwg_getall_ASSOCLOFTEDSURFACEACTIONBODY(dwg)
13498
13499def dwg_getall_ASSOCNETWORK(dwg):
13500    return _LibreDWG.dwg_getall_ASSOCNETWORK(dwg)
13501
13502def dwg_getall_ASSOCNETWORKSURFACEACTIONBODY(dwg):
13503    return _LibreDWG.dwg_getall_ASSOCNETWORKSURFACEACTIONBODY(dwg)
13504
13505def dwg_getall_ASSOCOBJECTACTIONPARAM(dwg):
13506    return _LibreDWG.dwg_getall_ASSOCOBJECTACTIONPARAM(dwg)
13507
13508def dwg_getall_ASSOCOFFSETSURFACEACTIONBODY(dwg):
13509    return _LibreDWG.dwg_getall_ASSOCOFFSETSURFACEACTIONBODY(dwg)
13510
13511def dwg_getall_ASSOCOSNAPPOINTREFACTIONPARAM(dwg):
13512    return _LibreDWG.dwg_getall_ASSOCOSNAPPOINTREFACTIONPARAM(dwg)
13513
13514def dwg_getall_ASSOCPATCHSURFACEACTIONBODY(dwg):
13515    return _LibreDWG.dwg_getall_ASSOCPATCHSURFACEACTIONBODY(dwg)
13516
13517def dwg_getall_ASSOCPATHACTIONPARAM(dwg):
13518    return _LibreDWG.dwg_getall_ASSOCPATHACTIONPARAM(dwg)
13519
13520def dwg_getall_ASSOCPLANESURFACEACTIONBODY(dwg):
13521    return _LibreDWG.dwg_getall_ASSOCPLANESURFACEACTIONBODY(dwg)
13522
13523def dwg_getall_ASSOCPOINTREFACTIONPARAM(dwg):
13524    return _LibreDWG.dwg_getall_ASSOCPOINTREFACTIONPARAM(dwg)
13525
13526def dwg_getall_ASSOCREVOLVEDSURFACEACTIONBODY(dwg):
13527    return _LibreDWG.dwg_getall_ASSOCREVOLVEDSURFACEACTIONBODY(dwg)
13528
13529def dwg_getall_ASSOCTRIMSURFACEACTIONBODY(dwg):
13530    return _LibreDWG.dwg_getall_ASSOCTRIMSURFACEACTIONBODY(dwg)
13531
13532def dwg_getall_ASSOCVALUEDEPENDENCY(dwg):
13533    return _LibreDWG.dwg_getall_ASSOCVALUEDEPENDENCY(dwg)
13534
13535def dwg_getall_ASSOCVARIABLE(dwg):
13536    return _LibreDWG.dwg_getall_ASSOCVARIABLE(dwg)
13537
13538def dwg_getall_ASSOCVERTEXACTIONPARAM(dwg):
13539    return _LibreDWG.dwg_getall_ASSOCVERTEXACTIONPARAM(dwg)
13540
13541def dwg_getall_BLKREFOBJECTCONTEXTDATA(dwg):
13542    return _LibreDWG.dwg_getall_BLKREFOBJECTCONTEXTDATA(dwg)
13543
13544def dwg_getall_BLOCKALIGNEDCONSTRAINTPARAMETER(dwg):
13545    return _LibreDWG.dwg_getall_BLOCKALIGNEDCONSTRAINTPARAMETER(dwg)
13546
13547def dwg_getall_BLOCKANGULARCONSTRAINTPARAMETER(dwg):
13548    return _LibreDWG.dwg_getall_BLOCKANGULARCONSTRAINTPARAMETER(dwg)
13549
13550def dwg_getall_BLOCKARRAYACTION(dwg):
13551    return _LibreDWG.dwg_getall_BLOCKARRAYACTION(dwg)
13552
13553def dwg_getall_BLOCKDIAMETRICCONSTRAINTPARAMETER(dwg):
13554    return _LibreDWG.dwg_getall_BLOCKDIAMETRICCONSTRAINTPARAMETER(dwg)
13555
13556def dwg_getall_BLOCKHORIZONTALCONSTRAINTPARAMETER(dwg):
13557    return _LibreDWG.dwg_getall_BLOCKHORIZONTALCONSTRAINTPARAMETER(dwg)
13558
13559def dwg_getall_BLOCKLINEARCONSTRAINTPARAMETER(dwg):
13560    return _LibreDWG.dwg_getall_BLOCKLINEARCONSTRAINTPARAMETER(dwg)
13561
13562def dwg_getall_BLOCKLINEARPARAMETER(dwg):
13563    return _LibreDWG.dwg_getall_BLOCKLINEARPARAMETER(dwg)
13564
13565def dwg_getall_BLOCKLOOKUPACTION(dwg):
13566    return _LibreDWG.dwg_getall_BLOCKLOOKUPACTION(dwg)
13567
13568def dwg_getall_BLOCKLOOKUPPARAMETER(dwg):
13569    return _LibreDWG.dwg_getall_BLOCKLOOKUPPARAMETER(dwg)
13570
13571def dwg_getall_BLOCKPARAMDEPENDENCYBODY(dwg):
13572    return _LibreDWG.dwg_getall_BLOCKPARAMDEPENDENCYBODY(dwg)
13573
13574def dwg_getall_BLOCKPOINTPARAMETER(dwg):
13575    return _LibreDWG.dwg_getall_BLOCKPOINTPARAMETER(dwg)
13576
13577def dwg_getall_BLOCKPOLARGRIP(dwg):
13578    return _LibreDWG.dwg_getall_BLOCKPOLARGRIP(dwg)
13579
13580def dwg_getall_BLOCKPOLARPARAMETER(dwg):
13581    return _LibreDWG.dwg_getall_BLOCKPOLARPARAMETER(dwg)
13582
13583def dwg_getall_BLOCKPOLARSTRETCHACTION(dwg):
13584    return _LibreDWG.dwg_getall_BLOCKPOLARSTRETCHACTION(dwg)
13585
13586def dwg_getall_BLOCKRADIALCONSTRAINTPARAMETER(dwg):
13587    return _LibreDWG.dwg_getall_BLOCKRADIALCONSTRAINTPARAMETER(dwg)
13588
13589def dwg_getall_BLOCKREPRESENTATION(dwg):
13590    return _LibreDWG.dwg_getall_BLOCKREPRESENTATION(dwg)
13591
13592def dwg_getall_BLOCKROTATIONPARAMETER(dwg):
13593    return _LibreDWG.dwg_getall_BLOCKROTATIONPARAMETER(dwg)
13594
13595def dwg_getall_BLOCKSTRETCHACTION(dwg):
13596    return _LibreDWG.dwg_getall_BLOCKSTRETCHACTION(dwg)
13597
13598def dwg_getall_BLOCKUSERPARAMETER(dwg):
13599    return _LibreDWG.dwg_getall_BLOCKUSERPARAMETER(dwg)
13600
13601def dwg_getall_BLOCKVERTICALCONSTRAINTPARAMETER(dwg):
13602    return _LibreDWG.dwg_getall_BLOCKVERTICALCONSTRAINTPARAMETER(dwg)
13603
13604def dwg_getall_BLOCKVISIBILITYPARAMETER(dwg):
13605    return _LibreDWG.dwg_getall_BLOCKVISIBILITYPARAMETER(dwg)
13606
13607def dwg_getall_BLOCKXYGRIP(dwg):
13608    return _LibreDWG.dwg_getall_BLOCKXYGRIP(dwg)
13609
13610def dwg_getall_BLOCKXYPARAMETER(dwg):
13611    return _LibreDWG.dwg_getall_BLOCKXYPARAMETER(dwg)
13612
13613def dwg_getall_DATALINK(dwg):
13614    return _LibreDWG.dwg_getall_DATALINK(dwg)
13615
13616def dwg_getall_DBCOLOR(dwg):
13617    return _LibreDWG.dwg_getall_DBCOLOR(dwg)
13618
13619def dwg_getall_EVALUATION_GRAPH(dwg):
13620    return _LibreDWG.dwg_getall_EVALUATION_GRAPH(dwg)
13621
13622def dwg_getall_FCFOBJECTCONTEXTDATA(dwg):
13623    return _LibreDWG.dwg_getall_FCFOBJECTCONTEXTDATA(dwg)
13624
13625def dwg_getall_GRADIENT_BACKGROUND(dwg):
13626    return _LibreDWG.dwg_getall_GRADIENT_BACKGROUND(dwg)
13627
13628def dwg_getall_GROUND_PLANE_BACKGROUND(dwg):
13629    return _LibreDWG.dwg_getall_GROUND_PLANE_BACKGROUND(dwg)
13630
13631def dwg_getall_IBL_BACKGROUND(dwg):
13632    return _LibreDWG.dwg_getall_IBL_BACKGROUND(dwg)
13633
13634def dwg_getall_IMAGE_BACKGROUND(dwg):
13635    return _LibreDWG.dwg_getall_IMAGE_BACKGROUND(dwg)
13636
13637def dwg_getall_LEADEROBJECTCONTEXTDATA(dwg):
13638    return _LibreDWG.dwg_getall_LEADEROBJECTCONTEXTDATA(dwg)
13639
13640def dwg_getall_LIGHTLIST(dwg):
13641    return _LibreDWG.dwg_getall_LIGHTLIST(dwg)
13642
13643def dwg_getall_MATERIAL(dwg):
13644    return _LibreDWG.dwg_getall_MATERIAL(dwg)
13645
13646def dwg_getall_MENTALRAYRENDERSETTINGS(dwg):
13647    return _LibreDWG.dwg_getall_MENTALRAYRENDERSETTINGS(dwg)
13648
13649def dwg_getall_MTEXTOBJECTCONTEXTDATA(dwg):
13650    return _LibreDWG.dwg_getall_MTEXTOBJECTCONTEXTDATA(dwg)
13651
13652def dwg_getall_OBJECT_PTR(dwg):
13653    return _LibreDWG.dwg_getall_OBJECT_PTR(dwg)
13654
13655def dwg_getall_PARTIAL_VIEWING_INDEX(dwg):
13656    return _LibreDWG.dwg_getall_PARTIAL_VIEWING_INDEX(dwg)
13657
13658def dwg_getall_POINTCLOUDCOLORMAP(dwg):
13659    return _LibreDWG.dwg_getall_POINTCLOUDCOLORMAP(dwg)
13660
13661def dwg_getall_POINTCLOUDDEF(dwg):
13662    return _LibreDWG.dwg_getall_POINTCLOUDDEF(dwg)
13663
13664def dwg_getall_POINTCLOUDDEFEX(dwg):
13665    return _LibreDWG.dwg_getall_POINTCLOUDDEFEX(dwg)
13666
13667def dwg_getall_POINTCLOUDDEF_REACTOR(dwg):
13668    return _LibreDWG.dwg_getall_POINTCLOUDDEF_REACTOR(dwg)
13669
13670def dwg_getall_POINTCLOUDDEF_REACTOR_EX(dwg):
13671    return _LibreDWG.dwg_getall_POINTCLOUDDEF_REACTOR_EX(dwg)
13672
13673def dwg_getall_PROXY_OBJECT(dwg):
13674    return _LibreDWG.dwg_getall_PROXY_OBJECT(dwg)
13675
13676def dwg_getall_RAPIDRTRENDERSETTINGS(dwg):
13677    return _LibreDWG.dwg_getall_RAPIDRTRENDERSETTINGS(dwg)
13678
13679def dwg_getall_RENDERENTRY(dwg):
13680    return _LibreDWG.dwg_getall_RENDERENTRY(dwg)
13681
13682def dwg_getall_RENDERENVIRONMENT(dwg):
13683    return _LibreDWG.dwg_getall_RENDERENVIRONMENT(dwg)
13684
13685def dwg_getall_RENDERGLOBAL(dwg):
13686    return _LibreDWG.dwg_getall_RENDERGLOBAL(dwg)
13687
13688def dwg_getall_RENDERSETTINGS(dwg):
13689    return _LibreDWG.dwg_getall_RENDERSETTINGS(dwg)
13690
13691def dwg_getall_SECTION_SETTINGS(dwg):
13692    return _LibreDWG.dwg_getall_SECTION_SETTINGS(dwg)
13693
13694def dwg_getall_SKYLIGHT_BACKGROUND(dwg):
13695    return _LibreDWG.dwg_getall_SKYLIGHT_BACKGROUND(dwg)
13696
13697def dwg_getall_SOLID_BACKGROUND(dwg):
13698    return _LibreDWG.dwg_getall_SOLID_BACKGROUND(dwg)
13699
13700def dwg_getall_SPATIAL_INDEX(dwg):
13701    return _LibreDWG.dwg_getall_SPATIAL_INDEX(dwg)
13702
13703def dwg_getall_SUN(dwg):
13704    return _LibreDWG.dwg_getall_SUN(dwg)
13705
13706def dwg_getall_TABLESTYLE(dwg):
13707    return _LibreDWG.dwg_getall_TABLESTYLE(dwg)
13708
13709def dwg_getall_TEXTOBJECTCONTEXTDATA(dwg):
13710    return _LibreDWG.dwg_getall_TEXTOBJECTCONTEXTDATA(dwg)
13711
13712def dwg_getall_ASSOCARRAYMODIFYPARAMETERS(dwg):
13713    return _LibreDWG.dwg_getall_ASSOCARRAYMODIFYPARAMETERS(dwg)
13714
13715def dwg_getall_ASSOCARRAYPATHPARAMETERS(dwg):
13716    return _LibreDWG.dwg_getall_ASSOCARRAYPATHPARAMETERS(dwg)
13717
13718def dwg_getall_ASSOCARRAYPOLARPARAMETERS(dwg):
13719    return _LibreDWG.dwg_getall_ASSOCARRAYPOLARPARAMETERS(dwg)
13720
13721def dwg_getall_ASSOCARRAYRECTANGULARPARAMETERS(dwg):
13722    return _LibreDWG.dwg_getall_ASSOCARRAYRECTANGULARPARAMETERS(dwg)
13723
13724def dwg_object_to__3DFACE(obj):
13725    return _LibreDWG.dwg_object_to__3DFACE(obj)
13726
13727def dwg_object_to__3DSOLID(obj):
13728    return _LibreDWG.dwg_object_to__3DSOLID(obj)
13729
13730def dwg_object_to_ARC(obj):
13731    return _LibreDWG.dwg_object_to_ARC(obj)
13732
13733def dwg_object_to_ATTDEF(obj):
13734    return _LibreDWG.dwg_object_to_ATTDEF(obj)
13735
13736def dwg_object_to_ATTRIB(obj):
13737    return _LibreDWG.dwg_object_to_ATTRIB(obj)
13738
13739def dwg_object_to_BLOCK(obj):
13740    return _LibreDWG.dwg_object_to_BLOCK(obj)
13741
13742def dwg_object_to_BODY(obj):
13743    return _LibreDWG.dwg_object_to_BODY(obj)
13744
13745def dwg_object_to_CAMERA(obj):
13746    return _LibreDWG.dwg_object_to_CAMERA(obj)
13747
13748def dwg_object_to_CIRCLE(obj):
13749    return _LibreDWG.dwg_object_to_CIRCLE(obj)
13750
13751def dwg_object_to_DGNUNDERLAY(obj):
13752    return _LibreDWG.dwg_object_to_DGNUNDERLAY(obj)
13753
13754def dwg_object_to_DIMENSION_ALIGNED(obj):
13755    return _LibreDWG.dwg_object_to_DIMENSION_ALIGNED(obj)
13756
13757def dwg_object_to_DIMENSION_ANG2LN(obj):
13758    return _LibreDWG.dwg_object_to_DIMENSION_ANG2LN(obj)
13759
13760def dwg_object_to_DIMENSION_ANG3PT(obj):
13761    return _LibreDWG.dwg_object_to_DIMENSION_ANG3PT(obj)
13762
13763def dwg_object_to_DIMENSION_DIAMETER(obj):
13764    return _LibreDWG.dwg_object_to_DIMENSION_DIAMETER(obj)
13765
13766def dwg_object_to_DIMENSION_LINEAR(obj):
13767    return _LibreDWG.dwg_object_to_DIMENSION_LINEAR(obj)
13768
13769def dwg_object_to_DIMENSION_ORDINATE(obj):
13770    return _LibreDWG.dwg_object_to_DIMENSION_ORDINATE(obj)
13771
13772def dwg_object_to_DIMENSION_RADIUS(obj):
13773    return _LibreDWG.dwg_object_to_DIMENSION_RADIUS(obj)
13774
13775def dwg_object_to_DWFUNDERLAY(obj):
13776    return _LibreDWG.dwg_object_to_DWFUNDERLAY(obj)
13777
13778def dwg_object_to_ELLIPSE(obj):
13779    return _LibreDWG.dwg_object_to_ELLIPSE(obj)
13780
13781def dwg_object_to_ENDBLK(obj):
13782    return _LibreDWG.dwg_object_to_ENDBLK(obj)
13783
13784def dwg_object_to_HATCH(obj):
13785    return _LibreDWG.dwg_object_to_HATCH(obj)
13786
13787def dwg_object_to_IMAGE(obj):
13788    return _LibreDWG.dwg_object_to_IMAGE(obj)
13789
13790def dwg_object_to_INSERT(obj):
13791    return _LibreDWG.dwg_object_to_INSERT(obj)
13792
13793def dwg_object_to_LEADER(obj):
13794    return _LibreDWG.dwg_object_to_LEADER(obj)
13795
13796def dwg_object_to_LIGHT(obj):
13797    return _LibreDWG.dwg_object_to_LIGHT(obj)
13798
13799def dwg_object_to_LINE(obj):
13800    return _LibreDWG.dwg_object_to_LINE(obj)
13801
13802def dwg_object_to_LWPOLYLINE(obj):
13803    return _LibreDWG.dwg_object_to_LWPOLYLINE(obj)
13804
13805def dwg_object_to_MESH(obj):
13806    return _LibreDWG.dwg_object_to_MESH(obj)
13807
13808def dwg_object_to_MINSERT(obj):
13809    return _LibreDWG.dwg_object_to_MINSERT(obj)
13810
13811def dwg_object_to_MLINE(obj):
13812    return _LibreDWG.dwg_object_to_MLINE(obj)
13813
13814def dwg_object_to_MTEXT(obj):
13815    return _LibreDWG.dwg_object_to_MTEXT(obj)
13816
13817def dwg_object_to_MULTILEADER(obj):
13818    return _LibreDWG.dwg_object_to_MULTILEADER(obj)
13819
13820def dwg_object_to_OLE2FRAME(obj):
13821    return _LibreDWG.dwg_object_to_OLE2FRAME(obj)
13822
13823def dwg_object_to_OLEFRAME(obj):
13824    return _LibreDWG.dwg_object_to_OLEFRAME(obj)
13825
13826def dwg_object_to_PDFUNDERLAY(obj):
13827    return _LibreDWG.dwg_object_to_PDFUNDERLAY(obj)
13828
13829def dwg_object_to_POINT(obj):
13830    return _LibreDWG.dwg_object_to_POINT(obj)
13831
13832def dwg_object_to_POLYLINE_2D(obj):
13833    return _LibreDWG.dwg_object_to_POLYLINE_2D(obj)
13834
13835def dwg_object_to_POLYLINE_3D(obj):
13836    return _LibreDWG.dwg_object_to_POLYLINE_3D(obj)
13837
13838def dwg_object_to_POLYLINE_MESH(obj):
13839    return _LibreDWG.dwg_object_to_POLYLINE_MESH(obj)
13840
13841def dwg_object_to_POLYLINE_PFACE(obj):
13842    return _LibreDWG.dwg_object_to_POLYLINE_PFACE(obj)
13843
13844def dwg_object_to_PROXY_ENTITY(obj):
13845    return _LibreDWG.dwg_object_to_PROXY_ENTITY(obj)
13846
13847def dwg_object_to_RAY(obj):
13848    return _LibreDWG.dwg_object_to_RAY(obj)
13849
13850def dwg_object_to_REGION(obj):
13851    return _LibreDWG.dwg_object_to_REGION(obj)
13852
13853def dwg_object_to_SECTIONOBJECT(obj):
13854    return _LibreDWG.dwg_object_to_SECTIONOBJECT(obj)
13855
13856def dwg_object_to_SEQEND(obj):
13857    return _LibreDWG.dwg_object_to_SEQEND(obj)
13858
13859def dwg_object_to_SHAPE(obj):
13860    return _LibreDWG.dwg_object_to_SHAPE(obj)
13861
13862def dwg_object_to_SOLID(obj):
13863    return _LibreDWG.dwg_object_to_SOLID(obj)
13864
13865def dwg_object_to_SPLINE(obj):
13866    return _LibreDWG.dwg_object_to_SPLINE(obj)
13867
13868def dwg_object_to_TEXT(obj):
13869    return _LibreDWG.dwg_object_to_TEXT(obj)
13870
13871def dwg_object_to_TOLERANCE(obj):
13872    return _LibreDWG.dwg_object_to_TOLERANCE(obj)
13873
13874def dwg_object_to_TRACE(obj):
13875    return _LibreDWG.dwg_object_to_TRACE(obj)
13876
13877def dwg_object_to_UNKNOWN_ENT(obj):
13878    return _LibreDWG.dwg_object_to_UNKNOWN_ENT(obj)
13879
13880def dwg_object_to_VERTEX_2D(obj):
13881    return _LibreDWG.dwg_object_to_VERTEX_2D(obj)
13882
13883def dwg_object_to_VERTEX_3D(obj):
13884    return _LibreDWG.dwg_object_to_VERTEX_3D(obj)
13885
13886def dwg_object_to_VERTEX_MESH(obj):
13887    return _LibreDWG.dwg_object_to_VERTEX_MESH(obj)
13888
13889def dwg_object_to_VERTEX_PFACE(obj):
13890    return _LibreDWG.dwg_object_to_VERTEX_PFACE(obj)
13891
13892def dwg_object_to_VERTEX_PFACE_FACE(obj):
13893    return _LibreDWG.dwg_object_to_VERTEX_PFACE_FACE(obj)
13894
13895def dwg_object_to_VIEWPORT(obj):
13896    return _LibreDWG.dwg_object_to_VIEWPORT(obj)
13897
13898def dwg_object_to_XLINE(obj):
13899    return _LibreDWG.dwg_object_to_XLINE(obj)
13900
13901def dwg_object_to_ARC_DIMENSION(obj):
13902    return _LibreDWG.dwg_object_to_ARC_DIMENSION(obj)
13903
13904def dwg_object_to_HELIX(obj):
13905    return _LibreDWG.dwg_object_to_HELIX(obj)
13906
13907def dwg_object_to_LARGE_RADIAL_DIMENSION(obj):
13908    return _LibreDWG.dwg_object_to_LARGE_RADIAL_DIMENSION(obj)
13909
13910def dwg_object_to_PLANESURFACE(obj):
13911    return _LibreDWG.dwg_object_to_PLANESURFACE(obj)
13912
13913def dwg_object_to_POINTCLOUD(obj):
13914    return _LibreDWG.dwg_object_to_POINTCLOUD(obj)
13915
13916def dwg_object_to_POINTCLOUDEX(obj):
13917    return _LibreDWG.dwg_object_to_POINTCLOUDEX(obj)
13918
13919def dwg_object_to_WIPEOUT(obj):
13920    return _LibreDWG.dwg_object_to_WIPEOUT(obj)
13921
13922def dwg_object_to_ACSH_BOOLEAN_CLASS(obj):
13923    return _LibreDWG.dwg_object_to_ACSH_BOOLEAN_CLASS(obj)
13924
13925def dwg_object_to_ACSH_BOX_CLASS(obj):
13926    return _LibreDWG.dwg_object_to_ACSH_BOX_CLASS(obj)
13927
13928def dwg_object_to_ACSH_CONE_CLASS(obj):
13929    return _LibreDWG.dwg_object_to_ACSH_CONE_CLASS(obj)
13930
13931def dwg_object_to_ACSH_CYLINDER_CLASS(obj):
13932    return _LibreDWG.dwg_object_to_ACSH_CYLINDER_CLASS(obj)
13933
13934def dwg_object_to_ACSH_FILLET_CLASS(obj):
13935    return _LibreDWG.dwg_object_to_ACSH_FILLET_CLASS(obj)
13936
13937def dwg_object_to_ACSH_HISTORY_CLASS(obj):
13938    return _LibreDWG.dwg_object_to_ACSH_HISTORY_CLASS(obj)
13939
13940def dwg_object_to_ACSH_SPHERE_CLASS(obj):
13941    return _LibreDWG.dwg_object_to_ACSH_SPHERE_CLASS(obj)
13942
13943def dwg_object_to_ACSH_TORUS_CLASS(obj):
13944    return _LibreDWG.dwg_object_to_ACSH_TORUS_CLASS(obj)
13945
13946def dwg_object_to_ACSH_WEDGE_CLASS(obj):
13947    return _LibreDWG.dwg_object_to_ACSH_WEDGE_CLASS(obj)
13948
13949def dwg_object_to_APPID(obj):
13950    return _LibreDWG.dwg_object_to_APPID(obj)
13951
13952def dwg_object_to_APPID_CONTROL(obj):
13953    return _LibreDWG.dwg_object_to_APPID_CONTROL(obj)
13954
13955def dwg_object_to_BLOCKALIGNMENTGRIP(obj):
13956    return _LibreDWG.dwg_object_to_BLOCKALIGNMENTGRIP(obj)
13957
13958def dwg_object_to_BLOCKALIGNMENTPARAMETER(obj):
13959    return _LibreDWG.dwg_object_to_BLOCKALIGNMENTPARAMETER(obj)
13960
13961def dwg_object_to_BLOCKBASEPOINTPARAMETER(obj):
13962    return _LibreDWG.dwg_object_to_BLOCKBASEPOINTPARAMETER(obj)
13963
13964def dwg_object_to_BLOCKFLIPACTION(obj):
13965    return _LibreDWG.dwg_object_to_BLOCKFLIPACTION(obj)
13966
13967def dwg_object_to_BLOCKFLIPGRIP(obj):
13968    return _LibreDWG.dwg_object_to_BLOCKFLIPGRIP(obj)
13969
13970def dwg_object_to_BLOCKFLIPPARAMETER(obj):
13971    return _LibreDWG.dwg_object_to_BLOCKFLIPPARAMETER(obj)
13972
13973def dwg_object_to_BLOCKGRIPLOCATIONCOMPONENT(obj):
13974    return _LibreDWG.dwg_object_to_BLOCKGRIPLOCATIONCOMPONENT(obj)
13975
13976def dwg_object_to_BLOCKLINEARGRIP(obj):
13977    return _LibreDWG.dwg_object_to_BLOCKLINEARGRIP(obj)
13978
13979def dwg_object_to_BLOCKLOOKUPGRIP(obj):
13980    return _LibreDWG.dwg_object_to_BLOCKLOOKUPGRIP(obj)
13981
13982def dwg_object_to_BLOCKMOVEACTION(obj):
13983    return _LibreDWG.dwg_object_to_BLOCKMOVEACTION(obj)
13984
13985def dwg_object_to_BLOCKROTATEACTION(obj):
13986    return _LibreDWG.dwg_object_to_BLOCKROTATEACTION(obj)
13987
13988def dwg_object_to_BLOCKROTATIONGRIP(obj):
13989    return _LibreDWG.dwg_object_to_BLOCKROTATIONGRIP(obj)
13990
13991def dwg_object_to_BLOCKSCALEACTION(obj):
13992    return _LibreDWG.dwg_object_to_BLOCKSCALEACTION(obj)
13993
13994def dwg_object_to_BLOCKVISIBILITYGRIP(obj):
13995    return _LibreDWG.dwg_object_to_BLOCKVISIBILITYGRIP(obj)
13996
13997def dwg_object_to_BLOCK_CONTROL(obj):
13998    return _LibreDWG.dwg_object_to_BLOCK_CONTROL(obj)
13999
14000def dwg_object_to_BLOCK_HEADER(obj):
14001    return _LibreDWG.dwg_object_to_BLOCK_HEADER(obj)
14002
14003def dwg_object_to_CELLSTYLEMAP(obj):
14004    return _LibreDWG.dwg_object_to_CELLSTYLEMAP(obj)
14005
14006def dwg_object_to_DETAILVIEWSTYLE(obj):
14007    return _LibreDWG.dwg_object_to_DETAILVIEWSTYLE(obj)
14008
14009def dwg_object_to_DICTIONARY(obj):
14010    return _LibreDWG.dwg_object_to_DICTIONARY(obj)
14011
14012def dwg_object_to_DICTIONARYVAR(obj):
14013    return _LibreDWG.dwg_object_to_DICTIONARYVAR(obj)
14014
14015def dwg_object_to_DICTIONARYWDFLT(obj):
14016    return _LibreDWG.dwg_object_to_DICTIONARYWDFLT(obj)
14017
14018def dwg_object_to_DIMSTYLE(obj):
14019    return _LibreDWG.dwg_object_to_DIMSTYLE(obj)
14020
14021def dwg_object_to_DIMSTYLE_CONTROL(obj):
14022    return _LibreDWG.dwg_object_to_DIMSTYLE_CONTROL(obj)
14023
14024def dwg_object_to_DUMMY(obj):
14025    return _LibreDWG.dwg_object_to_DUMMY(obj)
14026
14027def dwg_object_to_DYNAMICBLOCKPURGEPREVENTER(obj):
14028    return _LibreDWG.dwg_object_to_DYNAMICBLOCKPURGEPREVENTER(obj)
14029
14030def dwg_object_to_FIELD(obj):
14031    return _LibreDWG.dwg_object_to_FIELD(obj)
14032
14033def dwg_object_to_FIELDLIST(obj):
14034    return _LibreDWG.dwg_object_to_FIELDLIST(obj)
14035
14036def dwg_object_to_GEODATA(obj):
14037    return _LibreDWG.dwg_object_to_GEODATA(obj)
14038
14039def dwg_object_to_GROUP(obj):
14040    return _LibreDWG.dwg_object_to_GROUP(obj)
14041
14042def dwg_object_to_IDBUFFER(obj):
14043    return _LibreDWG.dwg_object_to_IDBUFFER(obj)
14044
14045def dwg_object_to_IMAGEDEF(obj):
14046    return _LibreDWG.dwg_object_to_IMAGEDEF(obj)
14047
14048def dwg_object_to_IMAGEDEF_REACTOR(obj):
14049    return _LibreDWG.dwg_object_to_IMAGEDEF_REACTOR(obj)
14050
14051def dwg_object_to_INDEX(obj):
14052    return _LibreDWG.dwg_object_to_INDEX(obj)
14053
14054def dwg_object_to_LAYER(obj):
14055    return _LibreDWG.dwg_object_to_LAYER(obj)
14056
14057def dwg_object_to_LAYERFILTER(obj):
14058    return _LibreDWG.dwg_object_to_LAYERFILTER(obj)
14059
14060def dwg_object_to_LAYER_CONTROL(obj):
14061    return _LibreDWG.dwg_object_to_LAYER_CONTROL(obj)
14062
14063def dwg_object_to_LAYER_INDEX(obj):
14064    return _LibreDWG.dwg_object_to_LAYER_INDEX(obj)
14065
14066def dwg_object_to_LAYOUT(obj):
14067    return _LibreDWG.dwg_object_to_LAYOUT(obj)
14068
14069def dwg_object_to_LONG_TRANSACTION(obj):
14070    return _LibreDWG.dwg_object_to_LONG_TRANSACTION(obj)
14071
14072def dwg_object_to_LTYPE(obj):
14073    return _LibreDWG.dwg_object_to_LTYPE(obj)
14074
14075def dwg_object_to_LTYPE_CONTROL(obj):
14076    return _LibreDWG.dwg_object_to_LTYPE_CONTROL(obj)
14077
14078def dwg_object_to_MLEADERSTYLE(obj):
14079    return _LibreDWG.dwg_object_to_MLEADERSTYLE(obj)
14080
14081def dwg_object_to_MLINESTYLE(obj):
14082    return _LibreDWG.dwg_object_to_MLINESTYLE(obj)
14083
14084def dwg_object_to_PLACEHOLDER(obj):
14085    return _LibreDWG.dwg_object_to_PLACEHOLDER(obj)
14086
14087def dwg_object_to_PLOTSETTINGS(obj):
14088    return _LibreDWG.dwg_object_to_PLOTSETTINGS(obj)
14089
14090def dwg_object_to_RASTERVARIABLES(obj):
14091    return _LibreDWG.dwg_object_to_RASTERVARIABLES(obj)
14092
14093def dwg_object_to_SCALE(obj):
14094    return _LibreDWG.dwg_object_to_SCALE(obj)
14095
14096def dwg_object_to_SECTIONVIEWSTYLE(obj):
14097    return _LibreDWG.dwg_object_to_SECTIONVIEWSTYLE(obj)
14098
14099def dwg_object_to_SECTION_MANAGER(obj):
14100    return _LibreDWG.dwg_object_to_SECTION_MANAGER(obj)
14101
14102def dwg_object_to_SORTENTSTABLE(obj):
14103    return _LibreDWG.dwg_object_to_SORTENTSTABLE(obj)
14104
14105def dwg_object_to_SPATIAL_FILTER(obj):
14106    return _LibreDWG.dwg_object_to_SPATIAL_FILTER(obj)
14107
14108def dwg_object_to_STYLE(obj):
14109    return _LibreDWG.dwg_object_to_STYLE(obj)
14110
14111def dwg_object_to_STYLE_CONTROL(obj):
14112    return _LibreDWG.dwg_object_to_STYLE_CONTROL(obj)
14113
14114def dwg_object_to_TABLEGEOMETRY(obj):
14115    return _LibreDWG.dwg_object_to_TABLEGEOMETRY(obj)
14116
14117def dwg_object_to_UCS(obj):
14118    return _LibreDWG.dwg_object_to_UCS(obj)
14119
14120def dwg_object_to_UCS_CONTROL(obj):
14121    return _LibreDWG.dwg_object_to_UCS_CONTROL(obj)
14122
14123def dwg_object_to_UNKNOWN_OBJ(obj):
14124    return _LibreDWG.dwg_object_to_UNKNOWN_OBJ(obj)
14125
14126def dwg_object_to_VBA_PROJECT(obj):
14127    return _LibreDWG.dwg_object_to_VBA_PROJECT(obj)
14128
14129def dwg_object_to_VIEW(obj):
14130    return _LibreDWG.dwg_object_to_VIEW(obj)
14131
14132def dwg_object_to_VIEW_CONTROL(obj):
14133    return _LibreDWG.dwg_object_to_VIEW_CONTROL(obj)
14134
14135def dwg_object_to_VISUALSTYLE(obj):
14136    return _LibreDWG.dwg_object_to_VISUALSTYLE(obj)
14137
14138def dwg_object_to_VPORT(obj):
14139    return _LibreDWG.dwg_object_to_VPORT(obj)
14140
14141def dwg_object_to_VPORT_CONTROL(obj):
14142    return _LibreDWG.dwg_object_to_VPORT_CONTROL(obj)
14143
14144def dwg_object_to_VX_CONTROL(obj):
14145    return _LibreDWG.dwg_object_to_VX_CONTROL(obj)
14146
14147def dwg_object_to_VX_TABLE_RECORD(obj):
14148    return _LibreDWG.dwg_object_to_VX_TABLE_RECORD(obj)
14149
14150def dwg_object_to_WIPEOUTVARIABLES(obj):
14151    return _LibreDWG.dwg_object_to_WIPEOUTVARIABLES(obj)
14152
14153def dwg_object_to_XRECORD(obj):
14154    return _LibreDWG.dwg_object_to_XRECORD(obj)
14155
14156def dwg_object_to_PDFDEFINITION(obj):
14157    return _LibreDWG.dwg_object_to_PDFDEFINITION(obj)
14158
14159def dwg_object_to_DGNDEFINITION(obj):
14160    return _LibreDWG.dwg_object_to_DGNDEFINITION(obj)
14161
14162def dwg_object_to_DWFDEFINITION(obj):
14163    return _LibreDWG.dwg_object_to_DWFDEFINITION(obj)
14164
14165def dwg_object_to_ACSH_BREP_CLASS(obj):
14166    return _LibreDWG.dwg_object_to_ACSH_BREP_CLASS(obj)
14167
14168def dwg_object_to_ACSH_CHAMFER_CLASS(obj):
14169    return _LibreDWG.dwg_object_to_ACSH_CHAMFER_CLASS(obj)
14170
14171def dwg_object_to_ACSH_PYRAMID_CLASS(obj):
14172    return _LibreDWG.dwg_object_to_ACSH_PYRAMID_CLASS(obj)
14173
14174def dwg_object_to_ALDIMOBJECTCONTEXTDATA(obj):
14175    return _LibreDWG.dwg_object_to_ALDIMOBJECTCONTEXTDATA(obj)
14176
14177def dwg_object_to_ASSOC2DCONSTRAINTGROUP(obj):
14178    return _LibreDWG.dwg_object_to_ASSOC2DCONSTRAINTGROUP(obj)
14179
14180def dwg_object_to_ASSOCACTION(obj):
14181    return _LibreDWG.dwg_object_to_ASSOCACTION(obj)
14182
14183def dwg_object_to_ASSOCACTIONPARAM(obj):
14184    return _LibreDWG.dwg_object_to_ASSOCACTIONPARAM(obj)
14185
14186def dwg_object_to_ASSOCARRAYACTIONBODY(obj):
14187    return _LibreDWG.dwg_object_to_ASSOCARRAYACTIONBODY(obj)
14188
14189def dwg_object_to_ASSOCASMBODYACTIONPARAM(obj):
14190    return _LibreDWG.dwg_object_to_ASSOCASMBODYACTIONPARAM(obj)
14191
14192def dwg_object_to_ASSOCBLENDSURFACEACTIONBODY(obj):
14193    return _LibreDWG.dwg_object_to_ASSOCBLENDSURFACEACTIONBODY(obj)
14194
14195def dwg_object_to_ASSOCCOMPOUNDACTIONPARAM(obj):
14196    return _LibreDWG.dwg_object_to_ASSOCCOMPOUNDACTIONPARAM(obj)
14197
14198def dwg_object_to_ASSOCDEPENDENCY(obj):
14199    return _LibreDWG.dwg_object_to_ASSOCDEPENDENCY(obj)
14200
14201def dwg_object_to_ASSOCDIMDEPENDENCYBODY(obj):
14202    return _LibreDWG.dwg_object_to_ASSOCDIMDEPENDENCYBODY(obj)
14203
14204def dwg_object_to_ASSOCEXTENDSURFACEACTIONBODY(obj):
14205    return _LibreDWG.dwg_object_to_ASSOCEXTENDSURFACEACTIONBODY(obj)
14206
14207def dwg_object_to_ASSOCEXTRUDEDSURFACEACTIONBODY(obj):
14208    return _LibreDWG.dwg_object_to_ASSOCEXTRUDEDSURFACEACTIONBODY(obj)
14209
14210def dwg_object_to_ASSOCFACEACTIONPARAM(obj):
14211    return _LibreDWG.dwg_object_to_ASSOCFACEACTIONPARAM(obj)
14212
14213def dwg_object_to_ASSOCFILLETSURFACEACTIONBODY(obj):
14214    return _LibreDWG.dwg_object_to_ASSOCFILLETSURFACEACTIONBODY(obj)
14215
14216def dwg_object_to_ASSOCGEOMDEPENDENCY(obj):
14217    return _LibreDWG.dwg_object_to_ASSOCGEOMDEPENDENCY(obj)
14218
14219def dwg_object_to_ASSOCLOFTEDSURFACEACTIONBODY(obj):
14220    return _LibreDWG.dwg_object_to_ASSOCLOFTEDSURFACEACTIONBODY(obj)
14221
14222def dwg_object_to_ASSOCNETWORK(obj):
14223    return _LibreDWG.dwg_object_to_ASSOCNETWORK(obj)
14224
14225def dwg_object_to_ASSOCNETWORKSURFACEACTIONBODY(obj):
14226    return _LibreDWG.dwg_object_to_ASSOCNETWORKSURFACEACTIONBODY(obj)
14227
14228def dwg_object_to_ASSOCOBJECTACTIONPARAM(obj):
14229    return _LibreDWG.dwg_object_to_ASSOCOBJECTACTIONPARAM(obj)
14230
14231def dwg_object_to_ASSOCOFFSETSURFACEACTIONBODY(obj):
14232    return _LibreDWG.dwg_object_to_ASSOCOFFSETSURFACEACTIONBODY(obj)
14233
14234def dwg_object_to_ASSOCOSNAPPOINTREFACTIONPARAM(obj):
14235    return _LibreDWG.dwg_object_to_ASSOCOSNAPPOINTREFACTIONPARAM(obj)
14236
14237def dwg_object_to_ASSOCPATCHSURFACEACTIONBODY(obj):
14238    return _LibreDWG.dwg_object_to_ASSOCPATCHSURFACEACTIONBODY(obj)
14239
14240def dwg_object_to_ASSOCPATHACTIONPARAM(obj):
14241    return _LibreDWG.dwg_object_to_ASSOCPATHACTIONPARAM(obj)
14242
14243def dwg_object_to_ASSOCPLANESURFACEACTIONBODY(obj):
14244    return _LibreDWG.dwg_object_to_ASSOCPLANESURFACEACTIONBODY(obj)
14245
14246def dwg_object_to_ASSOCPOINTREFACTIONPARAM(obj):
14247    return _LibreDWG.dwg_object_to_ASSOCPOINTREFACTIONPARAM(obj)
14248
14249def dwg_object_to_ASSOCREVOLVEDSURFACEACTIONBODY(obj):
14250    return _LibreDWG.dwg_object_to_ASSOCREVOLVEDSURFACEACTIONBODY(obj)
14251
14252def dwg_object_to_ASSOCTRIMSURFACEACTIONBODY(obj):
14253    return _LibreDWG.dwg_object_to_ASSOCTRIMSURFACEACTIONBODY(obj)
14254
14255def dwg_object_to_ASSOCVALUEDEPENDENCY(obj):
14256    return _LibreDWG.dwg_object_to_ASSOCVALUEDEPENDENCY(obj)
14257
14258def dwg_object_to_ASSOCVARIABLE(obj):
14259    return _LibreDWG.dwg_object_to_ASSOCVARIABLE(obj)
14260
14261def dwg_object_to_ASSOCVERTEXACTIONPARAM(obj):
14262    return _LibreDWG.dwg_object_to_ASSOCVERTEXACTIONPARAM(obj)
14263
14264def dwg_object_to_BLKREFOBJECTCONTEXTDATA(obj):
14265    return _LibreDWG.dwg_object_to_BLKREFOBJECTCONTEXTDATA(obj)
14266
14267def dwg_object_to_BLOCKALIGNEDCONSTRAINTPARAMETER(obj):
14268    return _LibreDWG.dwg_object_to_BLOCKALIGNEDCONSTRAINTPARAMETER(obj)
14269
14270def dwg_object_to_BLOCKANGULARCONSTRAINTPARAMETER(obj):
14271    return _LibreDWG.dwg_object_to_BLOCKANGULARCONSTRAINTPARAMETER(obj)
14272
14273def dwg_object_to_BLOCKARRAYACTION(obj):
14274    return _LibreDWG.dwg_object_to_BLOCKARRAYACTION(obj)
14275
14276def dwg_object_to_BLOCKDIAMETRICCONSTRAINTPARAMETER(obj):
14277    return _LibreDWG.dwg_object_to_BLOCKDIAMETRICCONSTRAINTPARAMETER(obj)
14278
14279def dwg_object_to_BLOCKHORIZONTALCONSTRAINTPARAMETER(obj):
14280    return _LibreDWG.dwg_object_to_BLOCKHORIZONTALCONSTRAINTPARAMETER(obj)
14281
14282def dwg_object_to_BLOCKLINEARCONSTRAINTPARAMETER(obj):
14283    return _LibreDWG.dwg_object_to_BLOCKLINEARCONSTRAINTPARAMETER(obj)
14284
14285def dwg_object_to_BLOCKLINEARPARAMETER(obj):
14286    return _LibreDWG.dwg_object_to_BLOCKLINEARPARAMETER(obj)
14287
14288def dwg_object_to_BLOCKLOOKUPACTION(obj):
14289    return _LibreDWG.dwg_object_to_BLOCKLOOKUPACTION(obj)
14290
14291def dwg_object_to_BLOCKLOOKUPPARAMETER(obj):
14292    return _LibreDWG.dwg_object_to_BLOCKLOOKUPPARAMETER(obj)
14293
14294def dwg_object_to_BLOCKPARAMDEPENDENCYBODY(obj):
14295    return _LibreDWG.dwg_object_to_BLOCKPARAMDEPENDENCYBODY(obj)
14296
14297def dwg_object_to_BLOCKPOINTPARAMETER(obj):
14298    return _LibreDWG.dwg_object_to_BLOCKPOINTPARAMETER(obj)
14299
14300def dwg_object_to_BLOCKPOLARGRIP(obj):
14301    return _LibreDWG.dwg_object_to_BLOCKPOLARGRIP(obj)
14302
14303def dwg_object_to_BLOCKPOLARPARAMETER(obj):
14304    return _LibreDWG.dwg_object_to_BLOCKPOLARPARAMETER(obj)
14305
14306def dwg_object_to_BLOCKPOLARSTRETCHACTION(obj):
14307    return _LibreDWG.dwg_object_to_BLOCKPOLARSTRETCHACTION(obj)
14308
14309def dwg_object_to_BLOCKRADIALCONSTRAINTPARAMETER(obj):
14310    return _LibreDWG.dwg_object_to_BLOCKRADIALCONSTRAINTPARAMETER(obj)
14311
14312def dwg_object_to_BLOCKREPRESENTATION(obj):
14313    return _LibreDWG.dwg_object_to_BLOCKREPRESENTATION(obj)
14314
14315def dwg_object_to_BLOCKROTATIONPARAMETER(obj):
14316    return _LibreDWG.dwg_object_to_BLOCKROTATIONPARAMETER(obj)
14317
14318def dwg_object_to_BLOCKSTRETCHACTION(obj):
14319    return _LibreDWG.dwg_object_to_BLOCKSTRETCHACTION(obj)
14320
14321def dwg_object_to_BLOCKUSERPARAMETER(obj):
14322    return _LibreDWG.dwg_object_to_BLOCKUSERPARAMETER(obj)
14323
14324def dwg_object_to_BLOCKVERTICALCONSTRAINTPARAMETER(obj):
14325    return _LibreDWG.dwg_object_to_BLOCKVERTICALCONSTRAINTPARAMETER(obj)
14326
14327def dwg_object_to_BLOCKVISIBILITYPARAMETER(obj):
14328    return _LibreDWG.dwg_object_to_BLOCKVISIBILITYPARAMETER(obj)
14329
14330def dwg_object_to_BLOCKXYGRIP(obj):
14331    return _LibreDWG.dwg_object_to_BLOCKXYGRIP(obj)
14332
14333def dwg_object_to_BLOCKXYPARAMETER(obj):
14334    return _LibreDWG.dwg_object_to_BLOCKXYPARAMETER(obj)
14335
14336def dwg_object_to_DATALINK(obj):
14337    return _LibreDWG.dwg_object_to_DATALINK(obj)
14338
14339def dwg_object_to_DBCOLOR(obj):
14340    return _LibreDWG.dwg_object_to_DBCOLOR(obj)
14341
14342def dwg_object_to_EVALUATION_GRAPH(obj):
14343    return _LibreDWG.dwg_object_to_EVALUATION_GRAPH(obj)
14344
14345def dwg_object_to_FCFOBJECTCONTEXTDATA(obj):
14346    return _LibreDWG.dwg_object_to_FCFOBJECTCONTEXTDATA(obj)
14347
14348def dwg_object_to_GRADIENT_BACKGROUND(obj):
14349    return _LibreDWG.dwg_object_to_GRADIENT_BACKGROUND(obj)
14350
14351def dwg_object_to_GROUND_PLANE_BACKGROUND(obj):
14352    return _LibreDWG.dwg_object_to_GROUND_PLANE_BACKGROUND(obj)
14353
14354def dwg_object_to_IBL_BACKGROUND(obj):
14355    return _LibreDWG.dwg_object_to_IBL_BACKGROUND(obj)
14356
14357def dwg_object_to_IMAGE_BACKGROUND(obj):
14358    return _LibreDWG.dwg_object_to_IMAGE_BACKGROUND(obj)
14359
14360def dwg_object_to_LEADEROBJECTCONTEXTDATA(obj):
14361    return _LibreDWG.dwg_object_to_LEADEROBJECTCONTEXTDATA(obj)
14362
14363def dwg_object_to_LIGHTLIST(obj):
14364    return _LibreDWG.dwg_object_to_LIGHTLIST(obj)
14365
14366def dwg_object_to_MATERIAL(obj):
14367    return _LibreDWG.dwg_object_to_MATERIAL(obj)
14368
14369def dwg_object_to_MENTALRAYRENDERSETTINGS(obj):
14370    return _LibreDWG.dwg_object_to_MENTALRAYRENDERSETTINGS(obj)
14371
14372def dwg_object_to_MTEXTOBJECTCONTEXTDATA(obj):
14373    return _LibreDWG.dwg_object_to_MTEXTOBJECTCONTEXTDATA(obj)
14374
14375def dwg_object_to_OBJECT_PTR(obj):
14376    return _LibreDWG.dwg_object_to_OBJECT_PTR(obj)
14377
14378def dwg_object_to_PARTIAL_VIEWING_INDEX(obj):
14379    return _LibreDWG.dwg_object_to_PARTIAL_VIEWING_INDEX(obj)
14380
14381def dwg_object_to_POINTCLOUDCOLORMAP(obj):
14382    return _LibreDWG.dwg_object_to_POINTCLOUDCOLORMAP(obj)
14383
14384def dwg_object_to_POINTCLOUDDEF(obj):
14385    return _LibreDWG.dwg_object_to_POINTCLOUDDEF(obj)
14386
14387def dwg_object_to_POINTCLOUDDEFEX(obj):
14388    return _LibreDWG.dwg_object_to_POINTCLOUDDEFEX(obj)
14389
14390def dwg_object_to_POINTCLOUDDEF_REACTOR(obj):
14391    return _LibreDWG.dwg_object_to_POINTCLOUDDEF_REACTOR(obj)
14392
14393def dwg_object_to_POINTCLOUDDEF_REACTOR_EX(obj):
14394    return _LibreDWG.dwg_object_to_POINTCLOUDDEF_REACTOR_EX(obj)
14395
14396def dwg_object_to_PROXY_OBJECT(obj):
14397    return _LibreDWG.dwg_object_to_PROXY_OBJECT(obj)
14398
14399def dwg_object_to_RAPIDRTRENDERSETTINGS(obj):
14400    return _LibreDWG.dwg_object_to_RAPIDRTRENDERSETTINGS(obj)
14401
14402def dwg_object_to_RENDERENTRY(obj):
14403    return _LibreDWG.dwg_object_to_RENDERENTRY(obj)
14404
14405def dwg_object_to_RENDERENVIRONMENT(obj):
14406    return _LibreDWG.dwg_object_to_RENDERENVIRONMENT(obj)
14407
14408def dwg_object_to_RENDERGLOBAL(obj):
14409    return _LibreDWG.dwg_object_to_RENDERGLOBAL(obj)
14410
14411def dwg_object_to_RENDERSETTINGS(obj):
14412    return _LibreDWG.dwg_object_to_RENDERSETTINGS(obj)
14413
14414def dwg_object_to_SECTION_SETTINGS(obj):
14415    return _LibreDWG.dwg_object_to_SECTION_SETTINGS(obj)
14416
14417def dwg_object_to_SKYLIGHT_BACKGROUND(obj):
14418    return _LibreDWG.dwg_object_to_SKYLIGHT_BACKGROUND(obj)
14419
14420def dwg_object_to_SOLID_BACKGROUND(obj):
14421    return _LibreDWG.dwg_object_to_SOLID_BACKGROUND(obj)
14422
14423def dwg_object_to_SPATIAL_INDEX(obj):
14424    return _LibreDWG.dwg_object_to_SPATIAL_INDEX(obj)
14425
14426def dwg_object_to_SUN(obj):
14427    return _LibreDWG.dwg_object_to_SUN(obj)
14428
14429def dwg_object_to_TABLESTYLE(obj):
14430    return _LibreDWG.dwg_object_to_TABLESTYLE(obj)
14431
14432def dwg_object_to_TEXTOBJECTCONTEXTDATA(obj):
14433    return _LibreDWG.dwg_object_to_TEXTOBJECTCONTEXTDATA(obj)
14434
14435def dwg_object_to_ASSOCARRAYMODIFYPARAMETERS(obj):
14436    return _LibreDWG.dwg_object_to_ASSOCARRAYMODIFYPARAMETERS(obj)
14437
14438def dwg_object_to_ASSOCARRAYPATHPARAMETERS(obj):
14439    return _LibreDWG.dwg_object_to_ASSOCARRAYPATHPARAMETERS(obj)
14440
14441def dwg_object_to_ASSOCARRAYPOLARPARAMETERS(obj):
14442    return _LibreDWG.dwg_object_to_ASSOCARRAYPOLARPARAMETERS(obj)
14443
14444def dwg_object_to_ASSOCARRAYRECTANGULARPARAMETERS(obj):
14445    return _LibreDWG.dwg_object_to_ASSOCARRAYRECTANGULARPARAMETERS(obj)
14446
14447
14448