<?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: Coordinates in DMS format in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/coordinates-in-dms-format/m-p/13154032#M6193</link>
    <description>&lt;P&gt;"&lt;SPAN&gt;show coordinates in DMS (Degrees, Minutes, Seconds)&amp;nbsp;" are you talking about Latitude &amp;amp; Longitude which can be DDDMMSS or DDD.xxxxxxxx decimal.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;33°51'39"S 151°12'27"E&amp;nbsp;&amp;nbsp;33.8527777777778,151.275&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:54:22 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2024-11-16T04:54:22Z</dc:date>
    <item>
      <title>Coordinates in DMS format</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/coordinates-in-dms-format/m-p/13152114#M6191</link>
      <description>&lt;P&gt;I got this lisp code from online (&lt;A href="http://www.cadlispandtips.com" target="_blank"&gt;www.cadlispandtips.com&lt;/A&gt;) showing coordinates in UTM format.&lt;/P&gt;&lt;P&gt;Can someone edit it to show coordinates in DMS (Degrees, Minutes, Seconds) format ?&lt;/P&gt;&lt;P&gt;It may require a prompt to ask Zone and Hemisphere(N/S), Not sure.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 08:11:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/coordinates-in-dms-format/m-p/13152114#M6191</guid>
      <dc:creator>allwinaugustine</dc:creator>
      <dc:date>2024-11-15T08:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinates in DMS format</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/coordinates-in-dms-format/m-p/13152616#M6192</link>
      <description>&lt;P&gt;What should be the format of the information?&amp;nbsp; It must involve a distance as well as a DMS angle.&amp;nbsp; It should be simple to forget the 'enx' and 'eny' variables, and replace this line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;        (command "leader" enp1 ptl "" (strcat "E " enx) (strcat "N " eny) "")
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with different text content.&amp;nbsp; But where does the distance go in relation to the angle, some symbol between them or on different lines, how many decimal places in the distance [or what denominator fraction], how many [if any] in the seconds part of the angle, etc.?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 13:19:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/coordinates-in-dms-format/m-p/13152616#M6192</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-11-15T13:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinates in DMS format</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/coordinates-in-dms-format/m-p/13154032#M6193</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;show coordinates in DMS (Degrees, Minutes, Seconds)&amp;nbsp;" are you talking about Latitude &amp;amp; Longitude which can be DDDMMSS or DDD.xxxxxxxx decimal.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;33°51'39"S 151°12'27"E&amp;nbsp;&amp;nbsp;33.8527777777778,151.275&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:54:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/coordinates-in-dms-format/m-p/13154032#M6193</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-11-16T04:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinates in DMS format</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/coordinates-in-dms-format/m-p/13154283#M6194</link>
      <description>&lt;P&gt;This is the required format.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;33°51'39"S 151°12'27"E&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:38:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/coordinates-in-dms-format/m-p/13154283#M6194</guid>
      <dc:creator>allwinaugustine</dc:creator>
      <dc:date>2024-11-16T10:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinates in DMS format</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/coordinates-in-dms-format/m-p/13154890#M6195</link>
      <description>&lt;P&gt;So you want lat &amp;amp; long ? This is not a here is answer much more complicated depends on where you are in the world with reference to the spot of the co-ordinates not where you live.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Google convert co-ords to Laitutude &amp;amp; Longitude.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your using CIV3D can be done.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 22:38:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/coordinates-in-dms-format/m-p/13154890#M6195</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-11-16T22:38:32Z</dc:date>
    </item>
  </channel>
</rss>

