speedyPDM ist das führende technische Dokumenten- und Produktdatenmanagementsystem für Solidworks, Solid Edge, Inventor, AutoCAD, ZWCAD, BricsCAD, Office und Email inklusive Revisionsmanagement.
Code: Option Strict Off Imports System Imports NXOpen
Module NXJournal1 Sub Main()
Dim theSession As Session = Session.GetSession() Dim workPart As Part = theSession.Parts.Work
Dim displayPart As Part = theSession.Parts.Display
Dim _ass As System.Reflection.Assembly = System.Reflection.Assembly.LoadFile("C:\UGS\NX5\UGII\managed\myFunc.dll") Dim myFunc As Object = System.Activator.CreateInstance(_ass.GetType("myFunc.myFunc"))