File: point.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 (14 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. module:: ezdxf.render.point

Point Rendering
===============

Helper function to render :class:`~ezdxf.entities.Point` entities as DXF
primitives.

.. autofunction:: virtual_entities

.. seealso::

    Go to :class:`ezdxf.entities.Point` class documentation for more information
    about POINT styling modes.