How to extract plotstyle color information?

How to extract plotstyle color information?

Anonymous
Not applicable
1,351 Views
1 Reply
Message 1 of 2

How to extract plotstyle color information?

Anonymous
Not applicable

Is there has any method I can extract plotstyle sheet color information from autocad?

 

 

plotstyle.png

0 Likes
1,352 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Below are the manual methods to accomplish the same outside of ObjectARX programming environment:

  1. Autodesk has a utility program known as “Table Print utility”. You can use it to export and extract information from “Color dependent plot style tables (.CTB files)” or “Named plot style tables (.STB files)”in AutoCAD. But Autodesk has not made this utility program available for all versions of AutoCAD.
  2. Alternatively, there is another tool which will help you to view CTBs, print them and save as text file that you can open in Excel. Link below: http://www.noliturbare.com/plot-print/print-ctbs-and-more

Steps to use:

  1. Download the Plot Style Viewer.
  2. Open the .CTB file and save as .txt.
  3. To import into an Excel (2007) spreadsheet:

- From the Ribbon -> Data Tab -> Get External Data Panel -> Select From Text

- Navigate to the .txt and Import.

 

Hope it helps.

Thank You!

0 Likes