All,
My ASCII Art image didn't quite work out as well as expected, The "|" and the text should line up with the O's but you get the concept the main thing is getting the text to increment the formatting is easy.
Thanks,
-Pat
Thank you,
-Pat
Hi Everyone,
Hope everyone had a nice holiday and Happy New Year!! I am working on a fixture in NX8.5.2 and am stumped... I have a pattern of dowel pin positions for where an operator can drop a fixture and would like to add some text to each setup position something like this:
02 04 06 08 10...
Does anyone know if it is possible to attache a Post Action to the "Edit Dimension" button? I have tried without much sucess...
Not sure why this wouldn't work:
VERSION 120
EDIT UG_GATEWAY_MAIN_MENUBAR
MODIFY
BUTTON UG_PMI_EDIT_DIMENSION_ASSOC
ACTIONS/REPLACE STANDARD...
Hi,
I am trying to collect all instances of a hole package in a part. I can find the hole just find but and running into trouble finding any additional instances I.e. pattern and mirrors of the feature. Does anyone have any suggestions?
Thanks,
-Pat
Thank you,
-Pat
Hi Everyone,
I was wondering if anyone could provide some documentation for the UF function: AskFaceOfSil
I am trying to connect the dots between an extracted edge on a master model drawing and determine the face that created the edge. My end goal is to pick an edge of a Hole created as a hole...
Scaffold,
I too have wondered about changing those templates and after a few conference calls with Siemens realized that there isn't much that can be modified so I started writing my own NX/Open programs to detail tapped holes. We build large automation machinery so a great deal of our...
Scaffold,
I too have wondered about changing those templates and after a few conference calls with Siemens realized that there isn't much that can be modified so I started writing my own NX/Open programs to detail tapped holes. We build large automation machinery so a great deal of our...
I was thinking about trying to find the original of the edge of the hole in the detail and comparing it to the origin in the model and if they are equal then I know what feature it could be. Thoughts?
-Pat
Thank you,
-Pat
Hi Guys,
I am working on some drafting automatic and am trying write some code to complete the following:
1) Add an attribute to a hole feature containing the note for detailing
2) During Detailing, Select the edge of the hole feature, and create a note linked to back to the feature attribute...
Thanks john.
Yes, we are using 8.5 I aware of using the tools in the new properties menu to set attributes but I am trying to auto some things for creating seed files based off a master assembly. That's why I was using the old call so as to avoid linked expressions that won't update when we...
Hi Everyone,
I am stumped on a tricky little project I am working. So far I have figured out how to use ug_setStringAttrValue_(...) to set an attribute on a part within my design. I know I can use interpart expressions but the complication is I am trying to setup seed parts that will be...
Thanks Cowski,
I got this working but now another question lets say that the startbody is your work part, you have a linked hole feature in the browser. How can you figure out the parent feature/part would be?
-Pat
Thank you,
-Pat
Does anyone have any experience with modifying Hole Series between components in NX/Open. From an assembly, I am trying to determine what the component parts are referenced by the Hole Series.
Thank you,
-Pat
Thank you,
-Pat
Hi everyone,
Well after a morning of messing around with the command I figured it out. I wanted to post it here so if it ever happens again it might help somebody out...
The key is you have to assign a Label and message text before you assign the Value.
Here is the code that worked...
All,
I am trying to use the value command in a menu script, however everytime I do so, I get an error:
Syntax error at line 16 in file: \\lildata01group\NX_Pilot\Configuration_Files\CPD\GROUP\TOOLING\application\MTG_MODELING.men
Found an unexpected keyword VALUE.
This is the code for Value...
Thanks John,
Actually it is a long story... And yes I know I can use Assign feature color but I am trying to automate color holes based on specific design intent. I was able to accomplish it using some menuscripts and VB code.
This was the missing link:
MODIFY
BUTTON...
Hi Everybody,
I'm working on a new project and after messing around for a day or 2 I'm a little bit stumped. I'm trying to create code for a project where we need to recolor certain holes based on their type i.e. Screw Clearance is blue. or something like. I'm at the stage of just trying to get...