<?xml version="1.0" encoding="windows-1250" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>CAD F&#243;rum : písanie textu v presnej pozícií</title>
  <link>https://www.cadforum.cz/forum/</link>
  <description><![CDATA[Toto je XML obsahový kanál serveru; CAD F&#243;rum : AutoCAD : písanie textu v presnej pozícií]]></description>
  <pubDate>Tue, 14 Apr 2026 14:13:12 +0000</pubDate>
  <lastBuildDate>Thu, 30 Sep 2021 11:24:34 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum/RSS_post_feed.asp?TID=32484</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD F&#243;rum]]></title>
   <url>https://www.cadforum.cz/forum/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum/</link>
  </image>
  <item>
   <title><![CDATA[písanie textu v presnej pozícií : Tak Johny &#271;akujem ti fakt ve&#318;mi...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=32484&amp;PID=124664&amp;title=pisanie-textu-v-presnej-pozicii#124664</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=27344">cvirikovec</a><br /><strong>Předmět:</strong> 32484<br /><strong>Zasláno:</strong> 30.zář.2021 v 11:24<br /><br />Tak Johny ďakujem ti fakt veľmi pekne :)<div>Funguje to super.</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 30 Sep 2021 11:24:34 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=32484&amp;PID=124664&amp;title=pisanie-textu-v-presnej-pozicii#124664</guid>
  </item> 
  <item>
   <title><![CDATA[písanie textu v presnej pozícií : Tak zkuste toto.Vypln&#237;te &#269;erven&#233;....]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=32484&amp;PID=124662&amp;title=pisanie-textu-v-presnej-pozicii#124662</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=1045">johny</a><br /><strong>Předmět:</strong> 32484<br /><strong>Zasláno:</strong> 30.zář.2021 v 10:51<br /><br />Tak zkuste toto.<div>Vyplníte červené. Seznam staničení, jméno bloku, o/upravíte seznam atributů</div><div><br></div><div><div><font size="1"><b><br></b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>(vl-load-com)</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><br></b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>(defun c:StationMark ( / *error* atr atd sts blk pt pr an)</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp;&nbsp;</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; (defun *error* (errmsg)</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; &nbsp; (if (not (wcmatch errmsg "Function cancelled,quit / exit abort,console break,end"))</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; &nbsp; &nbsp; (princ (strcat "\nError: " errmsg)))</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; &nbsp; (if atr (setvar 'attreq atr))</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; &nbsp; (if atd (setvar 'attdia atd))</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; &nbsp; (princ))</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp;&nbsp;</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp;&nbsp;</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; (setq sts '(&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="white-space:pre">	</span>;; add list of stations, one station per line</b></font></div><div><font face="Courier New, Courier, mono" size="1" color="#ff0000"><b><span style="white-space:pre">	</span>&nbsp; &nbsp; &nbsp; 200.1</b></font></div><div><font face="Courier New, Courier, mono" size="1" color="#ff0000"><b><span style="white-space:pre">	</span>&nbsp; &nbsp; &nbsp; 300</b></font></div><div><font face="Courier New, Courier, mono" size="1" color="#ff0000"><b><span style="white-space:pre">	</span>&nbsp; &nbsp; &nbsp; 400</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">	</span>&nbsp; &nbsp; &nbsp; )</b></font></div><div><span style="white-space:pre"><font face="Courier New, Courier, mono" size="1"><b>	</b></font></span></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">	</span>blk <font color="#ff0000">"StationMark"</font><span style="white-space:pre">	</span>&nbsp; <span style="white-space:pre">	</span>;; change block name if needed</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">	</span>)</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp;&nbsp;</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; (setq atr (getvar 'attreq)) (setvar 'attreq 1)</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; (setq atd (getvar 'attdia)) (setvar 'attdia 0)</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp;&nbsp;</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; (if (and (setq pl (car (entsel "\nSelect alignment pline: ")))</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">	</span>&nbsp; &nbsp;(or (tblsearch "block" blk)</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">	</span>&nbsp; &nbsp; &nbsp; &nbsp;(prompt "Error: Block unavailable.")))</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; &nbsp; (foreach st sts</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; &nbsp; &nbsp; (if (and (setq pt (vlax-curve-getPointatDist pl st))</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">	</span>&nbsp; &nbsp; &nbsp; &nbsp;(setq pr (vlax-curve-getParamAtDist pl st))</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">	</span>&nbsp; &nbsp; &nbsp; &nbsp;(setq an (vlax-curve-getFirstDeriv&nbsp; pl pr))</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">	</span>&nbsp; &nbsp; &nbsp; &nbsp;)</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">	</span>(command "_.-insert" blk "_s" 1 "_r" (angtos (angle '(0 0 0) an) (getvar 'aunits) 8) "_non" pt</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">		</span>&nbsp;</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><font color="#ff0000"><span style="white-space:pre">	</span>(strcat (rtos st 2 2) " m")&nbsp;</font><span style="white-space:pre">		</span>;; list of atts or use "some text" or add ";" if no-att block</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">		</span>&nbsp;</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b><span style="white-space:pre">	</span>))))</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; (*error* "end")</b></font></div><div><font face="Courier New, Courier, mono" size="1"><b>&nbsp; )</b></font></div></div><span style="font-size:10px"><br /><br />Upravil johny - 30.zář.2021 v 12:32</span>]]>
   </description>
   <pubDate>Thu, 30 Sep 2021 10:51:32 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=32484&amp;PID=124662&amp;title=pisanie-textu-v-presnej-pozicii#124662</guid>
  </item> 
  <item>
   <title><![CDATA[písanie textu v presnej pozícií : No ten TraceCurve pr&#225;ve nevie...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=32484&amp;PID=124661&amp;title=pisanie-textu-v-presnej-pozicii#124661</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=27344">cvirikovec</a><br /><strong>Předmět:</strong> 32484<br /><strong>Zasláno:</strong> 30.zář.2021 v 09:43<br /><br />No ten TraceCurve práve nevie robiť naraz ale vždy musím napísať jednu hodnotu<div><br></div>]]>
   </description>
   <pubDate>Thu, 30 Sep 2021 09:43:44 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=32484&amp;PID=124661&amp;title=pisanie-textu-v-presnej-pozicii#124661</guid>
  </item> 
  <item>
   <title><![CDATA[písanie textu v presnej pozícií : Bu&#271; pomoc&#237; line&#225;rn&#237;ch referen&#269;n&#237;ch...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=32484&amp;PID=124660&amp;title=pisanie-textu-v-presnej-pozicii#124660</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9">Vladimír Michl</a><br /><strong>Předmět:</strong> 32484<br /><strong>Zasláno:</strong> 29.zář.2021 v 13:03<br /><br />Buď pomocí lineárních referenčních systémů v AutoCADu Map 3D či Civil 3D nebo pomocí naší freeware utility TraceCurve - viz:<div><br><div><a href="https://www.cadforum.cz/cz/linearni-referencni-systemy-lrs-v-autocadu-map-3d-tip9393">https://www.cadforum.cz/cz/linearni-referencni-systemy-lrs-v-autocadu-map-3d-tip9393</a></div><div><a href="https://www.cadforum.cz/cz/staniceni-podel-krivky-body-v-zadanych-vzdalenostech-tip10140">https://www.cadforum.cz/cz/staniceni-podel-krivky-body-v-zadanych-vzdalenostech-tip10140</a></div></div>]]>
   </description>
   <pubDate>Wed, 29 Sep 2021 13:03:09 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=32484&amp;PID=124660&amp;title=pisanie-textu-v-presnej-pozicii#124660</guid>
  </item> 
  <item>
   <title><![CDATA[písanie textu v presnej pozícií : Ahojte.Potreboval by som aby mi...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=32484&amp;PID=124658&amp;title=pisanie-textu-v-presnej-pozicii#124658</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=27344">cvirikovec</a><br /><strong>Předmět:</strong> 32484<br /><strong>Zasláno:</strong> 29.zář.2021 v 11:38<br /><br />Ahojte.<div>Potreboval by som aby mi presne na čiare v určitom staničení urobilo bod s textom.</div><div>Teda, mám čiaru čo ja viem 100m, mám zoznam staničení že v 2,054 v 3,055 v 4,555 je objekt.&nbsp;</div><div>A ja chcem aby mi nejako hromadne podľa tých staničení na čiare urobilo bod s textom objekt.</div><div>(niečo podobné ako ASCPoint len nie podľa súradníc ale podľa čiary)</div><div><br></div><div>Je niečo takéto?</div><div>ďakujem&nbsp;</div><div><img src="https://www.cadforum.cz/forum/smileys/smiley9.gif" border="0" alt="Embarrassed" title="Embarrassed" /><br></div><div><br></div>]]>
   </description>
   <pubDate>Wed, 29 Sep 2021 11:38:32 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=32484&amp;PID=124658&amp;title=pisanie-textu-v-presnej-pozicii#124658</guid>
  </item> 
 </channel>
</rss>