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 cowski 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 Passzed

  1. Passzed

    Product Template Studio; Invoke Java/VB Method

    Hi Mark, Thank you for the reply. Well the msg in the log file is like this: AppBase: C:\Program Files\UGS\NX 7.5\UGII\managed\ Loaded assembly: NXOpen, Version=7.5.0.32, Culture=neutral, PublicKeyToken=null from C:\Program Files\UGS\NX 7.5\UGII\managed\NXOpen.dll Loaded assembly...
  2. Passzed

    Product Template Studio; Invoke Java/VB Method

    Anyone knows how to connect external code in Product Template Studio? ANY help much appreciated.
  3. Passzed

    Product Template Studio; Invoke Java/VB Method

    Is there anybody that used product template studio and the function of Invoke Java/VB Method for a button? Really, want to explore that feature. However when I'm trying to connect my code and from the Log file I'm getting "Cannot find method Cannot find class named <name class> in assembly...
  4. Passzed

    Expressions in VB

    Thank you very much for all your help. I should be more specific for future requests for help. What I was actually wanted to achieve is to display both value and name of expressions in a textbox and then compare / validate them through another piece of code. To do that i thought I needed to...
  5. Passzed

    Expressions in VB

    To be honest with you I thought I would be able to load all the expressions values of all the objects/features displayed without selecting a specific one. The moment the app lances it will load all the available expressions in string format inside this multiline or list box. I suppose, that’s...
  6. Passzed

    Expressions in VB

    Still, nothing appears in the list box list_box0Properties.SetStrings("ListItems", expValues) or in the version that there is a multiline_string0 multiline_string0Props.SetStrings("Value", expValues) The initialize_cb() is correct. I have tried few things nothing worked.
  7. Passzed

    Expressions in VB

    One more question.. This code: Dim expValues(-1) As String For i As Integer = 0 To noExps - 1 exp = NXObjectManager.Get(exptags(i)) ReDim Preserve expValues(i) expValues(i) = exp.RightHandSide Next Dim list_box0Properties As PropertyList = list_box0.GetProperties()...
  8. Passzed

    Expressions in VB

    I was wondering if there is a specific command for comparing expressions through the VB.net code.. Expressions are already converted to strings.. is it difficult to search and compared for a example a named expression from the user i.e p1?
  9. Passzed

    Expressions in VB

    So for the late reply; Thank you very much for your help :)
  10. Passzed

    Expressions in VB

    I have seen this code. Trying to simplify it. So far I got the named expressions displayed and now im trying, according what their values are, output messages in a multiline_string box (as defined from the blockstyler). The thing that causes me headache is the way you output messages in this...
  11. Passzed

    Expressions in VB

    Thank you for your reply, I want to use expressions or get directly the drawn dimensions of objects through the block styler (interface) saved in VB code.
  12. Passzed

    Expressions in VB

    Hi, Can anyone give me any advice of how to check if a specific (named) expression variable has been set from the user using Block styler with VB? Any help appreciated, Thank you, P.
  13. Passzed

    Knowledge Fusion and Expressions

    Hello, I’m working with NX 7.5 and I'm new in Knowledge Fusion programming. I would like to ask for programming tips or sample code of KF tools and expressions, and perhaps ideas how to link dialog boxes (.dlg) with knowledge fusion classes (.dfa) or using the nx open code with named...
  14. Passzed

    exe instead of dll in NX Open Wizard

    Thank you for the interest, Well I'm monitoring specific designing phases while the user is working in NX. Hope that helps, P.
  15. Passzed

    exe instead of dll in NX Open Wizard

    Hi there, I would like to ask if anybody knows following the NX7 Open Wizard, how to create an external application running independently of NX (exe) instead of a DLL? I created a simple dialog using NX /Open User Interface Styler and saved in C++. I opened with Visual studio 2008 using the NX...

Part and Inventory Search

Back
Top