@Gutpa65,
Drawing template 1
Link
Drawing template 2
Link
Part
Link
Is this what you are asking for?
https://files.engineering.com/getfile.aspx?folder=7602ff16-b6b3-43d7-9e59-9be456ef447b&file=Example_eng-tips.SLDPRT
@TheTick,
The point is that I would expect my part to export 1:1, but it doesn`t when I use the macro. It does when I use the Export to dxf / dwg command.
Hi,
@TheTick I know I can select scale options when exporting drawings as DXF. This function is disabled when exporting from a part. I really wouldnt know how to add this into my code.
If someone could help me with that, would be apreciated.
@Gupta65: I tried that, but this doesn't work.
The...
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...