×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

manipulate extrude location in different assembly arrangements

manipulate extrude location in different assembly arrangements

manipulate extrude location in different assembly arrangements

(OP)
Hi,
I am using NX 10. I am working on an assembly which have different arrangements. In part navigator I made an extrude cut on one body by promoting it. Now I want to have different locations of that extrude cut in different arrangements. Is there any way to do it?
Thanks in advance.

RE: manipulate extrude location in different assembly arrangements

http://www.eng-tips.com/viewthread.cfm?qid=337317

Check out this thread. you may be able to do this using the VB code with expressions to change extrude VIA arrangements.

I think this ER would be great to have an Expression that identifies what arrangement is active.

Hope this helps.

RE: manipulate extrude location in different assembly arrangements

(OP)
@SDETERS I had already checked it out, the main context in that thread is about constraints in arrangements.
I think it can be done through VB, but I really don't know a thing about VB. Anyways thanks a lot for suggestion. :)

RE: manipulate extrude location in different assembly arrangements

You can still use that code that was posted. Find and Set in your expressions the dimension cut you want to change. Use this as your dimension expression
if Active_arrangement = "Arrangement 2" then 2 else 0.

This has more to do with expressions than it does with assemmbly constraints. You can use it for both.

Then you run the VB script on linked site above. Your cut dimension changes per which arrangement is active. (Of course this is after you run the VB code after you switch arrangements.)

RE: manipulate extrude location in different assembly arrangements

(OP)
Thanks @SDETERS I am able to use "if Active_arrangement = "Arrangement 2" then 2 else 0" as a expression for cut dimension. But how the system will know which arrangement is active? I have used that VB codes also they are working fine as well. And I have Active_arrangement parameter in expression list, but what should be its formula?

RE: manipulate extrude location in different assembly arrangements

NX does not know or have a way to know which arrangement is active without running this script. This is the part of the Enhancement request in the previous link above. When you switch arrangements you must run this VB program for NX to see the "arrangement change". This is more of a work around than anything else.

The Active_arrangement parameter is part of the expressions that the VB code gets and fills out to tell NX what which arrangement is active after running the VB code.

RE: manipulate extrude location in different assembly arrangements

(OP)
It would be productive if we got that enhancement. @SDETERS. Thank you for your support.

RE: manipulate extrude location in different assembly arrangements

(OP)
Ok I am not sure if I am asking the same question again. Without calling promote bodies and using Subtract extrude, still we can cut the parts by Assembly CUT option. So Can we move the assembly cut location in different arrangements?? this will really solve my requirement if it is possible, otherwise i will end up creating enormous number of assemblies to show just the same cut but in different locations.

Since multiple users will be using this file, So we dont want to run the VB code option each time as SDETERS has suggested.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources