Hi,
I’m trying to export some assemblies form Teamcenter to a local directory C:\. I’m using the example form the NX Open Programmer's Guide but I doesn’t work. I don’t really understand how does it work, do I have to be in a NX managed session or to have Teamcenter open?
Option Strict Off...
Thomas, thank you for your answer .
When you debug an NX Open application using Visual Studio, you compile and link the app using visual studio this way:
Project-->Properties-->Debug-->Start External Program <Path to NX executable>
The problem is that this NX is not the NX that is linked to...
I found the answer; you can get the journal ID whit the face name.
Doing this the assembly constraints work perfectly.
Private Function BuscarCara(ByVal Componente As Assemblies.Component, ByVal NombreCara As String) As Face
Dim Parte As Part
Dim RefBody As Body
Dim...
In this case I had two parts already made with reference datums planes.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim workPart As Part = Principal.SessionNX.Parts.Work
'Agregar una...
Hi,
I'm trying to constraint an assembly from .NET. I am retrieving the planes that I want to constraint by their names. The problem is "that constraints gets created successfully and their constraint solver
status as "Solved", Still the parts are distanced apart and they are not mating" I was...