I am using the macro from this thread:
https://www.eng-tips.com/viewthread.cfm?qid=328477#post
Changed a little bit into this:
Option Explicit
Sub main()
Dim swApp As SldWorks.SldWorks
Dim swModel As SldWorks.ModelDoc2
Dim vConfNameArr As Variant
Dim sConfigName As String
Dim nStart As...
hey all,
I am having the following issue: I am given a Function discribing a curve for me (lets say parabolic). I want this line in Unigraphics (using nx6). Is it possible to just enter this function in spreadsheet and let NX draw the curve?
Or do I need to import a pdf/ tiff drawing from the...