Hi,
Is there a way to adjust line weights when drafting? I’ve looked under the ‘Drafting’ tab but can’t seem to see what I want.
Thanks
Ramon
Hi,
Is there a way to adjust line weights when drafting? I’ve looked under the ‘Drafting’ tab but can’t seem to see what I want.
Thanks
Ramon
Hi Ramon,
have a look at this: http://docs.mcneel.com/rhino/5/help/en-us/commands/printdisplay.htm
Maybe that is a good starting point to find how rhino handles line width/style
I found it useful to write a simple script to thicken lines. This script will “remember” your line thickness and use it as default next time.
ThickenLines.rvb(1.3 KB)
Dan
Okay cool. I’ll give it a go.
Cheers
Ramon
Hi Willem,
Thanks for the link. I’ll have a look at it and see if it helps.
Ramon
I just discovered a problem with the ThickenLines script I had attached. It probably didn’t work for anyone else, just as it failed to work on my new computer. If anyone is interested, here is the fixed version.
ThickenLines.rvb(1.3 KB)
Dan