找回密码 注册 QQ登录
一站式解决方案

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 20457|回复: 22
打印 上一主题 下一主题

[原创] 批量删除层名源代码示例

[复制链接]
跳转到指定楼层
1
发表于 2009-3-6 19:34:16 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多同行朋友,交流,分享,学习。

您需要 登录 才可以下载或查看,没有帐号?注册

x
代码如下:

  1. STRING/CATIG(80)
  2. INEXTN/12
  3. L10:
  4.        CATIG=NEXTN/IFEND,END:
  5.        CATD/CATIG
  6.        JUMP/L10:
  7. END:
  8. HALT
复制代码

本帖最后由 -KASA- 于 2009-3-25 20:01 编辑
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2009-3-6 19:42:13 | 只看该作者
1# -KASA-

刚试了下,有点小问题,这是完善后的代码:

  1. STRING/CATIG(80)
  2. INEXTN/12
  3. L10:
  4.        CATIG=NEXTN/IFEND,END:
  5.        IF/CATIG=='ALL',JUMP/L10:
  6.        CATD/CATIG
  7.        JUMP/L10:
  8. END:
  9.         MESSG/'删除完毕!'
  10. HALT
复制代码
源文件如下:
3
发表于 2009-3-6 19:46:40 | 只看该作者
本帖最后由 -KASA- 于 2009-3-6 19:48 编辑

占位
4
发表于 2009-3-7 18:48:07 | 只看该作者
怎么样才能实现从层至层的删除
5
发表于 2009-3-10 07:47:45 | 只看该作者
好,谢谢,十分。
6
发表于 2009-3-10 19:55:09 | 只看该作者
catv是怎么用的
7
发表于 2009-3-11 09:15:08 | 只看该作者
6# jiayuliao

这里是doc中的原文:希望对你有帮助。
Query Category
Synopsis
CATV/'name'[,LAYER,layers,CNT,count][,DESCR,'description'][,IFERR,label:]

Description
Allows you to query the layers and the description in a category.

Parameters
Parameter
Description

'name'
The name of the existing category to query.

LAYER
Minor word which indicates that you want to verify the layers.

layers
The layers in the category are returned in this numeric array. This array should be large enough to hold the layers in the category.

CNT
Minor word which indicates the following number variable is the return area for the number of layers in the category.

count
Numerical return value which holds the actual count of layers in the category.

DESCR
Minor word indicates that you want to verify the description.

'description'
A return area for the description string which can consist of up to 80 characters.

IFERR,label:
Specifies a label to which program execution jumps if an error occurs
8
发表于 2009-3-11 20:14:50 | 只看该作者
number/n
CATV/'name',200,200,CNT,n,IFERR,trm:
print/n
trm:
   halt
这样错在哪里?
9
发表于 2009-3-12 09:14:17 | 只看该作者
你还未完全理解doc中的代码格式,像下面的:
CATV/'name'[,LAYER,layers,CNT,count][,DESCR,'description'][,IFERR,label:]
变成你自己的代码应该是这样:
NUMBER / ly(256)
CATV/'name',LAYER,ly,CNT,n,IFERR,end:
10
发表于 2009-3-12 20:32:00 | 只看该作者
怎么样才能实现从层至层的删除层名,
比如,我要删除5至15层的层名,中间可能第10层没有命名的
请楼主指点
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-12-26 20:22 , Processed in 0.027829 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表