摘要:
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 阅读全文
摘要:
1.按钮对话框 1 Imports System 2 Imports NXOpen.uf 3 4 Module NXJournal 5 Sub Main (ByVal args() As String) 6 7 Dim UFS As UFSession = UFSession.GetUFSessio 阅读全文
摘要:
1 using System; 2 using NXOpen; 3 4 public class NXJournal 5 { 6 [System.Runtime.InteropServices.DllImport("user32.DLL", EntryPoint = "SetWindowText") 阅读全文