<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : earthworks / batter tick routine (lisp?)</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : CAD - general : earthworks / batter tick routine (lisp?)]]></description>
  <pubDate>Mon, 06 Apr 2026 18:07:26 +0000</pubDate>
  <lastBuildDate>Thu, 27 Oct 2011 00:04:21 +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_en/RSS_post_feed.asp?TID=5846</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[earthworks / batter tick routine (lisp?) : I have one other question that...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=17578&amp;title=earthworks-batter-tick-routine-lisp#17578</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=90025">bigalfry</a><br /><strong>Subject:</strong> 5846<br /><strong>Posted:</strong> 27.Oct.2011 at 00:04<br /><br />I have one other question that maybe you can help me with. &nbsp;By default it puts the objects created on a layer called "SlopeTicks". &nbsp;is there any way that I can have it place the slope ticks on a layer of my choice? &nbsp;Maybe something I could just put in my ACADDOC.LSP file? &nbsp;It's not a big deal, if it can't be done then I can always use layermrg or rely on my standards check to notice the non-standard layer. &nbsp;I just thought that I would ask to see if I could remove one step from the process for myself.<div>Thanks again</div>]]>
   </description>
   <pubDate>Thu, 27 Oct 2011 00:04:21 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=17578&amp;title=earthworks-batter-tick-routine-lisp#17578</guid>
  </item> 
  <item>
   <title><![CDATA[earthworks / batter tick routine (lisp?) : Thanks, Vladimir!That did the...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=17427&amp;title=earthworks-batter-tick-routine-lisp#17427</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=90025">bigalfry</a><br /><strong>Subject:</strong> 5846<br /><strong>Posted:</strong> 17.Oct.2011 at 19:06<br /><br />Thanks, Vladimir!<div><br></div><div>That did the trick. &nbsp;This LISP routine is awesome.</div>]]>
   </description>
   <pubDate>Mon, 17 Oct 2011 19:06:15 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=17427&amp;title=earthworks-batter-tick-routine-lisp#17427</guid>
  </item> 
  <item>
   <title><![CDATA[earthworks / batter tick routine (lisp?) : Hi baigalfry, thanks for your...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=17353&amp;title=earthworks-batter-tick-routine-lisp#17353</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 5846<br /><strong>Posted:</strong> 08.Oct.2011 at 18:29<br /><br />Hi baigalfry,<DIV>thanks for your input. Adding control for short-lines is quite simple. It is now included in the new version 1.4 available for download. But the perpendicularity would need a complete rewrite. Sorry.</DIV><DIV>&nbsp;</DIV><DIV>You can setup the length with (on the command line or in your </DIV><DIV>ACADDOC.LSP):</DIV><DIV>&nbsp;</DIV><DIV>(setq slopetickshort 0.333)</DIV><DIV>&nbsp;</DIV><DIV>See:</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.cadforum.cz/cadforum_en/slope-hatches-batter-lines-in-autocad-tip7965" target="_blank">http://www.cadforum.cz/cadforum_en/slope-hatches-batter-lines-in-autocad-tip7965</A></DIV>]]>
   </description>
   <pubDate>Sat, 08 Oct 2011 18:29:59 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=17353&amp;title=earthworks-batter-tick-routine-lisp#17353</guid>
  </item> 
  <item>
   <title><![CDATA[earthworks / batter tick routine (lisp?) : Hi Vladimir,I just recently found...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=17336&amp;title=earthworks-batter-tick-routine-lisp#17336</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=90025">bigalfry</a><br /><strong>Subject:</strong> 5846<br /><strong>Posted:</strong> 07.Oct.2011 at 19:23<br /><br />Hi Vladimir,<div>I just recently found the slopetick lisp routine here and I love it. &nbsp;It can make my life so much easier. &nbsp;You said that you are open to suggestions and I have just a couple.</div><div><br></div><div>It would be nice to be able to set the length of the short slope lines. &nbsp;Right now it draws them at half length but the standard for the company that I work for dictates they should be 1/3 length. &nbsp;It would be nice to have that as an option when using the routine.</div><div><br></div><div>The other comment that I have is it would be nice to be able to choose which line the slope ticks are perpendicular to. &nbsp;Right now it always chooses the top of slope line and in some cases (like a cut situation) it just doesnt work because the lines should be perpendicular to the bottom of slope line.</div><div><br></div><div>With those two changes that routine would be 100% perfect for my needs.</div><div><br></div><div>If you can get those to work then that would be amazing!</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 07 Oct 2011 19:23:38 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=17336&amp;title=earthworks-batter-tick-routine-lisp#17336</guid>
  </item> 
  <item>
   <title><![CDATA[earthworks / batter tick routine (lisp?) : Hi,thanks for quick reply. I tried...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=15272&amp;title=earthworks-batter-tick-routine-lisp#15272</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=63448">Seankeohane</a><br /><strong>Subject:</strong> 5846<br /><strong>Posted:</strong> 13.May.2011 at 16:24<br /><br />Hi,<br>thanks for quick reply. I tried again at a different AC 2008 pc. No joy.<br>Selected lines disappear, with following message.<br>thanks again, Seank<br>Command:<br>SlopeTick command loaded. (C)2011, CAD Studio - www.cadstudio.cz<br>_______ CAD, PLM, GIS/FM custom application development ________<br>Command:<br>Command: slopetick<br><br>Slope ticker<br>Specify the distance between slope ticks &lt;5&gt;:&nbsp; Specify second point:<br>Select the upper edge:<br>Select the bottom edge:<br>Flip ticks? &#091;Yes/No&#093; &lt;No&gt;:<br>; error: bad argument value: AcDbCurve 2130314144<br>]]>
   </description>
   <pubDate>Fri, 13 May 2011 16:24:48 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=15272&amp;title=earthworks-batter-tick-routine-lisp#15272</guid>
  </item> 
  <item>
   <title><![CDATA[earthworks / batter tick routine (lisp?) : Sorry about that - there might...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=15271&amp;title=earthworks-batter-tick-routine-lisp#15271</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 5846<br /><strong>Posted:</strong> 13.May.2011 at 16:00<br /><br />Sorry about that - there might be an error in SlopeTick but not the error you write about. We are not handling OSMODE in SlopeTick so it must be an error message from another utility you may have loaded with SlopeTick.<DIV>Try to use it in a clean AutoCAD session. We have tested versions 2012 down to 2009.</DIV>]]>
   </description>
   <pubDate>Fri, 13 May 2011 16:00:52 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=15271&amp;title=earthworks-batter-tick-routine-lisp#15271</guid>
  </item> 
  <item>
   <title><![CDATA[earthworks / batter tick routine (lisp?) : Hi      Vladimir Michl,I tried...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=15270&amp;title=earthworks-batter-tick-routine-lisp#15270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=63448">Seankeohane</a><br /><strong>Subject:</strong> 5846<br /><strong>Posted:</strong> 13.May.2011 at 15:54<br /><br />Hi&nbsp;     Vladimir Michl,<br>I tried to use this function and it didn't work.<br><br>Command: slopetick<br><br>Slope ticker<br>Specify the distance between slope ticks &lt;168.3285&gt;:&nbsp; Specify second point:<br>Select the upper edge:<br>Select the bottom edge:<br>Flip ticks? &#091;Yes/No&#093; &lt;No&gt;: n<br>; error: An error has occurred inside the *error* functionAutoCAD variable <br>setting rejected: "osmode" nil<br>I'm using AC 2008.<br>Regards<br>Seank<br>]]>
   </description>
   <pubDate>Fri, 13 May 2011 15:54:07 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=15270&amp;title=earthworks-batter-tick-routine-lisp#15270</guid>
  </item> 
  <item>
   <title><![CDATA[earthworks / batter tick routine (lisp?) : Try the SlopeTick utility on the...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=15156&amp;title=earthworks-batter-tick-routine-lisp#15156</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 5846<br /><strong>Posted:</strong> 09.May.2011 at 16:23<br /><br />Try the <strong>SlopeTick</strong> utility on the Download page. We are open for suggestions how to improve it.<DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Also please note that AutoCAD Civil 3D includes this functionality, dynamically linked with the 3D model.</DIV>]]>
   </description>
   <pubDate>Mon, 09 May 2011 16:23:54 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=15156&amp;title=earthworks-batter-tick-routine-lisp#15156</guid>
  </item> 
  <item>
   <title><![CDATA[earthworks / batter tick routine (lisp?) : hi all not sure if anyone here...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=15152&amp;title=earthworks-batter-tick-routine-lisp#15152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=183771">germanbarry</a><br /><strong>Subject:</strong> 5846<br /><strong>Posted:</strong> 09.May.2011 at 13:53<br /><br />hi all<DIV>not sure if anyone here can help but i'm looking to save time on some earthworks drgs/xrefs by integrating a special lisp or linetype which will draw batter ticks for me. ideally it would be a lisp which did the following (or near enough):</DIV><DIV>- i type in a shortcut into the commandbar, eg BATTER</DIV><DIV>- i select the first polyline which would be the TOP of the batter slope</DIV><DIV>- i then select the second polyline which would be the BOTTOM of the batter slope</DIV><DIV>- potentially also have room for an entry to set the batter tick offsets (eg 5 metres apart) and perhaps also length of minor batter tick.</DIV><DIV>&nbsp;</DIV><DIV>and then i watch CAD work its magic and see it fill in between the polylines with batter ticks (either&nbsp;with predefined tick-blocks or perhaps also as a linetype?). It should be able to work on lines which aren't necessarily parallel to eachother and also for curved lines. Ideally it would be autoscaled so that the short ticks remain the same size in proportion to the longer ticks.</DIV><DIV>&nbsp;</DIV><DIV>not sure if i explained this one well enough but let me know if you have heard of anything like this before, or are a lisp-writing genius and want to burn some minutes.</DIV>]]>
   </description>
   <pubDate>Mon, 09 May 2011 13:53:22 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5846&amp;PID=15152&amp;title=earthworks-batter-tick-routine-lisp#15152</guid>
  </item> 
 </channel>
</rss>