Aug 12, 2016 #1 kherman Military Joined Jan 21, 2014 Messages 20 Location US I have an Assembly. Say it is this: [pre] A +--B +--C [/pre] B s the work part. I want the bounding box for C in absolute coordinates. How do I do this?
I have an Assembly. Say it is this: [pre] A +--B +--C [/pre] B s the work part. I want the bounding box for C in absolute coordinates. How do I do this?
Aug 12, 2016 #2 ufsure Mechanical Joined Apr 18, 2003 Messages 124 Location AU You have to use UFFltr.AskBoxOfAssy method. There are few examples on GTAC solution center. Suresh http://www.technisites.com.au Upvote 0 Downvote
You have to use UFFltr.AskBoxOfAssy method. There are few examples on GTAC solution center. Suresh http://www.technisites.com.au
Aug 14, 2016 Thread starter #3 kherman Military Joined Jan 21, 2014 Messages 20 Location US Wow, that method is awesome! Thanks! Upvote 0 Downvote
Aug 14, 2016 Thread starter #4 kherman Military Joined Jan 21, 2014 Messages 20 Location US 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? Upvote 0 Downvote
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?
Aug 14, 2016 1 #5 ufsure Mechanical Joined Apr 18, 2003 Messages 124 Location AU Search for 'show best assembly bounding box' on GTAC solution center. Suresh http://www.technisites.com.au Upvote 0 Downvote
Search for 'show best assembly bounding box' on GTAC solution center. Suresh http://www.technisites.com.au
Aug 15, 2016 Thread starter #6 kherman Military Joined Jan 21, 2014 Messages 20 Location US '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? Upvote 0 Downvote
'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?