Hello everybody,
I am learning the NX Open VB.NET (novice).
In a part file, I have one unparameterized sheet body.
So with a VB.NET program I import another unparameterized sheet body.
Now, I want to substitute the first one by the imported one and then remove the first one.
I found that there...
Hi,
I have created a "code" vb.net from the journal file.
When I run it from Tools Journal Play, it work fine . . .
But if I copy the same code into Visual Studio and start Debugging, I have always
this error message :
Unable to load DLL 'libpart': The specified module could not be found...
Thanks cowski and FrankSwinks,
I am very novice with VB.NET . . .
Another question:
I tried to put this code into the journal
' NX 6.0.5.3
Option Strict Off
Imports System
Imports NXOpen
Module NXJournal
Sub Main()
Dim theSession As Session = Session.GetSession()
Dim...
Hi,
I made some GRIP prgms but now I would like to
switch to VB.NET . . .
To start learning I would like to create 1 point on the screen at x=10, y=20, z=30
In GRIP I write it in this way :
ENTITY/PT1
PT1=POINT/10,20,30
My question : How is it write in NXOpen VB.NET
remark : I have VB.NET...