See the top rated post in this thread. Click here

Results 1 to 6 of 6

Thread: Plotting another company's drawing

  1. #1
    All AUGI, all the time
    Join Date
    2009-11
    Location
    Raleigh, NC
    Posts
    944
    Login to Give a bone
    0

    Default Plotting another company's drawing

    If a sub has sent me a DWG with there font styles, shape files and plot style, what is the best method to plot after I unzip that file?

    would I distribute those files to the appropriate search files that are assigned in options?

  2. #2
    Super Moderator CAtDiva's Avatar
    Join Date
    2015-10
    Location
    Where pedals spin to move wheels
    Posts
    442
    Login to Give a bone
    0

    Default Re: Plotting another company's drawing

    Quote Originally Posted by tim_newsome View Post
    If a sub has sent me a DWG with there font styles, shape files and plot style, what is the best method to plot after I unzip that file?

    would I distribute those files to the appropriate search files that are assigned in options?
    You could add that folder to your search list for the font & shape files, but I'd more likely copy them to your resource folders. The plot style has to go to your plot style folder 'cause ACAD only looks in one place for plot style tables.

  3. #3
    AUGI Addict
    Join Date
    2015-12
    Posts
    2,095
    Login to Give a bone
    0

    Default Re: Plotting another company's drawing

    If they provide a plot style, shape files, etc. then they go in the appropriate central folder for that client. The fall-through nature of the support file search path and plot style folder list lets us set up folders to search Client => Application (we run a number of different third-party programs) => core AutoCAD. Our start-up system includes client selection that sets search paths so provide the user picks the right client, AutoCAD sees the appropriate support files.

    We also have a "thin lines" plot style so that we can plot anything, as it's not unusual for Document control (client or ours) to know what to do with things like CTBs and SHXs.

  4. #4
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    1

    Default Re: Plotting another company's drawing

    Quote Originally Posted by CAtDiva View Post
    The plot style has to go to your plot style folder 'cause ACAD only looks in one place for plot style tables.
    Sort of true.
    You can place a Windows shortcut to your "client" folder, in the normal plot style table folder, and AutoCAD will read the CTB/STB files from the "client" folder" too.
    R.K. McSwain | CAD Panacea |

  5. #5
    AUGI Addict
    Join Date
    2015-12
    Posts
    2,095
    Login to Give a bone
    0

    Default Re: Plotting another company's drawing

    Quote Originally Posted by rkmcswain View Post
    Sort of true.
    You can place a Windows shortcut to your "client" folder, in the normal plot style table folder, and AutoCAD will read the CTB/STB files from the "client" folder" too.
    Last couple of versions you *can* provide multiple folder locations without shortcuts. I can set them manually but not through automation in 2014; later releases fixed this.

  6. #6
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    1

    Default Re: Plotting another company's drawing

    Quote Originally Posted by dgorsman View Post
    I can set them manually but not through automation in 2014; later releases fixed this.
    Actually, you can set them through automation too, just in a different method.
    You have to use:

    Code:
    (setenv "PrinterStyleSheetDir" .................)
    
    ;;; instead of 
    
    (vla-put-PrinterStyleSheetPath .... ) <-- which will only accept a single path
    R.K. McSwain | CAD Panacea |

Similar Threads

  1. 2013: Holes in Drawing When Plotting
    By EugeneNinnie in forum Revit - Plotting/Printing/Exporting
    Replies: 0
    Last Post: 2013-03-07, 04:51 PM
  2. Plotting drawing
    By jenniferchavez in forum AutoCAD Civil 3D - General
    Replies: 2
    Last Post: 2012-01-24, 05:33 PM
  3. Problem plotting drawing to PDF
    By cajchris in forum AutoCAD General
    Replies: 3
    Last Post: 2010-03-15, 12:30 PM
  4. Drawing System for Multi Department Company
    By archie.manza in forum CAD Standards
    Replies: 10
    Last Post: 2008-09-26, 07:47 PM
  5. plotting .plt to reprographic company
    By RCA4697 in forum AutoCAD Plotting
    Replies: 2
    Last Post: 2005-07-19, 12:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •