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/
祝贺eryar开发成功isoalgo。欢迎合作。 本帖最后由 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 欢迎用户下载、使用、反馈意见。
欢迎下载使用,
从而不断完善isoalgo...
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]