solidworks >> Help with "Save As"

by nowhereman » Sun, 05 Mar 2006 04:19:17 GMT

i am a newbie to solidworks......help file says i can export a part to a
dxf or dwg file by selecting file save as then set selection of file type
to dxf/dwg format, then set options......... my file save as does not have
an option for dxf/dwg.....

thanks in advance for any help anyone may be able to offer

nwm


----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---

solidworks >> Help with "Save As"

by John Eric Voltin » Sun, 05 Mar 2006 04:27:51 GMT


If you create drawing file for your part or assembly, you will be able to
export the drawing as a DWG of DXF file. I don't believe you can export a
part or assembly directly as DWG or DXF.

--
- John

John Eric Voltin
Senior Mechanical Engineer
Agile Technology
512-633-0394

solidworks >> Help with "Save As"

by Fye » Sun, 05 Mar 2006 09:46:27 GMT

I wholly agree with what John just said.

To add to that though, I believe that there will soon be a 3-d dxf
format standardized soon (if it hasn't already). If memory serves, I
believe this was one of the things that was "introduced" at SWW2006.

solidworks >> Help with "Save As"

by SoCalMike » Mon, 06 Mar 2006 22:22:18 GMT

I believe they are going to debut "3D PDF" capabilities in SW 2007. A
3D dwg or dxf doesnt make sense those are 2D formats.

solidworks >> Help with "Save As"

by Dale Dunn » Tue, 07 Mar 2006 00:36:40 GMT

> I believe they are going to debut "3D PDF" capabilities in SW 2007. A

Well, they're traditionally 2D, but they've been capable of 3D for years.

Similar Threads

1. PLEASE HELP AGAIN: need to export informations about saved UCS

2. Batch printing saved views - Please help

We recently received some autocad 2000 files from a sister company
that contain anywhere from 10 - 30 saved views. (they used autocad as
if it were a word processor).
We have autocad 2004.
Is there an easy way to print all the saved views as a batch. I don't
want to print each page individually. We have limited autocad
experience, so I am stressing the easy part.
I would ultimately prefer to plot to a .pdf format with all the pages
in one document. 

Any help would be greatly appreciated.

Thanks,
Joe

3. API help : Save as Jpeg

4. help: 'failed to save document' warning

Hi,

SW2006 SP4 - I'm getting a 'failed to save document' warning when I try and 
save a part. It was previously referenced  in an assembly, which I closed in 
order to save it as another part without messing with the references. Now I 
canr save the part at all.

Any ideas?

Thanks

Lee 


5. Saving error, HELP!

6. Help with a Save as PDF Macro

Hi all,

I am trying to program macro to save my current drawing as a PDF
file.   I found a macro on the net that does this and it works great.
However, I wanted to modify it to add the drawing revision to the file
name.  I know others have attempted the same thing, but I can't seem
to get the code to run.

I would appreciate it if some who knows better could review the code
and find my mistake.  The trouble seems to be in the way I am trying
to get the value for the revision parameter from the drawing.   Iv'e
tried lots of aproaches, but it seems I am not getting the correct
object.

Much appreciated.

Dave Seebauer

Dim SwApp As SldWorks.SldWorks
Dim Model As SldWorks.ModelDoc2
Dim MyPath, ModName, NewName As String
Dim MB As Boolean
Dim Errs As Long
Dim Warnings As Long
Dim reesolvedValOut, revTag As String
Dim swConfigMgr         As SldWorks.ConfigurationManager
Dim swConfig            As SldWorks.Configuration
Dim swCustPropMgr       As SldWorks.CustomPropertyManager


Sub main()

  Set SwApp = Application.SldWorks

' This ensures that there are files loaded in SolidWorks
  Set Model = SwApp.ActiveDoc
  Set swConfigMgr = Model.ConfigurationManager
  Set swConfig = swConfigMgr.ActiveConfiguration

  If Model Is Nothing Then
      MB = MsgBox("No drawing loaded!", vbCritical)
      Exit Sub
    End
  End If

 'Get Revision Tag
  Set swCustPropMgr = swConfig.CustomPropertyManager
  Set void = swCustPropMgr.Get2("Revision", revTag, reesolvedValOut)



' Admonish user if attempted to run macro on part or assy file
  If Model.GetType <> 3 Then
      SwApp.SendMsgToUser "Current document is not a drawing."
      End
  End If

' Use one of the three following options for PDF save location '
Comment out the options with are not used.

' Option 1: Use the current directory
'  MyPath = CurDir
'
' Option 2: Specify the directory you want to use '  MyPath = "C:\PDF"

' Option 3: Use the drawing folder
  MyPath = Left(Model.GetPathName, InStrRev(Model.GetPathName, "\") -
1)



' Status
  ModName = Left(Model.GetTitle, InStrRev(Model.GetTitle, " Sheet") -
3)
  NewName = ModName & " R" & revTag & ".pdf"


  MsgBox "Save " & NewName & " to" & Chr(13) & MyPath & Chr(13) &
Chr(13) & "(No notification will occur " & Chr(13) & "for success PDF
creation.)"

' PDF Creation
  MB = Model.SaveAs4(MyPath & "\" & NewName, swSaveAsCurrentVersion,
swSaveAsOptions_Silent, Errs, Warnings)

' Warnings to user on Error
'  MsgBox "Errors: " & Errs & vbCrLf & "Warnings: " & Warnings
  If Warnings <> 0 Then
     MsgBox "There were warnings.  PDF creation may have failed.
Verify" &
Chr(13) & "results and check possible causes.", vbExclamation
     Else
  End If

  If MB = False Then
     MsgBox "PDF creation has failed!  Check save location, available"
&
Chr(13) & "disk space or other possible causes.", vbCritical
     Else
  End If

'Clear immediate values
  Set Model = Nothing
  Set MyPath = Nothing

End Sub

7. Req help : macro to save current read-only model to "Work" area with drawing

8. save as parasolid only saves what's shown SW2004

Just for reference, when you save as parasolid it is now back to saving only
what is visible (whereas in SW2003 it saved all the hidden surfaces etc as
well), which I'm personally thankful for as it was a pain in the jacks to
have to select a particular body before 'exporting'  - and in the begining
2003 caught me out with toolmakers who couldn't understand what all the
extra surfaces were for, which I thought were hidden and therefore not
exported.

Just thought you might like to know

On a similar note, would anyone else like to see the 'export' functions
under an 'export' title? I find it really annoying when you make the mistake
of not selecting the save-as type and you end up messing with your assembly
references. Having 'export' would totally solve this. I've put in an
enhancement request a couple of times for this, but nothing as changed.

lee