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
  • Content: Threads
  • 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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. lklo

    Close NX BlockStyler dialog programmatically...

    Hi Guys - I would like to ask, if one of you have managed to close a blockstyler dialog ,during runtime... In my current project, I need a automatic "close action" or "Dispose" straight after an Action Button is hit... (after the code stuff is executed within the Action Button .... I did try to...
  8. lklo

    NXOpen command that will Reset Block Styler dialog

    hi - In my current project, I'm trying to build in a button, that will do the same action, as when the "rounded arrow" in upper right corner, of a Block Styler dialog... The action shall simply be to "Reset" the dialog - either by the rounded arrow or the Action button I have build into the...
  9. lklo

    VB Journal - View Class - ask if active View has been "Fit"

    Hi - I will like to ask if someone here, is aware about, on how to ask if a Modeling view have been assignet a Fit action... I have looked inside the View Claas - but can only find method to make the Fit action....workPart.ModelingViews.WorkView.Fit() I need to ask if the Workview has been...
  10. lklo

    Extract Point 3D from Point Measurement Feature NX11

    Hi gyus - I was just testing upfront a comming project... I need to be able to extract the Coordinates from a Point Measurement Feature in NX... This should be quite straight forward - but seems NOT to be, for me..... My approach is to cycle through each feature... If the Feature Type is...
  11. lklo

    Extract Sequence order of NX object in Journal (vb.net)

    Hi guys.... In my current sourcecode develeopment project, I'm trying to manipulate with some Custom Symbols ,before populating a Summary List on the active drawing sheet... My question is quite basic.... Say I place a predefined Custom symbol on a drawing sheet , and then I place (or...
  12. lklo

    Transfer "model preview" into BlockStyler dialog

    Hi all... I'm in the very early beginning of next project... But upfront I will like to ask, if some of you, have been playing with extract a specifik NX parts model preview using NXOpen (vb-net). In my code, I will transfer all unique components parts, into a TreeListControl using...
  13. lklo

    JT viewer for MAC system

    Hi guys - Anybody of you aware about, if there exists some JT viewer that support MAC system... eg. ExpresReview, JT2GO etc... ? br Lklo
  14. lklo

    Extract the Tag from the associated Drafting Entity from a selected Drafting Entity...

    Hi - In NXOpen - VB.Net I will kindly ask one of you guy's: I'm trying to get the Tag from the associated Drafting Entity, when a selected Drafting entity is picked on the active NX drawingsheet.... 1.Say I have "Dimension 1" which is associated to antoher dimension (Dimension 2).... (...
  15. lklo

    apply attribute to "Component" versus "Instance" in NX

    Hi I'm asked to author a Custom Tool - prepared for to be used in NX environment…. Case Scenario: In a NX assembly containing some components, an user Attribute on each component is required… Later on - from another Custom Tool the same assembly shall be cycled through, and for each...
  16. lklo

    Knowledge Fusion - make list to string

    Hi guys 😊 Any of you familiar with knowledge fusion language- I will like to ask if some of you have method on how to convert a List ( of string) > into just one single String variable ....?? (Each item divided by a “,” in the new string variable ).... Thanks in advance .... Refs lklo
  17. lklo

    NX Routing Bill of Material (BOM) configuration....

    Hi guys... Right now I'm configuring our Routing environment...Work in progress, but goes very well. We are using NX 11 and Tc 10... I have two questions for you guys,: #1: How to use the Routing BOM template part, if this template resides in teamcenter..? In NX customer default...
  18. lklo

    add a new column to partslist in NX 11 - using vb.net

    Hi Guys - anybody of you succeeded in adding a new column to an existing partslist on drawingsheet in NX 11..? using journal vb.net I have tried over and over - but seems like something is wrong with the "symbol apect ratio"...when trying set preferences: UFPlist.ColPrefs in...
  19. lklo

    best practice on how to "Deform" a reuse part

    Hi - In my company I am asked on how to get a "flat sign" from re-use library - how to make different instance of this flat sign - but in various shapes, so it can fit to different surfaces.. This surface(s) typically selected from the NX designer..... I'm thinking of a NXOpen custom tool -...
  20. lklo

    collect Solid Body from deformable feature in nx journal

    Hi guys - I'm struggling a bit, when I try to collect solid bodies from current workaprt into a array (of Body) in nx journal.. I can easily collect the solid bodies created from ordinary features, but the bodies from the special featureType "FLEXED_PART",is challenge me a bit.... Dim...

Part and Inventory Search