Tunnel, removing the centreline from finished sketch

Jams

New member
Ive been trying to figure out how to remove the centreline from the finish sketch, with no sucess. Anyone know how its done?
 

El Agreb

Member
Usually find a good ink rubber does the trick quite nicely, alternatively it's that good old standby  - tipp-ex.
 

Duncan

Member
Jams said:
Ive been trying to figure out how to remove the centreline from the finish sketch, with no sucess. Anyone know how its done?

Look at http://www.freesteel.co.uk/wiki/index.php/Custom_fontcolours_xml_files, which explains how to set line styles for different types of line in Tunnel.  The following line in the example sets the centreline style:

Code:
<linestylecol linestyle="centreline" strokewidth="0.312" strokecolour="#ff800000"/>

Try either setting the strokewidth to 0 or setting the strokecolour to be transparent (set the first two characters after the # to 0).  Looking in the fontcolours.xml file for one of our projects, it looks like strokecolour="none" works, although it's not mentioned in the documentation.
 
Top