Skip to content

Commit 9aa7af2

Browse files
committed
new object
1 parent a346967 commit 9aa7af2

File tree

11 files changed

+474
-0
lines changed

11 files changed

+474
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
All notable changes to this object will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project has heard of [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
8+
## Compatibility
9+
Archicad version 24
10+
11+
## [Unreleased]
12+
13+
## [1.0] – 2020-12-28
14+
First version of this object published.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Tangenten an 2 Kreisen LX
3+
description: |
4+
Erstellung von Außen- und Kreuztangenten zwischen zwei Kreisen.
5+
description_en: |
6+
Draws outer and cross tangents between two circles.
7+
tags: 2D Helfer
8+
version: 1.0
9+
compat: 24
10+
lang: de
11+
---
35.2 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Ancestry>
3+
<MainGUID>F938E33A-329D-4A36-BE3E-85E126820996</MainGUID>
4+
<MainGUID>103E8D2C-8230-42E1-9597-46F84CCE28C0</MainGUID>
5+
</Ancestry>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CalledMacros>
3+
</CalledMacros>
24.9 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<LibpartData Owner="1196638531" Signature="1196644685" Version="41">
3+
<Identification>
4+
<MainGUID>165E0DE7-B9E6-4518-8136-367CF465CD73</MainGUID>
5+
<IsPlaceable>true</IsPlaceable>
6+
<IsArchivable>false</IsArchivable>
7+
<MigrationValue>Normal</MigrationValue>
8+
<IsTemplate>false</IsTemplate>
9+
</Identification>
10+
<Ancestry SectVersion="1" SectionFlags="0" SubIdent="0"/>
11+
<CalledMacros SectVersion="2" SectionFlags="0" SubIdent="0"/>
12+
<Script_2D SectVersion="20" SectionFlags="0" SubIdent="0"/>
13+
<Script_VL SectVersion="20" SectionFlags="0" SubIdent="0"/>
14+
<ParamSection SectVersion="27" SectionFlags="0" SubIdent="0"/>
15+
<Copyright SectVersion="1" SectionFlags="0" SubIdent="0"/>
16+
<Keywords SectVersion="1" SectionFlags="0" SubIdent="0"/>
17+
<Comment SectVersion="20" SectionFlags="0" SubIdent="0"/>
18+
<Picture MIME="image/png" Name="Picture_0.png" SectVersion="19" SectionFlags="0" SubIdent="0"/>
19+
</LibpartData>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<libpartdocs>
3+
<Copyright>
4+
<Author>Lucas Becker</Author>
5+
<License>
6+
<Type>CC BY-SA</Type>
7+
<Version>4.0</Version>
8+
</License>
9+
</Copyright>
10+
<Keywords SectVersion="1" SectionFlags="0" SubIdent="0">
11+
<![CDATA[Tangenten, Kreisen]]>
12+
</Keywords>
13+
<CommentSection>
14+
<![CDATA[Thaleskreise zum Ermitteln von Tangenten an 2 Kreisen – geometrische Methode im GDL nachgestellt. Ursprung bei Heimo Mooslechner.
15+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
16+
# v1.0 | 2020-12-26
17+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
18+
# runxel.xyz
19+
# visit https://runxel.xyz/archicad-objects]]>
20+
</CommentSection>
21+
22+
</libpartdocs>
Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ParamSection>
3+
<ParamSectHeader>
4+
<AutoHotspots>false</AutoHotspots>
5+
<StatBits>
6+
<STBit_FixSize/>
7+
</StatBits>
8+
<WDLeftFrame>0</WDLeftFrame>
9+
<WDRightFrame>0</WDRightFrame>
10+
<WDTopFrame>0</WDTopFrame>
11+
<WDBotFrame>0</WDBotFrame>
12+
<LayFlags>65535</LayFlags>
13+
<WDMirrorThickness>0</WDMirrorThickness>
14+
<WDWallInset>0</WDWallInset>
15+
</ParamSectHeader>
16+
<Parameters SectVersion="27" SectionFlags="0" SubIdent="0">
17+
<Length Name="A">
18+
<Description><![CDATA["Maß 1"]]></Description>
19+
<Fix/>
20+
<Flags>
21+
<ParFlg_Hidden/>
22+
</Flags>
23+
<Value>1</Value>
24+
</Length>
25+
<Length Name="B">
26+
<Description><![CDATA["Maß 2"]]></Description>
27+
<Fix/>
28+
<Flags>
29+
<ParFlg_Hidden/>
30+
</Flags>
31+
<Value>1</Value>
32+
</Length>
33+
<Length Name="ZZYZX">
34+
<Description><![CDATA["Höhe"]]></Description>
35+
<Fix/>
36+
<Flags>
37+
<ParFlg_Hidden/>
38+
</Flags>
39+
<Value>1</Value>
40+
</Length>
41+
<Boolean Name="AC_show2DHotspotsIn3D">
42+
<Description><![CDATA["2D-Fixpunkte in 3D zeigen"]]></Description>
43+
<Fix/>
44+
<Flags>
45+
<ParFlg_Hidden/>
46+
</Flags>
47+
<Value>1</Value>
48+
</Boolean>
49+
<Length Name="ac_bottomlevel">
50+
<Description><![CDATA["Untere Ebene"]]></Description>
51+
<Fix/>
52+
<Flags>
53+
<ParFlg_Hidden/>
54+
</Flags>
55+
<Value>1</Value>
56+
</Length>
57+
<Length Name="ac_toplevel">
58+
<Description><![CDATA["Obere Ebene"]]></Description>
59+
<Fix/>
60+
<Flags>
61+
<ParFlg_Hidden/>
62+
</Flags>
63+
<Value>0</Value>
64+
</Length>
65+
<Length Name="radius1">
66+
<Description><![CDATA["Radius Kreis 1"]]></Description>
67+
<Value>0.5</Value>
68+
</Length>
69+
<Length Name="radius2">
70+
<Description><![CDATA["Radius Kreis 2"]]></Description>
71+
<Value>0.25</Value>
72+
</Length>
73+
<Integer Name="disp_type">
74+
<Description><![CDATA["Aussen oder Kreuztangenten?"]]></Description>
75+
<Flags>
76+
<ParFlg_BoldName/>
77+
</Flags>
78+
<Value>1</Value>
79+
</Integer>
80+
<Boolean Name="b_show_construction">
81+
<Description><![CDATA["Konstruktionslinien zeigen"]]></Description>
82+
<Value>0</Value>
83+
</Boolean>
84+
<Boolean Name="b_link_colors">
85+
<Description><![CDATA["Gleiche Farben"]]></Description>
86+
<Value>0</Value>
87+
</Boolean>
88+
<Boolean Name="b_link_linetypes">
89+
<Description><![CDATA["Gleiche Linienarten"]]></Description>
90+
<Value>0</Value>
91+
</Boolean>
92+
<PenColor Name="pen_circles">
93+
<Description><![CDATA["Stift Kreise"]]></Description>
94+
<Value>2</Value>
95+
</PenColor>
96+
<LineType Name="lt_circles">
97+
<Description><![CDATA["Linientyp Kreise"]]></Description>
98+
<Value>1</Value>
99+
</LineType>
100+
<PenColor Name="pen_tangents">
101+
<Description><![CDATA["Stift Tangenten"]]></Description>
102+
<Value>106</Value>
103+
</PenColor>
104+
<LineType Name="lt_tangents">
105+
<Description><![CDATA["Linientyp Tangenten"]]></Description>
106+
<Value>5</Value>
107+
</LineType>
108+
<PenColor Name="pen_helpers">
109+
<Description><![CDATA["Stift Hilfskonstruktion"]]></Description>
110+
<Value>102</Value>
111+
</PenColor>
112+
<LineType Name="lt_helpers">
113+
<Description><![CDATA["Linientyp Hilfskonstruktion"]]></Description>
114+
<Value>2</Value>
115+
</LineType>
116+
<PenColor Name="pen_linked">
117+
<Description><![CDATA["Stift"]]></Description>
118+
<Value>1</Value>
119+
</PenColor>
120+
<LineType Name="lt_linked">
121+
<Description><![CDATA["Linientyp"]]></Description>
122+
<Value>1</Value>
123+
</LineType>
124+
<Length Name="x1">
125+
<Description><![CDATA["X Coor Kreis 1"]]></Description>
126+
<Flags>
127+
<ParFlg_Hidden/>
128+
</Flags>
129+
<Value>1</Value>
130+
</Length>
131+
<Length Name="y1">
132+
<Description><![CDATA["Y Coor Kreis 1"]]></Description>
133+
<Flags>
134+
<ParFlg_Hidden/>
135+
</Flags>
136+
<Value>0</Value>
137+
</Length>
138+
<Length Name="x2">
139+
<Description><![CDATA["X Coor Kreis 2"]]></Description>
140+
<Flags>
141+
<ParFlg_Hidden/>
142+
</Flags>
143+
<Value>3</Value>
144+
</Length>
145+
<Length Name="y2">
146+
<Description><![CDATA["Y Coor Kreis 1"]]></Description>
147+
<Flags>
148+
<ParFlg_Hidden/>
149+
</Flags>
150+
<Value>2</Value>
151+
</Length>
152+
</Parameters>
153+
</ParamSection>

0 commit comments

Comments
 (0)