I am new to coding and am eventually trying to run scripts that allow different layout pages to have different linetype displays, relevant to specific page sizes.
It works to run scripts from RhinoScript Editor, but as soon as I attempt saving and running a code outside the Editor, this message appears:
- How can I successfully write, save, and load scripts?
- Is there an easier way in Rhino 5 to add custom linetype to each layout page?
Right now I am working with this forum stream: http://v5.rhino3d.com/forum/topics/2d-printing-plot-styles?commentId=6377196%3AComment%3A71176
Customizing the script to be:
arrStyle(0) = array(20, 20, 20, 0.3, 255, 0, 255)
vs. the provided arrStyle(0) = array(255, 0, 0, 0.99, 0, 0, 0)
Thank-you!