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!

Recent content by lharrison

  1. lharrison

    NXOpen -- Stp214Importer Error

    We've modified the seed parts, but I'm not sure how to go about setting the default color of the imported part. There aren't any bodies within the seed part, so nothing I can set the display properties on. The background color was easy though. I should also note the original question is part of...
  2. lharrison

    NXOpen -- Stp214Importer Error

    Hello all, I'm trying to write what I thought would be a quick and easy NXOpen program to batch STP->NX conversions. We wanted a few other things such as changing part and background color that the translation tool doesn't provide. I'm having quite an issue trying to use the NXOpen methods to...
  3. lharrison

    Extremum Command in v5-6R2013

    I realized that shortly after writing the code to get it. Any tips for speeding up bounding box generation? We are wanting a fully automatic system that basically checks each axis, and uses many iterations to locate the smallest box. I have written a program for Siemens NX that does with and it...
  4. lharrison

    Extremum Command in v5-6R2013

    I tried switching through all of our licenses but same issue. I was actually doing a rewrite of the old bounding box program that is floating around on the net. I managed to produce a much faster and accurate version by utilizing the Inertia workbench instead of manually creating planes and...
  5. lharrison

    Extremum Command in v5-6R2013

    I've looked everywhere for the Extremum command but cannot seem to locate it! We have access to the GSD studio, but it doesn't appear in the wireframe toolbar, or in the insert > Wireframe menu. Has the name been changed within the UI? I can still utilize it through a macro, so I don't believe...
  6. lharrison

    Interfacing with CATIA in C#

    Well I solved on of my problems right after posting. I had forgotten that internally CATIA doesn't always use 0 indexing, so changing the for loops to begin on 1 properly returned the objects. Still can't figure out why you cannot see the functions running in a CATIA window though.
  7. lharrison

    Interfacing with CATIA in C#

    I am writing a small program to automate creating Jpgs from CATIA part captures. I had previously written a similar program in VB.net, but we are now transitioning to C#. I seem to be having a lot of trouble simply getting objects from many functions, and it seems like my program isn't fully...
  8. lharrison

    License Variable for NX9?

    If anyone is curious, it seems like the registry settings live here: [HKEY_CURRENT_USER\Software\Siemens_PLM_Software\Common_Licensing] "NX_BUNDLES"="NX12100N"http://www.eng-tips.com/
  9. lharrison

    License Variable for NX9?

    Well that's sort of a bummer, a little more difficult than it used to be. Thanks for pointing me in the right direction!
  10. lharrison

    License Variable for NX9?

    We recently started upgrading to NX9 and noticed that the familiar UGS_LICENSE_BUNDLE environmental variable is no longer used. Internally, we have a custom program written to display who currently has licenses, and toggle buttons so users can easily select an unused license. Previously, new...
  11. lharrison

    Easiest way to draw minimal box around odd shaped part?

    Typically, drawing the smallest possible box involves setting up a coordinate system on a corner that you believe is on the same plane as one of the sides of the smallest possible box. We used to run a GRIP routine similar to the one that Joyce provided, and it works well if you set up a CSYS...
  12. lharrison

    NX convert part units

    Mickey, that menu will allow you to change the default program that launches when you double-click a file. We are trying to add a right-click context menu to .prt files so you can easily change the unit type. Using your instructions would associate .prt files with the conversion script, so you...
  13. lharrison

    NX convert part units

    Having recently done this just last week I just want to add that the "File Types" menu that is present in Windows XP no longer exists in Windows 7, therefore you cannot directly access the Advanced menu required to setup Shell integration. I did some searching around and it appears the this...
  14. lharrison

    NXOPEN ThroughCurvesBuilder Alignment

    make sure you click the box that appears at the bottom of the window when you open the help file. CHMs run in a protected mode now and if you don't allow them the proper priviliages you'll experience the problem that your having.
  15. lharrison

    Snap vs journaling

    Sorry, I misunderstood this from your previous post: "I want to learn just one." The VB is not too difficult, though many methods use the factory-pattern and can feel very tedious. The easiest way to get started is to fire up the journaling toolbar and hit record, do some stuff, then view the VB...

Part and Inventory Search