This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
acadplot2rhino [2022/01/10] maryfugier |
acadplot2rhino [2024/08/07] (current) maryfugier [How It Works] |
||
---|---|---|---|
Line 2: | Line 2: | ||
//How do I get my AutoCAD CTB line weights and print colors into Rhino?// | //How do I get my AutoCAD CTB line weights and print colors into Rhino?// | ||
The AutoCAD CTB file is proprietary and compiled. So our script can not read it directly. You will need to manually update a CSV file and use our script to read that file. Our script will change all the layers that match the color in the CTB file to the width that you specify in the CSV file. Here are the details. | The AutoCAD CTB file is proprietary and compiled. So our script can not read it directly. You will need to manually update a CSV file and use our script to read that file. Our script will change all the layers that match the color in the CTB file to the width that you specify in the CSV file. Here are the details. | ||
- | |||
- | **Another Option:** See this [[https:// | ||
===== AutoCAD CTB ===== | ===== AutoCAD CTB ===== | ||
Line 22: | Line 20: | ||
==== How It Works ==== | ==== How It Works ==== | ||
- | //This script requires Rhinoceros | + | //This script requires Rhinoceros for Windows, version 5 or later.// |
- | - Download the [[http:// | + | - Download the [[https:// |
- Unzip into a folder on your Desktop. | - Unzip into a folder on your Desktop. | ||
- Edit the CSV in Excel or text editor. | - Edit the CSV in Excel or text editor. |