登录
首页 » 其他项目 » catia Script generated in VB. Very usefull for catia users. This Macro Scans a P...

catia Script generated in VB. Very usefull for catia users. This Macro Scans a P...

于 2023-05-29 发布 文件大小:909.00 B
0 174
下载积分: 2 下载次数: 1

代码说明:

catia Script generated in VB. Very usefull for catia users. This Macro Scans a Product Structure for deactivated (useless) elements. Once a deactivated Part is found, it s activated intermediately for a remove operation following immediately. This action done by the Macro cannot be undone in some cases.-catia Script generated in VB. Very usefull for catia users. This Macro Scans a Product Structure for deactivated (useless) elements. Once a deactivated Part is found, it s activated intermediately for a remove operation following immediately. This action done by the Macro cannot be undone in some cases.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这个是不是很复杂的Xml操作的例子,可以供大家学习和使用!...
    这个是不是很复杂的Xml操作的例子,可以供大家学习和使用!-This is not a very complicated operation Xml example, everyone can learn and use!
    2022-08-26 12:24:52下载
    积分:1
  • opnet wireless system simulation process, 802.16 qos on the part of simulation c...
    opnet process 无线系统仿真,有关802.16 qos的部分模块仿真代码-opnet wireless system simulation process, 802.16 qos on the part of simulation code module
    2022-05-12 15:19:02下载
    积分:1
  • The production of statistics commonly used in source code, with a commonly used...
    统计制作中常用的源代码,具有统计常用数据表功能-The production of statistics commonly used in source code, with a commonly used statistical data table function
    2022-05-24 14:10:06下载
    积分:1
  • SYFramework
    应用背景 SYFramework 此框架是泷涯自用,有的地方类似Yii 此项目基于Apache License 2.0开源 环境需求 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-12 05:07:03下载
    积分:1
  • 8139卡驱动程序和一个简单的收发器数据源代码
    8139网卡dos实模式驱动及简单收发数据源代码-8139 card dos real mode drivers and a simple transceiver data source code
    2022-03-17 06:07:37下载
    积分:1
  • 不错的五子棋游戏源码,对于Vc++ MFC的学习很有帮助哦
    不错的五子棋游戏源码,对于Vc++ MFC的学习很有帮助哦-good source of 331 games, Vc MFC very helpful oh
    2023-07-27 23:30:03下载
    积分:1
  • 2022-10-25 00:10:03下载
    积分:1
  • CoStream 无缓存 Pipe Stream
    翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在  XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream(); static string outpath; static void Main(string[] args) { // ... XmlDocument doc = new XmlDocument(); doc.Load(args[0]); outpath = args[1]; var reading_thread = new Thread(ReaderBody); reading_thread.Start(); using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true })) doc.Save(pipe); reading_thre
    2022-03-17 17:34:17下载
    积分:1
  • linkeslist卡耐基
    linkeslist icarnegie
    2022-09-08 02:50:02下载
    积分:1
  • 微软VC++开发的IDE(集成开发环境),在
    VC++是微软公司开发的一个IDE(集成开发环境),换句话说,就是使用c++的一个开发平台.有些软件就是这个编出来的-Microsoft VC++ is a development IDE (integrated development environment), in other words, is to use a c++ development platform. Some software is made by the
    2022-06-14 22:09:54下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载