惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
T
Threat Research - Cisco Blogs
GbyAI
GbyAI
Y
Y Combinator Blog
美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
S
SegmentFault 最新的问题
IT之家
IT之家
Recent Announcements
Recent Announcements
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
阮一峰的网络日志
阮一峰的网络日志
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
WordPress大学
WordPress大学
博客园 - Franky
L
LangChain Blog
人人都是产品经理
人人都是产品经理
小众软件
小众软件
博客园 - 叶小钗
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
雷峰网
雷峰网
腾讯CDC
Google DeepMind News
Google DeepMind News
博客园 - 三生石上(FineUI控件)
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Help Net Security
Help Net Security
C
Check Point Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
N
News and Events Feed by Topic
V2EX - 技术
V2EX - 技术
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Schneier on Security
Schneier on Security
博客园 - 聂微东
A
Arctic Wolf
H
Heimdal Security Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
The Exploit Database - CXSecurity.com
C
Cyber Attacks, Cyber Crime and Cyber Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Google DeepMind News
Google DeepMind News

博客园 - OpenCASCADE

管道轴测图引擎IsoAlgo-坡度管标注 武汉图核科技网址:whtuhe.cn 使用IsoAlgo在Solidworks中生成管道单线图 管道设计效率低?NX+IsoAlgo一键生成单线图 管道轴测图引擎IsoAlgo-1.0版本发布 IsoAlgo管道轴测图引擎-导出PDF IsoAlgo管道轴测图引擎-保温伴热 IsoAlgo管道轴测图引擎用户界面 IsoAlgo管道轴测图引擎全新升级 PlantAssistant-导出Excel PlantAssistant-提升VUE性能 PlantAssistant-轻松浏览1G的RVM PlantAssistant-0.1.16 发布啦 IsoAlgo管道轴测图引擎获颁软件著作权 PlantAssistant-保温层处理 PlantAssistant-隐藏焊点 SP3D 自动切图标注系统 PlantAssistant-管道数据文件PCF 从RvmTranslator到PlantAssistant
管道轴测图引擎IsoAlgo-1.0-beta免费使用
OpenCASCADE · 2026-01-16 · via 博客园 - OpenCASCADE

管道轴测图引擎IsoAlgo-1.0-beta版本正式发布啦!昨天晚上沐浴更衣,就像正月初一,伊斯兰的开斋节,还有唐伯虎大战夺命书生之前还抽了点时间洗了个澡换了套衣衣服,来表达对IsoAlgo这个版本的重视。

IsoAlgo简介

IsoAlgo是图核科技公司自主研发的管道轴测图引擎piping Isometric drawing generation Algorithms的简称,读作ISO阿狗爱狗。IsoAlgo可以通过读取IDF/PCF文件生成管道ISO图纸DXF文件及材料表和焊点表等。

IsoAlgo
IsoAlgo - Piping Isometric drawing generation Algorithm

管道轴测图(单线图、ISO图)作为三维管道设计软件的最终交付物之一,自动生成管道ISO图是三维管道设计软件PipeCAD等的关键支持功能。IsoAlgo引擎兼容国际标杆ISOGEN的图形符号,全面支持IDF/PCF管道数据文件,内置高效的布局算法,攻克分图难题,提供丰富的配置选项,可以根据用户出图风格定制不同的出图样式。一键出图,出图速度快。
IsoAlgo Sample

IsoAlgo 使用说明

为了方便用户使用IsoAlgo,提供命令行可执行程序IsoAlgoCmd,也方便其他程序后台调用IsoAlgo:

========================================================
 ###                     #
  #    ####    ####     # #    #        ####    ####
  #   #       #    #   #   #   #       #    #  #    #
  #    ####   #    #  #     #  #       #       #    #
  #        #  #    #  #######  #       #  ###  #    #
  #   #    #  #    #  #     #  #       #    #  #    #
 ###   ####    ####   #     #  ######   ####    ####
========================================================
IsoAlgo - Piping Isometric drawing generation Algorithm.
Usage:
  IsoAlgoCmd [OPTION...]

  -i, --idf Sample.idf    IDF file name
  -p, --pcf Sample.pcf    PCF file name
  -o, --opt IsoAlgo.opt   Option file name
  -f, --frame A2.dxf      DWG frame file name
  -m, --merge Sample.dxf  Merged DWG file name
  -v, --version           IsoAlgo version info
  -h, --help              Print usage

相关命令参数说明如下:

  • -i/--idf: 指定IDF文件名;
  • -p/--pcf: 指定PCF文件名;
  • -o/--opt: 指定出图配置文件名;
  • -f/--frame: 指定图框DXF文件名;
  • -m/--merge:指定需要合并的图纸DXF文件名;
  • -v/--version: 显示IsoAlgo版本信息;
  • -h/--help: 显示程序帮助信息。

注意:在指定相关文件名时,是包含路径的文件全名,最好不要有中文和空格。包括程序目录最好也是解压到没有空格和中文的文件夹中。

在下载的程序中有个IsoAlgo.bat示例批处理文件,使用记事本工具打开这个文件:

rem 指定配置选项文件和PCF文件生成管道ISO图
IsoAlgoCmd -o %~dp0IsoAlgo.opt -p SampleIso.pcf

rem Generate isometric drawing from IDF file SampleIso.idf.
IsoAlgoCmd -o %~dp0IsoAlgo.opt -i SampleIso.idf

rem 将图框文件A2.dxf合并到图纸SampleIso.dxf文件中.
IsoAlgoCmd -f A2.dxf -m SampleIso.dxf

通过双击批处理文件IsoAlgo.bat来快速运行程序,具体使用可以看看这个操作视频:

https://www.bilibili.com/video/BV1BKr2BFESe/?share_source=copy_web&vd_source=d03620076b23987caca5c688dc323763

关于出图配置文件的详细信息可以查看程序目录中的帮助文档。

IsoAlgo 免费下载

好软件是用出来的,IsoAlgo对个人用户免费开放,让更多人可以使用。除了不能定制图框,其他功能都是一致的。

IsoAlgo 专业版 个人版
PCF出图 ✔️ ✔️
IDF出图 ✔️ ✔️
图面配置 ✔️ ✔️
尺寸标注 ✔️ ✔️
件号标注 ✔️ ✔️
材料表配置 ✔️ ✔️
导出材料表 ✔️ ✔️
导出焊点表 ✔️ ✔️
图框配置 ✔️ 系统内置

加入PipeCAD QQ交流群 964851855,在群文件中的[软件产品]目录下载IsoAlgo-1.0-beta:

PipeCAD QQ

也欢迎大家关注我们的公众号,及时了解软件相关动态: