10 2021 档案

摘要:1.查询长宽高有小数的体 1 Imports System 2 Imports NXOpen 3 Imports NXOpen.UF 4 Imports NXOpen.UF.UFConstants 5 Module NXHole 6 Dim theSession As NXOpen.Session 阅读全文
posted @ 2021-10-18 14:25 KingMAX(没事杀杀毒) 阅读(446) 评论(0) 推荐(0)
摘要:1.体底面打三孔 AskBodyFaces 通过实体的Tag得到其全部面的TagAskFaceData 通过面的Tag得到其中心点、类型、方向、等...CreateSimpleHole 创建简单孔CreateList 创建链表AskListCount 得到链表中元素数量PutListItem 向链表 阅读全文
posted @ 2021-10-16 11:52 KingMAX(没事杀杀毒) 阅读(827) 评论(0) 推荐(0)
摘要:1.一键去参 1 Imports NXOpen 2 Imports NXOpen.UF 3 Imports NXOpen.UF.UFConstants 4 Imports NXOpen.Utilities 5 Imports NXOpen.UF.UFModl 6 Module NXRemovePar 阅读全文
posted @ 2021-10-13 13:26 KingMAX(没事杀杀毒) 阅读(433) 评论(0) 推荐(0)
摘要:1.查看体的TAG a.先设置环镜 UGII_DISPLAY_DEBUG 1 b.重启UG 2.批量移除参数 1 Imports System 2 Imports NXOpen 3 Imports NXOpen.UF 4 Module NXJournal 5 Sub Main(ByVal args( 阅读全文
posted @ 2021-10-08 14:57 KingMAX(没事杀杀毒) 阅读(659) 评论(0) 推荐(0)
摘要:1.定向转出dxf 1 Imports NXOpen.UF 2 3 Module NXJournal 4 Sub Main(ByVal args() As String) 5 Dim theSession As NXOpen.Session = NXOpen.Session.GetSession() 阅读全文
posted @ 2021-10-07 15:47 KingMAX(没事杀杀毒) 阅读(513) 评论(0) 推荐(0)
摘要:1.视图是否存在 1 Option Strict Off 2 Imports NXOpen 3 4 Module Module1 5 Sub Main() 6 7 Dim theSession As Session = Session.GetSession() 8 Dim workPart As P 阅读全文
posted @ 2021-10-01 17:20 KingMAX(没事杀杀毒) 阅读(299) 评论(0) 推荐(0)