File: Copying%20Undocumented%20Entities.md

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 (9 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
- Copying is the basic requirement for importing entities by the `xref` module.
- What are the requirements to support copying of undocumented entities?
	- Pointer tags can be identified by their tag type
		- Targets of hard pointers have to be registered for copying
		- Soft pointers have to be mapped to copied entities
	- `CLASS` entries in the `CLASSES` section have to be copied
	- The handling of pointer tags in the `XDATA` section of entities could be a template.
- see also:
	- [[Copying Unsupported Entities]]