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 MintJulep 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 Bleaker

  1. Bleaker

    NX Journal

    You can select the preferred Journal language in Customer Defaults (permanent) and also in user interface preferences (Ctrl+2 - tools - journal, temporarily). NXOpen documentation is available on the Siemens Support Center site ( https://support.sw.siemens.com/en-US/ ) and needs an access...
  2. Bleaker

    NX Journal

    Yup, the NXOpen API is too "exotic" for AI for it to generate code reliably (not enough questions about it on Stack Overflow I guess). You can get a good structure, but the actual methods that do the stuff you want are just electric sheep. Also, the code is in Basic, if you're getting a C#...
  3. Bleaker

    Help Needed: "Clearance Analysis Object List Contains Invalid Objects" Error in NXOpen

    Going out on a limb here and suggest you filter through the body arrays you get from the components to throw out the invalid ones? Like maybe facet bodies and whatnot.
  4. Bleaker

    NXJournaling Log In

    I bet @cowski knows :-D
  5. Bleaker

    Truetype Fonts

    And 7.5?
  6. Bleaker

    Countersink on both sides of hole in NX?

    You can create countersinks on both sides of a Hole feature by activating "Start Chamfer" and "End Chamfer" options. This does not work for counterbores, though. Apparently NX lacks the "End Counterbore" option for its Hole features. On that "fully loaded" Alert I agree with cowski - it...
  7. Bleaker

    Need help decoding meaning of error codes

    Those might be object tags (of the dataset attributes in question), not error numbers... Could there be some mandatory attributes in TC that are now enforced, and are missing in your model? Present in an old revision, but not in the new one?
  8. Bleaker

    Placing views and how it is controlled via 3D or 2D datasets

    ... or open standard dialogs by Journal...
  9. Bleaker

    Is there a way to make extrude dialog remember the limits options set in the dialogbox

    You mean the Start/End fields resetting to "Value" from other options like "Symmetric" or "Until Next"? Don't think there's a trick here, other than writing and programming your own feature dialog for that.
  10. Bleaker

    show reference sets journal

    There's a Lightweight body that's generated automatically since some NX version later than 7.5 the script was developed in. It's on the MODEL Refset, and I guess it interferes with the object selection part of the journal code.
  11. Bleaker

    Can we attach a solid body through journal in NX part ?

    What do you mean by "attach" and "solid body"? If you mean import a STEP/Parasolid/whatever dumb solid model into a work part and then unite it with existing geometry, then yes. You can record a Journal with the activity you need to perform and just go off that.
  12. Bleaker

    Create Sheet and Drawing templates........................

    It depends on what you want with the template. If it's meant for local use on that machine - go ahead and select "update the pax file" (so you don't need to edit it manually). If it's for distribution to other machines/user roles, there's probably no point in updating the pax file of your...
  13. Bleaker

    Create Sheet and Drawing templates........................

    Given that the pax file is a directory of templates available in the File-New dialog, not updating it will result in your new template not showing up on that dialog.
  14. Bleaker

    Menu customatization....

    Right click on an empty space on a ribbon, check Top Border Bar
  15. Bleaker

    Signing NXOpen application.

    When your NXOpen programs grow out of the simple Journal files, Siemens wants you to have the Authoring license to be able to sign your dlls, so that other people can use them. For .net applications, you need to add the NXOpen Signing Resource thingy (UGOPEN\NXSigningResource.res) to your...

Part and Inventory Search

Back
Top