<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Thema "Betreff: Objekt 3D Höhenkote" in Bibliotheken und Objekte</title>
    <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665078#M22016</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hmooslechner_0-1749308208175.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/87735iFBCA4C2271D3B002/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hmooslechner_0-1749308208175.png" alt="Hmooslechner_0-1749308208175.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;master-script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if IDON = 1 then 
	Praefix = GLOB_ID
  else
	praefix = ""
endif
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2D-Script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Hotspot2 0, 0

Dingz = SYMB_POS_z

DEFINE STYLE BemTextStyle "Arial", zzyzx/3/GLOB_SCALE*1000, 8, 0
style BemTextStyle 

circle2 0,0,ZZYZX/3

line2 -ZZYZX/3, 0, ZZYZX/3, 0
line2 0,-ZZYZX/3,0,ZZYZX/3
add2 0,zzyzx/3*1.2

if eingeneNN # 0 then 
		Meereshohe = eingeneNN
	else
		Meereshohe= GLOB_PROJECT_ALTITUDE
endif


		if nn = 1 then

				if IDON = 1 then TEXT2 0, 0, praefix + " " + str(Dingz+Meereshohe, 7, 2) 
				if IDON = 0 then TEXT2 0, 0, str(Dingz+Meereshohe, 7, 2) 

			else

				if IDON = 1 then TEXT2 0,0, praefix + " " + str(Dingz, 7, 2)
				if IDON = 0 then TEXT2 0,0, str(Dingz, 7, 2)
		endif



	
del 1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3D-Script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EPS = 0.00001  !!!Einfach ein kleiner Wert..


!CameraX = GLOB_EYEPOS_X !!!Versuch den Text immer lesbar hinzudrehen - aber dies erfordert einen Neuaufbau 3D
!Cameray = GLOB_EYEPOS_y
!Cameraz = GLOB_EYEPOS_z

!Dingx = SYMB_POS_X
!Dingy = SYMB_POS_y
Dingz = SYMB_POS_z

!xdist = CameraX - Dingx
!ydist =  Cameray - Dingy
!
!Dist = SQR(xdist^2 + ydist^2)
!
!
!
!
!	beta = xdist/dist
!	IF beta &amp;gt; 1 THEN beta = 1
!	IF beta &amp;lt; -1 THEN beta = -1
!
!	alpha2D = ACS (beta)
!

material Pfeilmat
!!!   CONE h, r1, r2, alpha1, alpha2
CONE zzyzx, 0, zzyzx/3, 90, 90



hotspot 0,0,0,1

material Textmat
DEFINE STYLE BemTextStyle "Arial", zzyzx/GLOB_SCALE*30000, 8, 0
addz zzyzx * 1.05

	style BemTextStyle 

!addy zzyzx/3*1.2
!	TEXT EPS, 0, str(Dingz, 7, 2)
!del 1

	  rotz 0! Alpha2D+90  !!!Versuch den Text immer lesbar hinzudrehen - aber dies erfordert einen Neuaufbau 3D
	  rotx 90



	if eingeneNN # 0 then 
			Meereshohe = eingeneNN
		else
			Meereshohe= GLOB_PROJECT_ALTITUDE
	endif


		if nn = 1 then

			! 	TEXT EPS, 0, str(Dingz+Meereshohe, 7, 2) 

			! else

			! 	TEXT EPS, 0, str(Dingz, 7, 2)

				if IDON = 1 then TEXT  EPS, 0, praefix + " " + str(Dingz+Meereshohe, 7, 2) 
				if IDON = 0 then TEXT  EPS, 0, str(Dingz+Meereshohe, 7, 2) 

			else

				if IDON = 1 then TEXT  EPS, 0, praefix + " " + str(Dingz, 7, 2)
				if IDON = 0 then TEXT  EPS, 0, str(Dingz, 7, 2)

		endif

	  del 2
del 1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jun 2025 14:59:31 GMT</pubDate>
    <dc:creator>Hmooslechner</dc:creator>
    <dc:date>2025-06-07T14:59:31Z</dc:date>
    <item>
      <title>Objekt 3D Höhenkote</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/645542#M21834</link>
      <description>&lt;P&gt;Liebe Community!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ich verwende sehr gerne das Objekt "3D Höhenkote" von Heimo Mooslechner.&lt;/P&gt;&lt;P&gt;Könnte mir jemand helfen wie ich es so umstellen/ umschreiben könnte, sodass mir der Wert "über Meeresspiegel" anstelle "bezogen auf Projekursprung" angezeigt wird?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vielen Dank im voraus!&lt;/P&gt;&lt;P&gt;Claudia&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 09:07:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/645542#M21834</guid>
      <dc:creator>TB Seidl</dc:creator>
      <dc:date>2025-01-09T09:07:02Z</dc:date>
    </item>
    <item>
      <title>Betreff: Objekt 3D Höhenkote</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/645763#M21836</link>
      <description>&lt;P&gt;gute Idee!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hier mal das geänderte Objekt in einer AC28EduAut-Datei:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/scl/fi/yi7zuv5ybjhx2m04zabqa/Meeresh-he-mit-3D-H-henkote.pln?rlkey=xruvbv7312l2pi2286xhz75is&amp;amp;st=n8svarwo&amp;amp;dl=0" target="_blank"&gt;https://www.dropbox.com/scl/fi/yi7zuv5ybjhx2m04zabqa/Meeresh-he-mit-3D-H-henkote.pln?rlkey=xruvbv7312l2pi2286xhz75is&amp;amp;st=n8svarwo&amp;amp;dl=0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Änderungen 10.1.2025: Normal-Null (Meereshöhe) alsOption hinzugefügt - einmal die Normal-Null des Projektes oder alternativ die Eingabe einer eigenen Höhenangabe.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;neu angelegte Parameter:&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;"NN"&amp;nbsp; &amp;nbsp; &amp;nbsp;- Schalter ob man die Normal-Null haben will - wenn ja, dann noch:&lt;/P&gt;
&lt;P class="p1"&gt;"eingeneNN"&amp;nbsp; &amp;nbsp; - wenn man dort eine Zahle eingibt, wird dann diese zur ermittelten Höhe des Objektes hinzugefügt, wenn dort 0 drin ist, dann nimmt es die Projekt-eingestellte Meereshöhe.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;2D-Script:&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;
Hotspot2 0, 0

Dingz = SYMB_POS_z

DEFINE STYLE BemTextStyle "Arial", zzyzx/3/GLOB_SCALE*1000, 8, 0
style BemTextStyle 

circle2 0,0,ZZYZX/3

line2 -ZZYZX/3, 0, ZZYZX/3, 0
line2 0,-ZZYZX/3,0,ZZYZX/3
add2 0,zzyzx/3*1.2

if eingeneNN # 0 then 
		Meereshohe = eingeneNN
	else
		Meereshohe= GLOB_PROJECT_ALTITUDE
endif


		if nn = 1 then

				TEXT2 0, 0, str(Dingz+Meereshohe, 7, 2) 

			else

				TEXT2 0,0, str(Dingz, 7, 2)
				
		endif



	
del 1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3D-Script:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EPS = 0.00001  !!!Einfach ein kleiner Wert..


!CameraX = GLOB_EYEPOS_X !!!Versuch den Text immer lesbar hinzudrehen - aber dies erfordert einen Neuaufbau 3D
!Cameray = GLOB_EYEPOS_y
!Cameraz = GLOB_EYEPOS_z

!Dingx = SYMB_POS_X
!Dingy = SYMB_POS_y
Dingz = SYMB_POS_z

!xdist = CameraX - Dingx
!ydist =  Cameray - Dingy
!
!Dist = SQR(xdist^2 + ydist^2)
!
!
!
!
!	beta = xdist/dist
!	IF beta &amp;gt; 1 THEN beta = 1
!	IF beta &amp;lt; -1 THEN beta = -1
!
!	alpha2D = ACS (beta)
!

material Pfeilmat
!!!   CONE h, r1, r2, alpha1, alpha2
CONE zzyzx, 0, zzyzx/3, 90, 90



hotspot 0,0,0,1

material Textmat
DEFINE STYLE BemTextStyle "Arial", zzyzx/GLOB_SCALE*30000, 8, 0
addz zzyzx * 1.05

	style BemTextStyle 

!addy zzyzx/3*1.2
!	TEXT EPS, 0, str(Dingz, 7, 2)
!del 1

	  rotz 0! Alpha2D+90  !!!Versuch den Text immer lesbar hinzudrehen - aber dies erfordert einen Neuaufbau 3D
	  rotx 90



	if eingeneNN # 0 then 
			Meereshohe = eingeneNN
		else
			Meereshohe= GLOB_PROJECT_ALTITUDE
	endif


		if nn = 1 then

				TEXT EPS, 0, str(Dingz+Meereshohe, 7, 2) 

			else

				TEXT EPS, 0, str(Dingz, 7, 2)

		endif

	  del 2
del 1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 16:07:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/645763#M21836</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2025-01-10T16:07:36Z</dc:date>
    </item>
    <item>
      <title>Betreff: Objekt 3D Höhenkote</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/651861#M21878</link>
      <description>&lt;P&gt;Hallo Heimo!&lt;/P&gt;&lt;P&gt;Hat ein wenig gedauert, bis ich es ausprübieren konnte.&lt;/P&gt;&lt;P&gt;In ArchiCAD 27 hab ich es nämlich leider nicht geschafft das Skipt zu ändern, sodass es klappt.&lt;/P&gt;&lt;P&gt;Aber eben habe ich ArchiCAD 28 installiert und gleich Dein neues Objekt geöffnet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Es funktioniert super! Vielen Dank dafür!!!&lt;/P&gt;&lt;P&gt;Deine 3D Höhenkote macht vieles für mich einfacher.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ganz liebe Grüße,&lt;/P&gt;&lt;P&gt;Claudia&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 12:44:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/651861#M21878</guid>
      <dc:creator>TB Seidl</dc:creator>
      <dc:date>2025-02-14T12:44:56Z</dc:date>
    </item>
    <item>
      <title>Betreff: Objekt 3D Höhenkote</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665058#M22015</link>
      <description>&lt;P&gt;Aufgrund Deiner Anregung habe ich noch die Möglichkeit eines Präfixes hinzugefügt. Damit dies für den Nutzer möglichst einfach zu erreichen ist, ohne gleich die Dialogbox wieder öffnen zu müssen, bietet es sich an, die Element-ID des Elementes zu nutzen, welches ja immer in der Infoleiste oben editierbar ist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AC28EduAut:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/scl/fi/iwg5mt55ntt6bp37zg32j/Meeresh-he-mit-3D-H-henkote-6_2025.pln?rlkey=g7ot8gnu0jlxtxutpufqacxh0&amp;amp;st=gb0fiy8p&amp;amp;dl=0" target="_blank"&gt;https://www.dropbox.com/scl/fi/iwg5mt55ntt6bp37zg32j/Meeresh-he-mit-3D-H-henkote-6_2025.pln?rlkey=g7ot8gnu0jlxtxutpufqacxh0&amp;amp;st=gb0fiy8p&amp;amp;dl=0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=xgDa4T0LFAo" target="_blank"&gt;https://www.youtube.com/watch?v=xgDa4T0LFAo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FxgDa4T0LFAo%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DxgDa4T0LFAo&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FxgDa4T0LFAo%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="113" scrolling="no" title="Archicad28 3D Höhenkote mit Meer und Präfix" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 05:32:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665058#M22015</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2025-06-07T05:32:08Z</dc:date>
    </item>
    <item>
      <title>Betreff: Objekt 3D Höhenkote</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665078#M22016</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hmooslechner_0-1749308208175.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/87735iFBCA4C2271D3B002/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hmooslechner_0-1749308208175.png" alt="Hmooslechner_0-1749308208175.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;master-script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if IDON = 1 then 
	Praefix = GLOB_ID
  else
	praefix = ""
endif
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2D-Script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Hotspot2 0, 0

Dingz = SYMB_POS_z

DEFINE STYLE BemTextStyle "Arial", zzyzx/3/GLOB_SCALE*1000, 8, 0
style BemTextStyle 

circle2 0,0,ZZYZX/3

line2 -ZZYZX/3, 0, ZZYZX/3, 0
line2 0,-ZZYZX/3,0,ZZYZX/3
add2 0,zzyzx/3*1.2

if eingeneNN # 0 then 
		Meereshohe = eingeneNN
	else
		Meereshohe= GLOB_PROJECT_ALTITUDE
endif


		if nn = 1 then

				if IDON = 1 then TEXT2 0, 0, praefix + " " + str(Dingz+Meereshohe, 7, 2) 
				if IDON = 0 then TEXT2 0, 0, str(Dingz+Meereshohe, 7, 2) 

			else

				if IDON = 1 then TEXT2 0,0, praefix + " " + str(Dingz, 7, 2)
				if IDON = 0 then TEXT2 0,0, str(Dingz, 7, 2)
		endif



	
del 1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3D-Script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EPS = 0.00001  !!!Einfach ein kleiner Wert..


!CameraX = GLOB_EYEPOS_X !!!Versuch den Text immer lesbar hinzudrehen - aber dies erfordert einen Neuaufbau 3D
!Cameray = GLOB_EYEPOS_y
!Cameraz = GLOB_EYEPOS_z

!Dingx = SYMB_POS_X
!Dingy = SYMB_POS_y
Dingz = SYMB_POS_z

!xdist = CameraX - Dingx
!ydist =  Cameray - Dingy
!
!Dist = SQR(xdist^2 + ydist^2)
!
!
!
!
!	beta = xdist/dist
!	IF beta &amp;gt; 1 THEN beta = 1
!	IF beta &amp;lt; -1 THEN beta = -1
!
!	alpha2D = ACS (beta)
!

material Pfeilmat
!!!   CONE h, r1, r2, alpha1, alpha2
CONE zzyzx, 0, zzyzx/3, 90, 90



hotspot 0,0,0,1

material Textmat
DEFINE STYLE BemTextStyle "Arial", zzyzx/GLOB_SCALE*30000, 8, 0
addz zzyzx * 1.05

	style BemTextStyle 

!addy zzyzx/3*1.2
!	TEXT EPS, 0, str(Dingz, 7, 2)
!del 1

	  rotz 0! Alpha2D+90  !!!Versuch den Text immer lesbar hinzudrehen - aber dies erfordert einen Neuaufbau 3D
	  rotx 90



	if eingeneNN # 0 then 
			Meereshohe = eingeneNN
		else
			Meereshohe= GLOB_PROJECT_ALTITUDE
	endif


		if nn = 1 then

			! 	TEXT EPS, 0, str(Dingz+Meereshohe, 7, 2) 

			! else

			! 	TEXT EPS, 0, str(Dingz, 7, 2)

				if IDON = 1 then TEXT  EPS, 0, praefix + " " + str(Dingz+Meereshohe, 7, 2) 
				if IDON = 0 then TEXT  EPS, 0, str(Dingz+Meereshohe, 7, 2) 

			else

				if IDON = 1 then TEXT  EPS, 0, praefix + " " + str(Dingz, 7, 2)
				if IDON = 0 then TEXT  EPS, 0, str(Dingz, 7, 2)

		endif

	  del 2
del 1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 14:59:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665078#M22016</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2025-06-07T14:59:31Z</dc:date>
    </item>
    <item>
      <title>Betreff: Objekt 3D Höhenkote</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665464#M22022</link>
      <description>&lt;P&gt;Lieber Heimo!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vielen, vielen Dank!&lt;/P&gt;&lt;P&gt;Das ist echt Spitze!&lt;/P&gt;&lt;P&gt;Ich hoffe, dass sich viele den Beitrag ansehen und davon profitieren können!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ganz liebe Grüße,&lt;/P&gt;&lt;P&gt;Claudia&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 10:01:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665464#M22022</guid>
      <dc:creator>TB Seidl</dc:creator>
      <dc:date>2025-06-12T10:01:51Z</dc:date>
    </item>
    <item>
      <title>Betreff: Objekt 3D Höhenkote</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665679#M22024</link>
      <description>&lt;P&gt;Tolle Arbeit Heimo,&lt;BR /&gt;&lt;BR /&gt;aber ich frage mich, warum man nicht einfach das Koordinaten Objekt aus der Standard Bibliothek benutzt? Das kann doch schon alles oder?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jun 2025 19:32:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665679#M22024</guid>
      <dc:creator>Piscator</dc:creator>
      <dc:date>2025-06-14T19:32:44Z</dc:date>
    </item>
    <item>
      <title>Betreff: Objekt 3D Höhenkote</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665680#M22025</link>
      <description>&lt;P&gt;Ganz einfach - ich kannte es nicht.&amp;nbsp; Auch bei mir gibt es Wissenslücken. Große.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":Gesicht_mit_Freudentränen:"&gt;😂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jun 2025 19:40:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665680#M22025</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2025-06-14T19:40:56Z</dc:date>
    </item>
    <item>
      <title>Betreff: Objekt 3D Höhenkote</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665684#M22027</link>
      <description>&lt;P&gt;wieder was gelernt&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":Gesicht_mit_Zunge:"&gt;😛&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jun 2025 19:50:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/Objekt-3D-H%C3%B6henkote/m-p/665684#M22027</guid>
      <dc:creator>Piscator</dc:creator>
      <dc:date>2025-06-14T19:50:18Z</dc:date>
    </item>
  </channel>
</rss>

