Release 20140214
Release Date: 14.2.2014
Change Log
SeparateHoles to separate inner holes as normal polygons, useful for some DRC,
InsertSlots into polygons and pathes, used to reduce layer stress in wide metal layers,
DensityFill to automatic fill area with low shape density,
user interface for ConvertToMesh,
- some additional feature moved to basic and reduced version,
- add new method to layer class: layer::red(), layer::green(), layer::blue(),
- add new method to cell class: cell::slotSelect(int slotWidth, int minSlotLength, int maxSlotLength, int edgeSpacing, int minSlotspacing ),
- add new method to drawingField class: drawingField::densityFill(int layer, double density, int shapeSpace, int minWidth, int minSpace, int frameSize),
- add new method to netListModule class: netListModule::void autoPlace(bool placeDigital,bool placeAnalog,int srLayer, int analogDistance),
- convertion double to int will round at 9th digit to avoid problems with limited resolution on double numbers,
- debugging to console possible on Linux and MAC,
CSV export supports 9 digits resolution,
Sizeadjust can now handle splitting of polygons coorectly when the sizeing eleminates a thin connections,