I had a quick play with this and this shows what I think would work..
rotate round Z by 39.14 degrees and then back about the Y by 22.05 degrees.
see what you think
i don't think the "show exact" does anything to help it.
I'm using the code as it is without any mods.
I do have the defaults set as you said, but that doesn't look like its affecting things
If you create a simple assembly you can test what I've found...
1. create a top level assy file.
2...
I found a journal which shows all objects in the MODEL reference set, but it's not working properly.
I'm using NX2212.
Is there a problem with the code or am I doing something wrong?
when I run the journal in an assembly, on one of the components, I double click the component to make it the...
I completely understand, thanks for giving ALL of us your time, & great advice. (I'm using the native one now)
I did find a minor annoyance..., when you hover over a part name in an assembly, it says MYSTERY_MESH instead of the part name....., i'll keep chipping away..
I can't PM you on here...
Hi Tamas,
Thanks for your help, this is "bloody brilliant"....
I had to edit the code as the second input box had been disabled. I edited from line 244 to look like this, to get that back again..
'If assemblyidQST Then
Dim assemblyid As String = InputBox("Please enter your required ID Name -...
Hi Tamas,
I've been using my edited version of your component creator, but I've noticed that it won't add more components, I must've broken it...
can you help me to remove the "PANEL" on the end of the part numbering, so I don't break the rest of the code.
I love this journal, i'm just not good...
I tried to test the journal but got this error.
Line 10 : 'Module' statement must end with a matching 'End Module'.
Line 89 : 'releaseObject' is not declared. It may be inaccessible due to its protection level.
Line 90 : 'releaseObject' is not declared. It may be inaccessible due to its...
NX uses a template part for new part creation, but the Grip file I'm using, then seems to create all the other parts from a "blank" template (from the customer defaults setting), which means, any info, I add to the template part, don't get included into the parts (only the first one that I run...
Thanks for the reply Ben...can you explain? where is the configuration file?
another approach could be to use the seed file that is in session when the grip is run, ie: get it to copy the work part.
the grip is used to create a directory of part file's and a cascading folder structure, all parts...
I wonder if anyone can help me to edit a grip file, it works fine, but it creates a bunch of files, using the BLANK part, I'm wondering if i can get in to use my start part template instead.
the GRIP documents seems to read that this can't be done.
done it, i saved a copy of the lock nut, updated the spreadsheet, then re-saved the preview image
Here's the file for anyone who wants it.
I know, there are newer seimens part families, but these have served me well, so i'm happy to keep using...
I've been using these part families for years & years, and taken them from place to place, recently I've noticed that the nut file "hex_nuts_mm.prt" has developed an error. Can anyone send me a fixed (or not corrupted version) version,
If I spend some time I'm sure I can fix it, I could easily...
This journal is great, but to suit my needs, i'd like to modify it a bit.
I changed the line you suggested (in the Component Creator) and I can now select any bodies in the assembly levels below the top level work part, and it adds the new parts at the bottom, then i can drag them under the...
I just ran thru this tutorial, on a test assembly, I'd already created with your journals, and when I added names to the bodies, IT EVEN updates, RIGHT THRU the assembly, this is GREAT stuff..
Thanks for the reply Tamas, this looks like just what I need, i'll give it a go implementing it, if it works, i'll share it back to the other thread you just linked
I've had success modifying the code, but I'm wondering if ONE more change is possible.
I've managed to remove the "-PANEL" and changed the 101, to 001.
what I'd like to do is, change the scope of the wave link selection to "ENTIRE ASSEMBLY"
My files are such that I need to create SUB assemblies...