Yes this is my experience as well, same assembly complexity in Catia V5 and I-deas (Under Virtual Box!) and performance in NX is noticeably poorer (certified workstations and certified drivers for graphics cards). This is not helped by the fact that setting up NX visualization is very complex...
High DPI screens are wonderful as images and text can look much crisper, sadly high dpi support is very lackluster on windows and all sort of scaling issues usually crop up. Quadro P4000 cards should be able to run NX at 4k with usable frame rates, but with that said I would prefer to run the...
The listingwindow cannot handle all UTF-8 Characters, this should according to gtac be fixed in NX10.
Thought using Dim triangle As String = ChrW(8710) ''UTF8 32 Decimal works for creating notes in drafting mode without causing exceptions.
In my experience there are two solutions, hire an experienced tool designer (can be expensive/hard depending on geographical location) or do internal on the job training for new graduate / engineer from other field.
But irrespective on wich path you choose there will be a need for internal...
Or you could use the extract geometry composite curve feature with the rule selection set to sheet edges. Then use the length measure with selection rule set to feature curve to get all curves belonging to the composite curve.
Use ChrW()
Option Strict Off
Imports System
Imports NXOpen
Module NXJournal
Sub Main (ByVal args() As String)
Dim theSession As Session = Session.GetSession()
Dim triangle As String = ChrW(8710) ''UTF8 32 Decimal
msgbox(triangle)
End Sub
End Module
I would use partial component shading if I wanted to add emphasis to a specific component on a drawing.
See the attached pdf file for a how to.
Edit: If you do not want any shaded faces, only change the line width and curve type and set translucency to...
I am curious about your workflow, as I have not encountered any assemblies with that many arrangements configurations before. Are you maybe using arrangements to capture what if designs?
[url=https://www.java.com/en/download/help/path.xml]
Same principle but instead of editing path you are creating/editing UGII_JAVA_HOME and setting it to the java home directory.