1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563
|
MultiLeader
===========
.. module:: ezdxf.entities
:noindex:
The MULTILEADER entity (`DXF Reference`_) represents one or more leaders,
made up of one or more vertices (or spline fit points) and an arrowhead.
In contrast to the :class:`Leader` entity the text- or block content is part of
the MULTILEADER entity.
AutoCAD, BricsCAD and maybe other CAD applications do accept "MLEADER" as
type string but they always create entities with "MULTILEADER" as type
string.
Because of the complexity of the MULTILEADER entity, the usage of factory methods to
create new entities by special builder classes is recommended:
- :meth:`~ezdxf.layouts.BaseLayout.add_multileader_mtext` returns a new
:class:`~ezdxf.render.MultiLeaderMTextBuilder` instance
- :meth:`~ezdxf.layouts.BaseLayout.add_multileader_block` returns a new
:class:`~ezdxf.render.MultiLeaderBlockBuilder` instance
The visual design is based on an associated :class:`~ezdxf.entities.MLeaderStyle`,
but almost all attributes are also stored in the MULTILEADER entity itself.
The attribute :attr:`MultiLeader.dxf.property_override_flags` should indicate
which MLEADERSTYLE attributes are overridden by MULTILEADER attributes,
but these flags do not always reflect the state of overridden attributes.
The `ezdxf` MULTILEADER renderer uses always the attributes from
the MULTILEADER entity and ignores the override flags.
All vertices are WCS coordinates, even those for BLOCK entities which are OCS
coordinates for regular usage.
.. seealso::
- :class:`ezdxf.entities.MLeaderStyle`
- :class:`ezdxf.render.MultiLeaderBuilder`
- :ref:`tut_mleader`
- :ref:`MLEADER Internals`
======================== ==========================================
Subclass of :class:`ezdxf.entities.DXFGraphic`
DXF type ``'MULTILEADER'``
Factory functions - :meth:`ezdxf.layouts.BaseLayout.add_multileader_mtext`
- :meth:`ezdxf.layouts.BaseLayout.add_multileader_block`
Inherited DXF attributes :ref:`Common graphical DXF attributes`
Required DXF version DXF R2000 (``'AC1015'``)
======================== ==========================================
.. _DXF Reference: https://help.autodesk.com/view/OARX/2018/ENU/?guid=GUID-72D20B8C-0F5E-4993-BEB7-0FCF94F32BE0
.. class:: MultiLeader
.. attribute:: dxf.arrow_head_handle
handle of the arrow head, see also :mod:`ezdxf.render.arrows` module,
"closed filled" arrow if not set
.. attribute:: dxf.arrow_head_size
arrow head size in drawing units
.. attribute:: dxf.block_color
block color as :term:`raw-color` value, default is BY_BLOCK_RAW_VALUE
.. attribute:: dxf.block_connection_type
=== ================
0 center extents
1 insertion point
=== ================
.. attribute:: dxf.block_record_handle
handle to block record of the BLOCK content
.. attribute:: dxf.block_rotation
BLOCK rotation in radians
.. attribute:: dxf.block_scale_vector
:class:`Vec3` object which stores the scaling factors for the x-, y-
and z-axis
.. attribute:: dxf.content_type
=== =========
0 none
1 BLOCK
2 MTEXT
3 TOLERANCE
=== =========
.. attribute:: dxf.dogleg_length
dogleg length in drawing units
.. attribute:: dxf.has_dogleg
.. attribute:: dxf.has_landing
.. attribute:: dxf.has_text_frame
.. attribute:: dxf.is_annotative
.. attribute:: dxf.is_text_direction_negative
.. attribute:: dxf.leader_extend_to_text
.. attribute:: dxf.leader_line_color
leader line color as :term:`raw-color` value
.. attribute:: dxf.leader_linetype_handle
handle of the leader linetype, "CONTINUOUS" if not set
.. attribute:: dxf.leader_lineweight
.. attribute:: dxf.leader_type
=== ====================
0 invisible
1 straight line leader
2 spline leader
=== ====================
.. attribute:: dxf.property_override_flags
Each bit shows if the MLEADERSTYLE is overridden by the value in the
MULTILEADER entity, but this is not always the case for all values,
it seems to be save to always use the value from the MULTILEADER entity.
.. attribute:: dxf.scale
overall scaling factor
.. attribute:: dxf.style_handle
handle to the associated MLEADERSTYLE object
.. attribute:: dxf.text_IPE_align
unknown meaning
.. attribute:: dxf.text_alignment_type
unknown meaning - its not the MTEXT attachment point!
.. attribute:: dxf.text_angle_type
=== =======================================================
0 text angle is equal to last leader line segment angle
1 text is horizontal
2 text angle is equal to last leader line segment angle, but potentially
rotated by 180 degrees so the right side is up for readability.
=== =======================================================
.. attribute:: dxf.text_attachment_direction
defines whether the leaders attach to the left & right of the content
BLOCK/MTEXT or attach to the top & bottom:
=== =====================================
0 horizontal - left & right of content
1 vertical - top & bottom of content
=== =====================================
.. attribute:: dxf.text_attachment_point
MTEXT attachment point
=== =============
1 top left
2 top center
3 top right
=== =============
.. attribute:: dxf.text_bottom_attachment_type
=== ===============================
9 center
10 overline and center
=== ===============================
.. attribute:: dxf.text_color
MTEXT color as :term:`raw-color` value
.. attribute:: dxf.text_left_attachment_type
=== ========================================================
0 top of top MTEXT line
1 middle of top MTEXT line
2 middle of whole MTEXT
3 middle of bottom MTEXT line
4 bottom of bottom MTEXT line
5 bottom of bottom MTEXT line & underline bottom MTEXT line
6 bottom of top MTEXT line & underline top MTEXT line
7 bottom of top MTEXT line
8 bottom of top MTEXT line & underline all MTEXT lines
=== ========================================================
.. attribute:: dxf.text_right_attachment_type
=== ========================================================
0 top of top MTEXT line
1 middle of top MTEXT line
2 middle of whole MTEXT
3 middle of bottom MTEXT line
4 bottom of bottom MTEXT line
5 bottom of bottom MTEXT line & underline bottom MTEXT line
6 bottom of top MTEXT line & underline top MTEXT line
7 bottom of top MTEXT line
8 bottom of top MTEXT line & underline all MTEXT lines
=== ========================================================
.. attribute:: dxf.text_style_handle
handle of the MTEXT text style, "Standard" if not set
.. attribute:: dxf.text_top_attachment_type
=== ===============================
9 center
10 overline and center
=== ===============================
.. attribute:: dxf.version
always 2?
.. attribute:: context
:class:`MLeaderContext` instance
.. attribute:: arrow_heads
list of :class:`ArrowHeadData`
.. attribute:: block_attribs
list of :class:`AttribData`
.. autoproperty:: has_mtext_content
.. automethod:: get_mtext_content
.. automethod:: set_mtext_content
.. autoproperty:: has_block_content
.. automethod:: get_block_content
.. automethod:: set_block_content
.. automethod:: virtual_entities
.. automethod:: explode
.. automethod:: transform
.. class:: MLeaderContext
.. attribute:: leaders
list of :class:`LeaderData` objects
.. attribute:: scale
redundant data: :attr:`MultiLeader.dxf.scale`
.. attribute:: base_point
insert location as :class:`Vec3` of the MTEXT or the BLOCK entity?
.. attribute:: char_height
MTEXT char height, already scaled
.. attribute:: arrow_head_size
redundant data: :attr:`MultiLeader.dxf.arrow_head_size`
.. attribute:: landing_gap_size
.. attribute:: left_attachment
redundant data: :attr:`MultiLeader.dxf.text_left_attachment_type`
.. attribute:: right_attachment
redundant data: :attr:`MultiLeader.dxf.text_right_attachment_type`
.. attribute:: text_align_type
redundant data: :attr:`MultiLeader.dxf.text_attachment_point`
.. attribute:: attachment_type
BLOCK alignment?
=== ===============
0 content extents
1 insertion point
=== ===============
.. attribute:: mtext
instance of :class:`MTextData` if content is MTEXT otherwise ``None``
.. attribute:: block
instance of :class:`BlockData` if content is BLOCK otherwise ``None``
.. attribute:: plane_origin
:class:`Vec3`
.. attribute:: plane_x_axis
:class:`Vec3`
.. attribute:: plane_y_axis
:class:`Vec3`
.. attribute:: plane_normal_reversed
the plan normal is x-axis "cross" y-axis (right-hand-rule), this flag
indicates to invert this plan normal
.. attribute:: top_attachment
redundant data: :attr:`MultiLeader.dxf.text_top_attachment_type`
.. attribute:: bottom_attachment
redundant data: :attr:`MultiLeader.dxf.text_bottom_attachment_type`
.. class:: LeaderData
.. attribute:: lines
list of :class:`LeaderLine`
.. attribute:: has_last_leader_line
unknown meaning
.. attribute:: has_dogleg_vector
.. attribute:: last_leader_point
WCS point as :class:`Vec3`
.. attribute:: dogleg_vector
WCS direction as :class:`Vec3`
.. attribute:: dogleg_length
redundant data: :attr:`MultiLeader.dxf.dogleg_length`
.. attribute:: index
leader index?
.. attribute:: attachment_direction
redundant data: :attr:`MultiLeader.dxf.text_attachment_direction`
.. attribute:: breaks
list of break vertices as :class:`Vec3` objects
.. class:: LeaderLine
.. attribute:: vertices
list of WCS coordinates as :class:`Vec3`
.. attribute:: breaks
mixed list of mixed integer indices and break coordinates
or ``None`` leader lines without breaks in it
.. attribute:: index
leader line index?
.. attribute:: color
leader line color override, ignore override value if BY_BLOCK_RAW_VALUE
.. class:: ArrowHeadData
.. attribute:: index
arrow head index?
.. attribute:: handle
handle to arrow head block
.. class:: AttribData
.. attribute:: handle
handle to :class:`Attdef` entity in the BLOCK definition
.. attribute:: index
unknown meaning
.. attribute:: width
text width factor?
.. attribute:: text
:class:`Attrib` content
.. class:: MTextData
stores the content and attributes of the MTEXT entity
.. attribute:: default_content
content as string
.. attribute:: extrusion
extrusion vector of the MTEXT entity but MTEXT is not an OCS entity!
.. attribute:: style_handle
redundant data: :attr:`MultiLeader.dxf.text_style_handle`
.. attribute:: insert
insert location in WCS coordinates, same as
:attr:`MLeaderContext.base_point`?
.. attribute:: text_direction
"horizontal" text direction vector in WCS
.. attribute:: rotation
rotation angle in radians (!) around the extrusion vector, calculated
as it were an OCS entity
.. attribute:: width
unscaled column width
.. attribute:: defined_height
unscaled defined column height
.. attribute:: line_spacing_factor
see :attr:`MText.dxf.line_spacing_factor`
.. attribute:: line_spacing_style
see :attr:`MText.dxf.line_spacing_style`
.. attribute:: color
redundant data: :attr:`MultiLeader.dxf.text_color`
.. attribute:: alignment
redundant data: :attr:`MultiLeader.dxf.text_attachment_point`
.. attribute:: flow_direction
=== ==================
1 horizontal
3 vertical
6 by text style
=== ==================
.. attribute:: bg_color
background color as :term:`raw-color` value
.. attribute:: bg_scale_factor
see :attr:`MText.dxf.box_fill_scale`
.. attribute:: bg_transparency
background transparency value
.. attribute:: use_window_bg_color
.. attribute:: has_bg_fill
.. attribute:: column_type
unknown meaning - most likely:
=== ========
0 none
1 static
2 dynamic
=== ========
.. attribute:: use_auto_height
.. attribute:: column_width
unscaled column width, redundant data :attr:`width`
.. attribute:: column_gutter_width
unscaled column gutter width
.. attribute:: column_flow_reversed
.. attribute:: column_sizes
list of unscaled columns heights for dynamic column with manual heights
.. attribute:: use_word_break
.. class:: BlockData
stores the attributes for the :class:`Insert` entity
.. attribute:: block_record_handle
redundant data: :attr:`MultiLeader.dxf.block_record_handle`
.. attribute:: extrusion
extrusion vector in WCS
.. attribute:: insert
insertion location in WCS as :class:`Vec3`, same as
:attr:`MLeaderContext.base_point`?
.. attribute:: scale
redundant data: :attr:`MultiLeader.dxf.block_scale_vector`
.. attribute:: rotation
redundant data: :attr:`MultiLeader.dxf.block_rotation`
.. attribute:: color
redundant data: :attr:`MultiLeader.dxf.block_color`
|