Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
acadplot2rhino [2020/08/14]
127.0.0.1 external edit
acadplot2rhino [2022/01/10]
maryfugier
Line 1: Line 1:
 ====== AutoCAD CTB to Rhino ====== ====== AutoCAD CTB to Rhino ======
-//How do I get my AutoCAD CTB lineweights 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://mcneel.supportbee.com/tickets/33170460|thread on the Rhino Support Forum]] for a py script with similar features.
  
 ===== AutoCAD CTB ===== ===== AutoCAD CTB =====
Line 20: Line 22:
  
 ==== How It Works ====  ==== How It Works ==== 
-//This script requires Rhinoceros 5 or 6 for Windows.//+//This script requires Rhinoceros 5or 7 for Windows.//
   - Download the [[http://mcneel.s3.amazonaws.com/misc/samples/SetAcadPrintInfo.zip|SetACADPrintInfo.ZIP]].    - Download the [[http://mcneel.s3.amazonaws.com/misc/samples/SetAcadPrintInfo.zip|SetACADPrintInfo.ZIP]]. 
   - Unzip into a folder on your Desktop.   - Unzip into a folder on your Desktop.
acadplot2rhino.txt ยท Last modified: 2022/01/11 by maryfugier