Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by danieladubois

  1. danieladubois

    Teamcenter - NXOpen. Exporting and importing datasets

    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...
  2. danieladubois

    Debug NX Open with NX-Teamcenter

    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...
  3. danieladubois

    Debug NX Open with NX-Teamcenter

    Anyone knows how can I debug an NX Open Application using NX running from Teamcenter??
  4. danieladubois

    NX Open Assembly Constraints

    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...
  5. danieladubois

    NX Open Assembly Constraints

    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...
  6. danieladubois

    NX Open Assembly Constraints

    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...

Part and Inventory Search

Back
Top