Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS 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: *

  1. kherman

    Java (or by hand): How do I get the bounding box fora component?

    'show best assembly bounding box' provided a nice solution. But sometimes NX will show an optimized bounding box on fit (ctrl-f). This action is VERY fast. How do I get that functionality in code?
  2. kherman

    Java (or by hand): How do I get the bounding box fora component?

    This solution seems to always give the orientation matrix back which is fine for my case. Is there any way to have NX provide an optimized solution with a non orientation matrix and smaller bounding box?
  3. kherman

    Java (or by hand): How do I get the bounding box fora component?

    Wow, that method is awesome! Thanks!
  4. kherman

    Java (or by hand): How do I get the bounding box fora component?

    I have an Assembly. Say it is this: A +--B +--C B s the work part. I want the bounding box for C in absolute coordinates. How do I do this?
  5. kherman

    I need to mirror a part in another part in NX (non associative)

    I need the mirrored objects to be the same exact feature types as the original. Even if it were possible to mirror a feature one feature at a time, that would be acceptable.
  6. kherman

    I need to mirror a part in another part in NX (non associative)

    Everything I have tried up to this point has either created a "mirrored" feature or features that are copies of other features but different feature types. I also loose the names of the features which are needed because of custom software that depends on the names. We are still investigating...
  7. kherman

    I need to mirror a part in another part in NX (non associative)

    I am on NX 10.0.3.x I have a part that is comprised of splines and studio surfaces (no solid bodies). Let's call that orig. I need to create a new sibling part (called mirrored) that has the exact same geometry but mirrored over a plane (a datum plane perhaps). The relationships is to be non...
  8. kherman

    How to properly add preview button to NX dialog (dlx file)?

    Using the block styler, what is the proper way to add a preview checkbox and/or button? I am tinkering with the Toggle block but I don't see how to ad the button to the right of it.
  9. kherman

    Swept: twisted and curved .... is causing distortions

    PrintScaffold, I appreciate the idea. I think at this point a different solution may be needed. I'll try to give it a try soon.
  10. kherman

    Swept: twisted and curved .... is causing distortions

    "Preserve Shape" isn't doing it. It does seem add extra edges to the sweep though (unverified). Regardless, I was using preserve shape all along and agree that it is correct to have it selected.
  11. kherman

    Swept: twisted and curved .... is causing distortions

    I think techinically, what I need to do is have NX provide Uniform isoparametric curves with one guide
  12. kherman

    Swept: twisted and curved .... is causing distortions

    Changing orientation to vector axis of Z improved things. Went from 45-135 degree corner angles to an 80-100 degree range. I have no idea why this is still happening. Tolerances?
  13. kherman

    Swept: twisted and curved .... is causing distortions

    For reasons I can't get into, I can't upload the prt file. The centerline is a studio spline. I create a studio spline with default settings then specify a start point and the normal of the start rectangle as the orientation. I do the same for the end point and end orientation. Then NX comes...
  14. kherman

    Swept: twisted and curved .... is causing distortions

    I am having some success by changing the Orientation Method::Orientation to Vector Direction and selectingthe Z-axis. I have to go through the process of testing the results ...... might get to that in a few hours. I don't know why the Z-axis is works though. Choosing X or Y mangles the...
  15. kherman

    Swept: twisted and curved .... is causing distortions

    Here you go: http://files.engineering.com/getfile.aspx?folder=d04c2674-dc02-491b-8a7a-0bee45f3d2b3&file=twistingAndCurved.png The edge curves that are visible are just part of the sweep. Thanks!
  16. kherman

    Swept: twisted and curved .... is causing distortions

    I am on NX 10. I am trying to make a swept feature that can twist and is curved. The problem: The shape as it is swept is not maintaining a rectangular cross section perpendicular to the guide's tangent. My worse case so far is that the "cross sections" can be a trapezoid with corners at 135...
  17. kherman

    Java: CurveCurvatureAnalysisBuilder - get the min bend radius

    I did go down the route you mentioned but performance was bad. So, I did more digging and stumbled upon the answer (awesome documentation for NX, right). UFSession ufs = (UFSession)SessionFactory.get("UFSession"); UFModlGeneral modlGeneral = ufs.modlGeneral(); minRadius =...
  18. kherman

    Java: CurveCurvatureAnalysisBuilder - get the min bend radius

    I am using the CurveCurvatureAnalysisBuilder in code and want to get the minimum radius that this builder creates. I can get the builder to do the analysis and if I run my code and go into NX, the result is there in the 3D view. The issue is that I can not figure out the method calls that are...
  19. kherman

    Java Siemens NX .. SetList in a SetList is crashing NX

    I don't know if I am coding something wrong or if I found an NX bug. I have a setlist that refers to a secondary dlx file. That secondary dlx file has another setlist in it. If I take the primary setlist and create a new row in the list, and add a line the the secondary setlist it works fine...
  20. kherman

    NXOpen: code to update the status bar when saving causes flcikering in status bar

    I have my hooks in place to do some custom save operations when the user saves in NX. However, my code can take many minutes to run so I want to provide updates in the status bar while saving so the user doesn't think NX crashed. This should work but does not (Java): UFSession ufs =...

Part and Inventory Search