+--------------------------------------------------+
| FEATURES / REMARKS |
+--------------------------------------------------+
- Supported entities: 3DFACE, ARC, CIRCLE, ELLIPSE,
LINE, LWPOLYLINE, POINT, POLYLINE, SOLID, TEXT,
TRACE, DIMENSION, MTEXT and XLINE
- Supported attributes: ASCII- and binary files,
blocks, layers, extrusion, coloring, line types
and paper and model space
- Unsupported features of supported entities:
* (LW)POLYLINE: Line type scales and some kinds
of splines
* MTEXT: Some control codes in the text (e. g.
text alignment)
+--------------------------------------------------+
| CHANGE LOG |
+--------------------------------------------------+
[2015-11-10] Version 1.08 => 1.10
- API changed slightly, simplified datamodel
[2014-07-13] Version 1.07 => 1.08
- Resolved performance bottleneck while processing blocks
[2012-09-18] Version 1.06 => 1.07
- Support for group code 60 added (visibility)
[2012-04-04] Version 1.05 => 1.06
- CADImportInterface extended by "importURL(URL)"
Version 1.04 => 1.05
- Performance optimization of polylines
(POLYFACE_MESH)
Version 1.03 => 1.04
- Check for empty file
Version 1.02 => 1.03
- LWPOLYLINE: Set ARC segments from 10 degrees to 3
degrees to get a more smooth arc
Version 1.01 => 1.02
- Moved common used classes (like interface) to
RaidaCADAdapter.jar
Version 1.00 => 1.01
- DXFLoader-API: Method getEntities() changed:
Returns a list of EntityContainer classes
(supporting wireframe and shading representations)
- VIEWPORT: Coordinates are not registered for the
extreme values
- MTEXT: Added support for extrusion (#39)
- SOLID / TRACE: Removed redundand faces while
shading
- BLOCK: Missing BLOCK sections lead to an error
when trying to insert something
- More load log messages
Version 1.00
- Initial version