Hi,
I've got 2 questions for NX11 drafting:
- Is it possible to add a custom parameter/text (for instance 'minimal') in the hole callout. I would like to be able to add 'minimal' before thread depth (but not always), instead of modifying the tolerances?
- How can I change the distance of...
Hi,
I'm trying to set part attributes with a VB journal. This all works fine when I'm in the part itself by using:
Dim workPart As Part = theSession.Parts.Work
and further on
workPart.SetUserAttribute(_attributeTitle1, -1, _attributeValue1, Update.Option.Later)
However, when I'm in the...
I am working with a large assembly with lots of subassys which I would like to export to Ansys. Since I do not want to export all parts/assemblies, I use suppress parts (checkmark greyed out). This works ok. However, when I temporarily suppress a complete parent assembly (because I would like to...
I'm looking for a journal/shortcut which can toggle between arrow-in and arrow-out in drafting. Me and my colleagues find it not so easy that you need at least 3 mouseclicks before you reach the 'annotation style' and can choose the correct arrow placing. It would be nicer to have some kind of...
I have spend a long time searching this forum and I have found some code that exports the coordinates of points (thread561-314774). However, this journal does not export the name as given in the part navigator of NX. The code I use is:
' NX 7.5.0.32
' eng-tips thread561-314774
' return...