eryar 发表于 2014-10-23 19:00:18

IsoAlgo-Piping Isometric drawing generation Algorithms

IsoAlgo
=====

IsoAlgo是根据PCF自动生成DXF格式的管道轴测图的独立程序,有如下功能:
•自动生成材料表单;
•材料表单可自由配置;
•可自定义符号模板;
•可生成焊点信息;
•……

http://www.cppblog.com/images/cppblog_com/eryar/Windows-Live-Writer/IsoAlgo-GUI-Usage_12358/wps_clip_image-23820_2.png
Figure 1 Piping Isometric Drawings generated by IsoAlgo

http://www.cppblog.com/images/cppblog_com/eryar/Windows-Live-Writer/IsoAlgo-GUI-Usage_12358/wps_clip_image-15735_2.png
Figure 2 Piping Isometric Drawings generated by IsoAlgo

http://www.cppblog.com/images/cppblog_com/eryar/Windows-Live-Writer/IsoAlgo-GUI-Usage_12358/wps_clip_image-32629_thumb.png
Figure 3 Piping Isometric Drawings generated by IsoAlgo

IsoAlgo is not finish yet, any feedback or suggestion is welcome, please send email to the author: IsoAlgo@gmail.com or eryar@163.com.

For more information about IsoAlgo, please visit:
http://www.cppblog.com/eryar/category/20555.html
http://code.google.com/p/isoalgo/

uesoft 发表于 2014-10-24 11:30:41

祝贺eryar开发成功IsoAlgo。欢迎合作。

eryar 发表于 2014-10-26 17:49:29

本帖最后由 eryar 于 2014-10-26 17:50 编辑

uesoft 发表于 2014-10-24 11:30 static/image/common/back.gif
祝贺eryar开发成功IsoAlgo。欢迎合作。
:handshake 谢谢。

完成了大部分的主要功能:出图、尺寸标注、可配置的材料表;
效果还不错,还有些细节需要完善。

可从这儿下载试用:
http://www.cppblog.com/eryar/archive/2014/04/27/206729.html

uesoft 发表于 2014-10-26 21:40:01

欢迎用户下载、使用、反馈意见。

eryar 发表于 2014-10-27 18:23:27


欢迎下载使用,
从而不断完善IsoAlgo...

eryar 发表于 2015-10-18 15:03:06

IsoAlgo2.0 Preview

本帖最后由 eryar 于 2015-10-18 15:04 编辑

1. Use Qt for GUI and Visualization

http://www.cppblog.com/images/cppblog_com/eryar/Windows-Live-Writer/IsoAlgo2.0-Preview_127CD/wps_clip_image-20565_thumb.png

Use Qt to replace the Tcl/Tk for IsoAlgo GUI. Qt not only provides intuitive GUI, but also can visualize the IsoAlgo result directly. This is much more convenient to check the result isometric drawing than to open DXF every time(i.e. You can use the IsoAlgo to check the result directly without AutoCAD). It also very helpful for me to debug.

You can use mouse to zoom the canvas.

2. Refactoring code for reading the PCF

Refactor the PCF reader code for read all the piping components data, the previous versions maybe lost some unrecognized component data. This would generate more precise material list data even do not generate the isometric drawing.

3. Introduce NULL object pattern for Non-Category Item

If the SKEY of the component have not been defined in the symbol template library, this component is a non-category component, and its symbol will use a block instead.

If you found these kind of symbol in the isometric drawing, please check the SKEY of the component in the symbol template library by export all the symbols in the library.

http://www.cppblog.com/images/cppblog_com/eryar/Windows-Live-Writer/IsoAlgo2.0-Preview_127CD/wps_clip_image-31488_thumb.png

IsoAlgo 2.0 will release soon!

Any feedback is welcome, please send your suggestions to IsoAlgo@gmail.com or eryar@163.com .
页: [1]
查看完整版本: IsoAlgo-Piping Isometric drawing generation Algorithms