Laufmaschine
Aus Wiki1
(Unterschied zwischen Versionen)
Zeile 31: | Zeile 31: | ||
c9 = brd.create('circle',[p5,49],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}), | c9 = brd.create('circle',[p5,49],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}), | ||
c10= brd.create('circle',[p6,65.7],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}), | c10= brd.create('circle',[p6,65.7],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}), | ||
- | p7 = brd.create('intersection', [c9, c10, 1], {withLabel:false, size:1, fillColor:"red", trace: | + | p7 = brd.create('intersection', [c9, c10, 1], {withLabel:false, size:1, fillColor:"red", trace:false}), |
b9 = brd.create('segment', [p5, p7], {withLabel:true, name:'i'}), | b9 = brd.create('segment', [p5, p7], {withLabel:true, name:'i'}), | ||
b10= brd.create('segment', [p6, p7], {visible:false}), | b10= brd.create('segment', [p6, p7], {visible:false}), |