File: index.rst

package info (click to toggle)
ezdxf 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104,528 kB
  • sloc: python: 182,341; makefile: 116; lisp: 20; ansic: 4
file content (75 lines) | stat: -rw-r--r-- 1,253 bytes parent folder | download
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
.. _tasks:

Tasks
=====

These topics provide brief overviews of how to complete specific tasks, but they're not 
comprehensive tutorials.  For a deeper understanding, explore the beginner's guide, 
explanations of basic concepts, in-depth tutorials, the reference guide, example code, 
and even the source code itself.

Add Data
--------

.. toctree::
    :maxdepth: 2

    add_dxf_entities
    add_layouts
    add_blockrefs
    add_resources
    add_custom_data

Query Data
----------

.. toctree::
    :maxdepth: 2

    query
    groupby
    select
    get_entity_type
    get_dxf_attributes
    get_entity_content
    get_extended_data
    get_layouts

Modify Data
-----------

.. toctree::
    :maxdepth: 2

    modify_dxf_attributes
    modify_resources
    modify_entity_geometry
    transform_entities_and_layouts
    copy_move_entities
    modify_block_references
    modify_entity_content
    modify_header_variables
    modify_extended_data

Delete Data
-----------

.. toctree::
    :maxdepth: 2

    delete_dxf_attributes
    delete_dxf_entities
    delete_resources
    delete_layouts
    delete_extended_data


Explode Entities
----------------

.. toctree::
    :maxdepth: 2

    explode_entities
    explode_blocks
    flatten_entities