Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  • Users: lklo
  • Order by date
  1. lklo

    NXOpen > FaceRecognitionBuilder

    Hi guys. I would kindly ask, if someone here , do have any experience in using the FaceRecognitionBuilder... My goal is to achieve the same mechanism, that is already present in NX ootb..."Facefinder" I been searching all over the different NXOpen forums, but did not succeed in finding just...
  2. lklo

    Can a custom Ribbon call a standard operation?

    I have attached the zip-file now.... it contains three screen shots.... (should give a better understanding)https://files.engineering.com/getfile.aspx?folder=dae97a50-6b84-4627-9c1f-806bdec1063e&file=custom_rtb_1.zip
  3. lklo

    Can a custom Ribbon call a standard operation?

    Hi Should be straight forward to put NX standard menu item, into a custom ribbon... Simply find the "Button name" in ex. "ug_main.men", then use it in your custom *.rtb (ribbon)... The ribbon-bar mechanism in NX interacts closely with the commands from all .*men files in a NX session. In...
  4. lklo

    If then else length limit.

    yes - exactly....
  5. lklo

    If then else length limit.

    Hi - I Did back in time, exactly What you are asking for..Split a Long expression in multipe expressions..So Else if mechanism is just continueing in next Expression… I Will see if I Can find my solution, and the Share with you….,
  6. lklo

    Populate predefined dropdown values on WebPage based on javascript

    Hi all.... In our NX GUI I have a support ribbon, which holds some action buttons for firing up predefined E-mails and URL links for support... (these action is based on NXOpen vb.net) Regarding the URL link to our support team, I would also like to auto-populate some of the predefined...
  7. lklo

    Roll-up Attributes functionality in NX: Which version

    Thanks a lot Cowski... I just also get confirmed: NX1899 FYI: I do have a number of NX custom applications, which are based on NXOpen.UF.UFWeight.EstabPartProps1, but now after we upgrade from NX1847 to NX 2007, I am facing a serious "trouble", when executing...
  8. lklo

    Roll-up Attributes functionality in NX: Which version

    Hi I would like to ask, if someone here, can remember or knows, when NX got implemented the Functionality: Roll-up Attributes A real cool and smart "Feature" I think.... And easy to configure in customer-default.. I believe the version was in between NX 1847 and NX 2007, but not sure.. br...
  9. lklo

    NX Journal Collecting All Children weights into its sub-assy

    attached some inspiration 2https://files.engineering.com/getfile.aspx?folder=06d0676d-e3fc-4027-a540-5ba33084f388&file=housekeep_attribute_based_on_returned_value_from_function.png
  10. lklo

    NX Journal Collecting All Children weights into its sub-assy

    attached some inspiration...https://files.engineering.com/getfile.aspx?folder=403dbfbc-fd61-45db-bee4-004315475e75&file=estabPartProps1_function_return_weight.png
  11. lklo

    NX Journal Collecting All Children weights into its sub-assy

    Hi - I had the exact same problem years back… The rolled up assyweight can’t be extracted by NX open directly…. I added a sub in my current save actions utility (triggered by USER_FILE user exit) In this sub I’m housekeeping an attribute, which hold the always up to date Sub-Assy weight…. Then...
  12. lklo

    how to make a smart numbered list in NX drawing?

    I would definitely deal with an object attribute on each note - Based on an index for each (format: Integer)…. By doing this everything in control - and you can do what ever is wanted afterwards ex filtering , regenerated sequences and so on…. All this to be automated and triggers when NX save...
  13. lklo

    NXOpen > how to calculate a new coordinate based on a Delta distance

    Thanks a lot, Cowski... That advice helped me a lot... By using the perpendicular vector of the Planar Face > and then some Math manipulation of the Vector & Delta distance, did the trick... I got some help for these Vector calculations, on another NX forum..... Try have a look in below code...
  14. lklo

    NXOpen > how to calculate a new coordinate based on a Delta distance

    UPDATE: a VB code is now attached , and also a NX .prt file as well.... Basically I'm stucked in Line no.157 in this journal.... I do have the Intersection point of the holeaxis and the planarface... Also the FaceNormal is present.. I will be very happy for some help, if someone can guy me in...
  15. lklo

    NXOpen > how to calculate a new coordinate based on a Delta distance

    Hi - Current situation. Dim axisPt(2) As Double = xxxxxxx I do have calculated a intersection Point between a hole-axis and a planar-face, from where I have to fire a Ray (ufs.Modl.TraceARay(theBodytags.Count, theBodytags.ToArray, axisPt, unitNormal, identity, 0, numHits, hits) But instead of...
  16. lklo

    Formating the NX Listing Window

    Hi - Using NX 1847 > I would like to ask, if anybody knows, if the NX Listing Window can have some formating applyed, when some information is written to the Listing Window - by a nxopen application... It seems like the NX application ootb itself, can manage this: example: Extract some...
  17. lklo

    Start journal after ending of journal

    Hi - don’t think so… If you hit the reset button your initial action will also be reset… Workaround will be to put all your actions in a action button…, Then you can make all the inputs - in same runtime …again and again… Br lklo
  18. lklo

    Block Styler - different behaviour between NX11 and NX1847

    Hi - I'm very close to be finishing my current programming task for new custom app.. I have developed most of it in NX 11 - but now we are in a test period for NX 1847, and I have moved project, to be based on NX1847.. Everything is good.. But I do wonder, why I got these large number of...
  19. lklo

    Journal to read Teamcenter attributes for a list of part numbers

    Yeah - I’m used to deal with NX TC stuff, but not quite sure if NX open toolkit provide a class for searching so deap in tc ...Will give it a try .. What I’m sure on: Is that when using the Invoke PDM server from NX /then almost everything is possible; the call from NX to tc, triggers an action...
  20. lklo

    can dialogs be kept from resizing?

    Hi - I think you can succeed, if you give the Save Favorite As and Save Favorite a chance.... At least the different groups can be controlled by this action... Try it - and hopefully one more happy user will be the result... please see attached...

Part and Inventory Search