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

推荐订阅源

Google DeepMind News
Google DeepMind News
Attack and Defense Labs
Attack and Defense Labs
GbyAI
GbyAI
月光博客
月光博客
Recent Announcements
Recent Announcements
云风的 BLOG
云风的 BLOG
F
Full Disclosure
宝玉的分享
宝玉的分享
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
博客园 - Franky
V
V2EX
Recorded Future
Recorded Future
WordPress大学
WordPress大学
小众软件
小众软件
Webroot Blog
Webroot Blog
雷峰网
雷峰网
Vercel News
Vercel News
N
News and Events Feed by Topic
PCI Perspectives
PCI Perspectives
Cyberwarzone
Cyberwarzone
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
W
WeLiveSecurity
S
Schneier on Security
博客园 - 三生石上(FineUI控件)
K
Kaspersky official blog
F
Fortinet All Blogs
Security Archives - TechRepublic
Security Archives - TechRepublic
Spread Privacy
Spread Privacy
博客园 - 叶小钗
罗磊的独立博客
D
Docker
Forbes - Security
Forbes - Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The Register - Security
The Register - Security
A
About on SuperTechFans
B
Blog RSS Feed
I
InfoQ
T
Tailwind CSS Blog
G
Google Developers Blog
H
Help Net Security
V
Vulnerabilities – Threatpost
AWS News Blog
AWS News Blog
N
News and Events Feed by Topic
M
MIT News - Artificial intelligence
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
P
Proofpoint News Feed
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
MyScale Blog
MyScale Blog
Latest news
Latest news

博客园 - 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