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

推荐订阅源

The Last Watchdog
The Last Watchdog
S
Securelist
T
Threat Research - Cisco Blogs
Forbes - Security
Forbes - Security
AI
AI
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Attack and Defense Labs
Attack and Defense Labs
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Know Your Adversary
Know Your Adversary
P
Privacy International News Feed
W
WeLiveSecurity
P
Palo Alto Networks Blog
O
OpenAI News
V2EX - 技术
V2EX - 技术
H
Heimdal Security Blog
L
Lohrmann on Cybersecurity
NISL@THU
NISL@THU
T
Tor Project blog
T
Threatpost
G
GRAHAM CLULEY
T
The Exploit Database - CXSecurity.com
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
A
Arctic Wolf
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Latest news
Latest news
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Tenable Blog
量子位
L
LINUX DO - 最新话题
Webroot Blog
Webroot Blog
F
Fortinet All Blogs
C
CERT Recently Published Vulnerability Notes
Hacker News: Ask HN
Hacker News: Ask HN
U
Unit 42
T
Tailwind CSS Blog
WordPress大学
WordPress大学
N
News | PayPal Newsroom
C
CXSECURITY Database RSS Feed - CXSecurity.com
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Stack Overflow Blog
Stack Overflow Blog
Cloudbric
Cloudbric
C
Check Point Blog
V
Visual Studio Blog
The GitHub Blog
The GitHub Blog
The Hacker News
The Hacker News
B
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