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

推荐订阅源

C
Check Point Blog
罗磊的独立博客
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
J
Java Code Geeks
WordPress大学
WordPress大学
大猫的无限游戏
大猫的无限游戏
Blog — PlanetScale
Blog — PlanetScale
F
Fortinet All Blogs
小众软件
小众软件
M
MIT News - Artificial intelligence
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
酷 壳 – CoolShell
酷 壳 – CoolShell
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
Y
Y Combinator Blog
Recorded Future
Recorded Future
量子位
美团技术团队
S
Security @ Cisco Blogs
G
Google Developers Blog
Cyberwarzone
Cyberwarzone
C
Cybersecurity and Infrastructure Security Agency CISA
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
D
Docker
S
Schneier on Security
T
Tor Project blog
阮一峰的网络日志
阮一峰的网络日志
T
Threatpost
P
Privacy & Cybersecurity Law Blog
C
Cisco Blogs
L
Lohrmann on Cybersecurity
NISL@THU
NISL@THU
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
The Exploit Database - CXSecurity.com
A
Arctic Wolf
I
Intezer
Latest news
Latest news
Martin Fowler
Martin Fowler
G
GRAHAM CLULEY
B
Blog
V
Vulnerabilities – Threatpost
The Register - Security
The Register - Security
S
Securelist
T
Tenable Blog

博客园 - OpenCASCADE

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

IsoAlgo简介

IsoAlgo是图核科技公司自主研发的管道轴测图引擎piping Isometric drawing generation Algorithms的简称,读作ISO阿狗爱狗。IsoAlgo可以通过读取IDF/PCF文件生成管道ISO图纸DXF文件及材料表和焊点表等。
image
管道轴测图(单线图、ISO图)作为三维管道设计软件的最终交付物之一,自动生成管道ISO图是三维管道设计软件PipeCAD等的关键支持功能。IsoAlgo引擎兼容国际标杆ISOGEN的图形符号,全面支持IDF/PCF管道数据文件,内置高效的布局算法,攻克分图难题,提供丰富的配置选项,可以根据用户出图风格定制不同的出图样式。一键出图,出图速度快。
image

IsoAlgo 使用说明

为了方便用户使用IsoAlgo,提供一个简单的用户界面如下图所示:
image

IsoAlgo用户界面的使用总共分为三步:

  • 设置选项文件:点击Set Option File按钮,选择IsoAlgo配置文件;
  • 设置管道文件:点击Set Piping File按钮,选择要出图的PCF/IDF文件;
  • 生成轴测图:点击Generate ISO按钮,生成管道ISO图。

如果想使用IsoAlgoCmd更多功能,可以使用命令行。通过输入运行参数IsoAlgoCmd -h显示程序用法如下:

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

  -p, --pipe Sample.pcf   PCF/IDF pipe data 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

相关命令参数说明如下:

  • -p/--pipe: 指定PCF/IDF文件名;
  • -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 -p SampleIso.idf

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

image

IsoAlgo 免费下载

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

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

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