Jump to content

Search the Community

Showing results for tags 'save a copy'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CADTutor
    • News, Announcements & FAQ
    • Feedback
  • AutoCAD
    • AutoCAD Beginners' Area
    • AutoCAD 2D Drafting, Object Properties & Interface
    • AutoCAD Drawing Management & Output
    • AutoCAD 3D Modelling & Rendering
    • AutoCAD Vertical Products
    • AutoCAD LT
    • CAD Management
    • AutoCAD Bugs, Error Messages & Quirks
    • AutoCAD General
    • AutoCAD Blogs
  • AutoCAD Customization
    • The CUI, Hatches, Linetypes, Scripts & Macros
    • AutoLISP, Visual LISP & DCL
    • .NET, ObjectARX & VBA
    • Application Beta Testing
    • Application Archive
  • Other Autodesk Products
    • Autodesk 3ds Max
    • Autodesk Revit
    • Autodesk Inventor
    • Autodesk Software General
  • Other CAD Products
    • BricsCAD
    • SketchUp
    • Rhino
    • SolidWorks
    • MicroStation
    • Design Software
    • Catch All
  • Resources
    • Tutorials & Tips'n'Tricks
    • AutoCAD Museum
    • Blocks, Images, Models & Materials
    • Useful Links
  • Community
    • Introduce Yourself
    • Showcase
    • Work In Progress
    • Jobs & Training
    • Chat
    • Competitions

Categories

  • Programs and Scripts
  • 2D AutoCAD Blocks
  • 3D AutoCAD Blocks
  • Images
    • Backgrounds

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 4 results

  1. Hi All, I was wondering if there was a way to save a copy of my drawing into two different locations when i hit a button..ie flash drive hooked to my computer and my sever at the same time? Thanks, Brian
  2. Hello, I have Inventor 2008 SP2 and AutoCad 2008 running on a Windows 7 machine. Since it has been installed on this machine, I am having trouble saving an Inventor 2D drawing as an ACAD 2D drawing. The drawing translates OK except that the radii in the Inventor Drawing turn into many small line segments in the ACAD drawing. This is a problem for purposes of dimensioning and exporting to CAM software. Can anyone help remedy this? Many thanks.
  3. I created a spreadsheet of about 40 rows to be used to create different parts. I then created a part "we'll call it Board_A". I linked to the spreadsheet and used 3 of the fields for my dimensions. Lets say I named the length (which was the extrusion number) as "Len_1". I saved it and all is well!! I then created other parts and used the spreadsheet for the dims. I then went back and opened "Board_A" and saved a copy as "Board_B". I closed Board_A and opened Board_B. I then rt clicked on "Extrusion" so I could change the length from "Len_1" to "Len_1_A" which is another row (field) on that same spreadsheet which is still linked. When I tried I received a message that said I couldn't do that (I forgot the actual message!) I clicked the Parameter icon and the only fields showing on the popup spreadsheet box were the ones I had previously used for those parts that I made from scratch. I thought I figured this out once but if I did I forgot. I deleted the spreadsheet link and then re-added it but nothing I have tried has worked. Is there a way to get these fields to be usable with a Copy of an existing part or do I just have to start from scratch and make the similar part? I hope this makes sense!! Thanks JR_Ohio
  4. hi.. need help on creating lsp that can: > save out a copy each on all opened dwgs to specified folder with suffix increase as per existing by next number! example; ``````` Currently opened dwgs: abc.dwg , def.dwg , ghi.dwg , etc.dwg when the command function is execute, it will create a copy each in specified folder same as the above opened filenames with a suffix added as shown below; c:\documents & settings\user\backup\abc_1.dwg c:\documents & settings\user\backup\def_1.dwg c:\documents & settings\user\backup\ghi_1.dwg if the second time of the command function is execute, it will save another copy with increment of 1 as per existing filename as shown below; c:\documents & settings\user\backup\abc_2.dwg c:\documents & settings\user\backup\def_2.dwg c:\documents & settings\user\backup\ghi_2.dwg thanks
×
×
  • Create New...