<?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>topic Re: World Coordinate Dimensions 22 Object in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/World-Coordinate-Dimensions-22-Object/m-p/247606#M2042</link>
    <description>Looking at the parameter script they're actually working off the decimal value to generate the minutes and seconds: &lt;PRE&gt;if GLOB_MODPAR_NAME = "iCoorSystem" or GLOB_MODPAR_NAME = "strCoorSystem" then
	if iCoorSystem = WORLD_COOR_PROJ or strCoorSystem = strCoorSystem_strings[2] then
		iLatitudeDegree = int(GLOB_PROJECT_LATITUDE)
		iLatitudeMinute = int(fra(GLOB_PROJECT_LATITUDE)*60)
		rLatitudeSecond = (GLOB_PROJECT_LATITUDE - iLatitudeDegree - iLatitudeMinute/60)*60*60
		iLongitudeDegree = int(GLOB_PROJECT_LONGITUDE)
		iLongitudeMinute = int(fra(GLOB_PROJECT_LONGITUDE)*60)
		rLongitudeSecond = (GLOB_PROJECT_LONGITUDE - iLongitudeDegree - iLongitudeMinute/60)*60*60
		elevWorldCoor = GLOB_PROJECT_ALTITUDE

		parameters 	iLatitudeDegree = iLatitudeDegree,
					iLatitudeMinute = iLatitudeMinute,
					rLatitudeSecond = rLatitudeSecond,
					iLongitudeDegree = iLongitudeDegree,
					iLongitudeMinute = iLongitudeMinute,
					rLongitudeSecond = rLongitudeSecond,
					elevWorldCoor = elevWorldCoor
&lt;/PRE&gt;GLOB_PROJECT_LATITUDE is a GDL global (one for longitude too).&lt;BR /&gt;
&lt;BR /&gt;
I see no option to pick decimals, but it might not be too hard to make your own part that just shows the decimal value of where you put down the object in relation to what you set up for the project to be value for origin.</description>
    <pubDate>Fri, 09 Aug 2019 11:41:34 GMT</pubDate>
    <dc:creator>Erwin Edel</dc:creator>
    <dc:date>2019-08-09T11:41:34Z</dc:date>
    <item>
      <title>World Coordinate Dimensions 22 Object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/World-Coordinate-Dimensions-22-Object/m-p/247605#M2041</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is there a way to get the "World Coordinate Dimensions 22" object to show decimal degrees and not degrees,minutes,seconds? &lt;BR /&gt;
&lt;BR /&gt;
It is set to show decimal degrees in my project location but the object still appears as degrees,minutes,seconds.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Aug 2019 10:19:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/World-Coordinate-Dimensions-22-Object/m-p/247605#M2041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-09T10:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: World Coordinate Dimensions 22 Object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/World-Coordinate-Dimensions-22-Object/m-p/247606#M2042</link>
      <description>Looking at the parameter script they're actually working off the decimal value to generate the minutes and seconds: &lt;PRE&gt;if GLOB_MODPAR_NAME = "iCoorSystem" or GLOB_MODPAR_NAME = "strCoorSystem" then
	if iCoorSystem = WORLD_COOR_PROJ or strCoorSystem = strCoorSystem_strings[2] then
		iLatitudeDegree = int(GLOB_PROJECT_LATITUDE)
		iLatitudeMinute = int(fra(GLOB_PROJECT_LATITUDE)*60)
		rLatitudeSecond = (GLOB_PROJECT_LATITUDE - iLatitudeDegree - iLatitudeMinute/60)*60*60
		iLongitudeDegree = int(GLOB_PROJECT_LONGITUDE)
		iLongitudeMinute = int(fra(GLOB_PROJECT_LONGITUDE)*60)
		rLongitudeSecond = (GLOB_PROJECT_LONGITUDE - iLongitudeDegree - iLongitudeMinute/60)*60*60
		elevWorldCoor = GLOB_PROJECT_ALTITUDE

		parameters 	iLatitudeDegree = iLatitudeDegree,
					iLatitudeMinute = iLatitudeMinute,
					rLatitudeSecond = rLatitudeSecond,
					iLongitudeDegree = iLongitudeDegree,
					iLongitudeMinute = iLongitudeMinute,
					rLongitudeSecond = rLongitudeSecond,
					elevWorldCoor = elevWorldCoor
&lt;/PRE&gt;GLOB_PROJECT_LATITUDE is a GDL global (one for longitude too).&lt;BR /&gt;
&lt;BR /&gt;
I see no option to pick decimals, but it might not be too hard to make your own part that just shows the decimal value of where you put down the object in relation to what you set up for the project to be value for origin.</description>
      <pubDate>Fri, 09 Aug 2019 11:41:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/World-Coordinate-Dimensions-22-Object/m-p/247606#M2042</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2019-08-09T11:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: World Coordinate Dimensions 22 Object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/World-Coordinate-Dimensions-22-Object/m-p/247607#M2043</link>
      <description>Thanks Erwin, will look into this.</description>
      <pubDate>Fri, 09 Aug 2019 12:29:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/World-Coordinate-Dimensions-22-Object/m-p/247607#M2043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-09T12:29:23Z</dc:date>
    </item>
  </channel>
</rss>

