1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<?xml version="1.0" encoding="UTF-8" ?>
<drgenius>
<macro name="Bissectrice">
<description>Choisir trois points, le deuxième point étant le sommet de l'angle.</description>
<input>
<point id="912321056" type="Free">
<x>-6.01470588235294</x>
<y>0.02941176470588097</y></point>
<point id="996658498" type="Free">
<x>-6.98529411764706</x>
<y>3.205882352941177</y></point>
<point id="966710620" type="Free">
<x>-4.22058823529412</x>
<y>3.176470588235294</y></point></input>
<output>
<hidden>
<line id="198471639" type="2pts">
<parent ref="996658498"/>
<parent ref="912321056"/> </line></hidden>
<hidden>
<line id="177931739" type="2pts">
<parent ref="996658498"/>
<parent ref="966710620"/> </line></hidden>
<hidden>
<value id="884742107" type="value">
<x>0.3970588235294117</x>
<y>2.823529411764706</y>
<value>5.0</value></value></hidden>
<hidden>
<circle id="196315787" type="radius">
<parent ref="996658498"/>
<parent ref="884742107"/> </circle></hidden>
<hidden>
<point extra="1" id="24101578" type="Intersection">
<parent ref="177931739"/>
<parent ref="196315787"/> </point></hidden>
<hidden>
<circle id="24223043" type="radius">
<parent ref="24101578"/>
<parent ref="884742107"/> </circle></hidden>
<hidden>
<point extra="1" id="222412182" type="Intersection">
<parent ref="198471639"/>
<parent ref="196315787"/> </point></hidden>
<hidden>
<circle id="231846431" type="radius">
<parent ref="222412182"/>
<parent ref="884742107"/> </circle></hidden>
<hidden>
<point extra="0" id="-217609384" type="Intersection">
<parent ref="24223043"/>
<parent ref="231846431"/> </point></hidden>
<hidden>
<point extra="1" id="217609382" type="Intersection">
<parent ref="24223043"/>
<parent ref="231846431"/> </point></hidden>
<final>
<line id="88481379" type="2pts">
<parent ref="-217609384"/>
<parent ref="217609382"/> </line></final></output></macro></drgenius>
|