This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
acadplot2rhino [2020/08/14] 127.0.0.1 external edit |
acadplot2rhino [2024/08/07] (current) maryfugier [How It Works] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== AutoCAD CTB to Rhino ====== | ====== AutoCAD CTB to Rhino ====== | ||
- | //How do I get my AutoCAD CTB lineweights | + | //How do I get my AutoCAD CTB line weights |
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. | ||
Line 20: | 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. |