<?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) : 3D BLOCK NEEDED - TOTE TANK</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : CAD - general : 3D BLOCK NEEDED - TOTE TANK]]></description>
  <pubDate>Sat, 30 May 2026 19:43:34 +0000</pubDate>
  <lastBuildDate>Fri, 18 Mar 2011 20:01:33 +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=5450</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[3D BLOCK NEEDED - TOTE TANK : No trouble. Yeah, it&amp;#039;s OLD...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14150&amp;title=3d-block-needed-tote-tank#14150</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=174988">pschultz</a><br /><strong>Subject:</strong> 5450<br /><strong>Posted:</strong> 18.Mar.2011 at 20:01<br /><br />No trouble.&nbsp; Yeah, it's OLD but it still works like a champ in A2k10!!!]]>
   </description>
   <pubDate>Fri, 18 Mar 2011 20:01:33 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14150&amp;title=3d-block-needed-tote-tank#14150</guid>
  </item> 
  <item>
   <title><![CDATA[3D BLOCK NEEDED - TOTE TANK :  I got distracted and the window...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14149&amp;title=3d-block-needed-tote-tank#14149</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5450<br /><strong>Posted:</strong> 18.Mar.2011 at 19:58<br /><br />I got distracted and the window was left open.&nbsp; Sorry to put you through so much trouble.<br><br>Yikes!&nbsp; I remember Cadence magazine!&nbsp; I guess we are both over 21.&nbsp; LOL<br><br>Thanks.<br><span style="font-size:10px"><br /><br />Edited by John Connor - 18.Mar.2011 at 20:02</span>]]>
   </description>
   <pubDate>Fri, 18 Mar 2011 19:58:46 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14149&amp;title=3d-block-needed-tote-tank#14149</guid>
  </item> 
  <item>
   <title><![CDATA[3D BLOCK NEEDED - TOTE TANK : Think I missed the window. Here...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14148&amp;title=3d-block-needed-tote-tank#14148</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=174988">pschultz</a><br /><strong>Subject:</strong> 5450<br /><strong>Posted:</strong> 18.Mar.2011 at 19:50<br /><br /><P>Think I missed the window.&nbsp; Here it is:</P><DIV>&nbsp;</DIV><DIV>;From CADENCE Magazine November, 1990<BR>;Page 151</DIV><DIV>(defun C:lntopipe( / pre trad erad elist plist etyp<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; enam vtx ang angbi edist ydist<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stp p1 p2 p3 lnam cp1 ax axpt)<BR>(setvar "cmdecho" 0)<BR>(setvar "blipmode" 0)<BR>(setq pre (getvar "ucsicon"))<BR>(setvar "ucsicon" 0)<BR>(setvar "osmode" 0)<BR>(command "ucs" "w")<BR>&nbsp; (prompt "\n3D pipe with elbows")<BR>&nbsp; (prompt "\nby Ted Schaefer - SEA&nbsp;&nbsp; Tulsa, OK")<BR>&nbsp;&nbsp; (initget (+ 1 2 3 8))<BR>&nbsp;&nbsp; (setq trad (/ (getreal "\nPipe diameter: ") 2))<BR>&nbsp;&nbsp; (initget (+ 1 2 3 8))<BR>&nbsp;&nbsp; (setq erad (getreal "\nElbow radius: "))<BR>&nbsp;&nbsp; (setq elist (entget (car (entsel "\nPick 3D/2D polyline: ")))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; etyp (cdr (assoc 0 elist)))<BR>(if (/= etyp "POLYLINE")(*error* "Not a 2D/3D polyline"))<BR>(setq enam (entnext (cdr (assoc -1 elist)))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; elist (entget enam)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; plist (list (cdr (assoc 10 elist)))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; enam (entnext enam)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; elist (entget enam))<BR>&nbsp;(while (= (cdr (assoc 0 elist)) "VERTEX")<BR>&nbsp;&nbsp;&nbsp; (setq vtx (list (cdr (assoc 10 elist)))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; plist (append plist vtx)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; enam (entnext enam)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; elist (entget enam)))<BR>&nbsp;(setq ll (length plist)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cntr 0)<BR>(setq p1 (nth cntr plist)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p2 (nth (+ cntr 1) plist)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p3 (nth (+ cntr 2) plist)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stp p1)<BR>(repeat (- ll 3)<BR>(command "UCS" "3P" (wu p2) (wu p1) (wu p3))<BR>(setq ang (angle (wu p2) (wu p3))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; angbi (/ ang 2)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; edist (/ erad (tan angbi))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ydist (/ erad (sin angbi)))<BR>(command "ucs" "za" (wu p2) (wu p1))<BR>(setq cp1 (uw (list 0 0 edist)))<BR>(command "circle" (wu cp1) trad)<BR>(setq cnam (entlast))<BR>(command "line" (wu cp1) (wu stp) "" )<BR>(setq lnam (entlast))<BR>(command "tabsurf" (list cnam (wu cp1)) (list lnam (wu cp1)))<BR>(entdel lnam)<BR>(command "UCS" "3" (wu p2) (wu p1) (wu p3))<BR>(command "ucs" "3" (list 0 0 0)<BR>&nbsp;&nbsp; (list 0 0 1)(polar (list 0 0 0) angbi 1))<BR>(command "line" (list 0 ydist 0)(polar (getvar "lastpoint") 0 1) "")<BR>(setq ax (entlast)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; axpt (uw (list 0 ydist 0))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ang (* (- pi ang) (/ -180 pi)))<BR>(command "revsurf" (list cnam (wu cp1))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (list ax (wu axpt)) 0 ang)<BR>(entdel cnam)(entdel ax)<BR>(command "ucs" "za" (wu p2) (wu p3))<BR>(setq cntr (+ 1 cntr)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stp (uw (list 0 0 edist))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p1 (nth cntr plist)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p2 (nth (+ cntr 1) plist) <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p3 (nth (+ cntr 2) plist))<BR>)<BR>(command "UCS" "3" (wu p2) (wu p1) (wu p3))<BR>(setq ang (angle (wu p2) (wu p3))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; angbi (/ ang 2)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; edist (/ erad (tan angbi))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ydist (/ erad (sin angbi)))<BR>(command "ucs" "za" (wu p2) (wu p1))<BR>(setq cp1 (uw (list 0 0 edist)))<BR>(command "circle" (wu cp1) trad)<BR>(setq cnam (entlast))<BR>(command "line" (wu cp1) (wu stp) "" )<BR>(setq lnam (entlast))<BR>(command "tabsurf" (list cnam (wu cp1)) (list lnam (wu cp1)))<BR>(entdel lnam)<BR>(command "UCS" "3" (wu p2) (wu p1) (wu p3))<BR>(command "ucs" "3" (list 0 0 0)<BR>&nbsp;&nbsp; (list 0 0 1)(polar (list 0 0 0) angbi 1))<BR>(command "line" (list 0 ydist 0)(polar (getvar "lastpoint") 0 1) "")<BR>(setq ax (entlast)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; axpt (uw (list 0 ydist 0))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ang (* (- pi ang) (/ -180 pi)))<BR>(command "revsurf" (list cnam (wu cp1))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (list ax (wu axpt)) 0 ang)<BR>(entdel ax)(entdel cnam)<BR>(command "ucs" "za" (wu p3) (wu p2))<BR>(command "circle" '(0 0 0) trad)<BR>(setq cnam (list (entlast) '(0 0 0)))<BR>(command "line" '(0 0 0) (list 0 0 (- (distance p3 p2) edist)) "" )<BR>(setq lsel (list (entlast) '(0 0 0)))<BR>(command "tabsurf" cnam lsel)<BR>(command "erase" lsel cnam "")<BR>(setvar "ucsicon" pre)<BR>(command "UCS" "w")<BR>(Prompt "\nUCS now reset to world")<BR>(princ))</DIV><DIV>(defun uw (p1)(trans p1 1 0))<BR>(defun wu (p1)(trans p1 0 1))<BR>(defun tan ( a )(/ (sin a) (cos a)))<BR>(defun *error* (msg) (princ msg)(princ))</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 18 Mar 2011 19:50:59 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14148&amp;title=3d-block-needed-tote-tank#14148</guid>
  </item> 
  <item>
   <title><![CDATA[3D BLOCK NEEDED - TOTE TANK : I have unblocked my private email...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14144&amp;title=3d-block-needed-tote-tank#14144</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5450<br /><strong>Posted:</strong> 18.Mar.2011 at 19:29<br /><br />I have unblocked my private email address for the next 10 minutes.&nbsp; You may send the lisp file using it.&nbsp; After 10 minutes I block it again.&nbsp; By my clock it is 2:27 p.m. on the east coast of the U.S.&nbsp; Go.]]>
   </description>
   <pubDate>Fri, 18 Mar 2011 19:29:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14144&amp;title=3d-block-needed-tote-tank#14144</guid>
  </item> 
  <item>
   <title><![CDATA[3D BLOCK NEEDED - TOTE TANK : I&amp;#039;m no engineer so I let...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14143&amp;title=3d-block-needed-tote-tank#14143</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=174988">pschultz</a><br /><strong>Subject:</strong> 5450<br /><strong>Posted:</strong> 18.Mar.2011 at 19:21<br /><br />I'm no engineer so I let the locals design for weight and stress and I just show them WHERE we need the supports.<DIV>&nbsp;</DIV><DIV>Where can I send or upload the lntopipe.lsp?</DIV>]]>
   </description>
   <pubDate>Fri, 18 Mar 2011 19:21:14 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14143&amp;title=3d-block-needed-tote-tank#14143</guid>
  </item> 
  <item>
   <title><![CDATA[3D BLOCK NEEDED - TOTE TANK : That LNTOPIPE.lsp sounds very...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14142&amp;title=3d-block-needed-tote-tank#14142</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5450<br /><strong>Posted:</strong> 18.Mar.2011 at 19:11<br /><br />That LNTOPIPE.lsp sounds very interesting.&nbsp; I just finished the existing piperack itself which was constructed entirely of angle (2x2.5, 2x2, 1.5x15 all 0.25 thick).&nbsp; Now I'm working on adding the existing supports (two of them).&nbsp; I'm not worried about one of the supports because I designed it myself as a part of another job using 4" square tube x 0.375 wall but the other is an original support consisting of 2.5 square tubing x 0.25 wall.&nbsp; It stands 15 feet high ("H" shaped) which is OK in and of itself but the amount of piping the company has added on over the years makes me worried that it is now under-designed for the weight it is holding.]]>
   </description>
   <pubDate>Fri, 18 Mar 2011 19:11:20 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14142&amp;title=3d-block-needed-tote-tank#14142</guid>
  </item> 
  <item>
   <title><![CDATA[3D BLOCK NEEDED - TOTE TANK : Being in chemical mfg business,...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14141&amp;title=3d-block-needed-tote-tank#14141</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=174988">pschultz</a><br /><strong>Subject:</strong> 5450<br /><strong>Posted:</strong> 18.Mar.2011 at 18:53<br /><br /><DIV>Being in chemical mfg business, we deal w/ pipe racks alot.&nbsp; Know what you are talking about.&nbsp; I have a great .lsp routine called LNTOPIPE.LSP that will flesh out a simple 3d polyline into 3d piping with your desired diameter and radii.&nbsp; It's great!&nbsp; And fast!&nbsp; Let me know if you want it.</DIV><DIV>&nbsp;</DIV><DIV>Boss just back from 5 week operation in China.&nbsp; New plant going up that I helped design.&nbsp; Am designing a mfg plant in Peru and doing some 3D work on production areas, hence the totes.</DIV><DIV>&nbsp;</DIV><DIV>I design mfg, whs and offices (new and remodel) all over the world from US to Australia, being that I am the only Space Planner/Designer at corporate HQ for our company.&nbsp; My DWGs then go to local architects for shop DWG production OR to local contractors, bypassing any further DWG enhancement, for build out.&nbsp; VERY busy! Not much time to play with 3D and such so is a real treat when I can take a few minutes.&nbsp; Sometimes is necessary to convey image to upper management for visualization.</DIV><DIV>&nbsp;</DIV><DIV>Have many other 3D blocks I will upload when get a chance.&nbsp; Boss going back to China in 1 week so will be getting what he needs before he leaves.&nbsp; Then can breath again.</DIV>]]>
   </description>
   <pubDate>Fri, 18 Mar 2011 18:53:56 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14141&amp;title=3d-block-needed-tote-tank#14141</guid>
  </item> 
  <item>
   <title><![CDATA[3D BLOCK NEEDED - TOTE TANK : Following your lead I took the...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14096&amp;title=3d-block-needed-tote-tank#14096</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5450<br /><strong>Posted:</strong> 17.Mar.2011 at 13:25<br /><br />Following your lead I took the plunge and uploaded my version of a 550 gallon tote bin with cover, vent, lock ring, drain pipe and valve.&nbsp; I saved it to AutoCAD 2000 file format.&nbsp; I did not render it.&nbsp; Although I would someday like to try my hand at adding materials and rendering it just isn't part of what I need to do in my day-to-day job.<DIV>&nbsp;</DIV><DIV>Currently I am working on a rehab of a 40 year old pipe rack.&nbsp; It is under designed for the number of pipes it is currently holding, the placement of the pipe runs make walking the rack dangerous, and the supports on one&nbsp;end are undersized.&nbsp; My job is to document what we have now and come up with a way of making it stronger, safer and easier for the pipe fitters to work off of.&nbsp; I am tracing pipes, identifying them and reproducing the pipe rack in 3D.&nbsp; If there were any drawings they were lost so I also have to field measure everything I need to draw which includes the pipe rack itself, all the pipes/conduits (25), and the supports at either end.&nbsp; The rack&nbsp;connects two process buildings and is approximately 50 feet long. </DIV>]]>
   </description>
   <pubDate>Thu, 17 Mar 2011 13:25:22 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14096&amp;title=3d-block-needed-tote-tank#14096</guid>
  </item> 
  <item>
   <title><![CDATA[3D BLOCK NEEDED - TOTE TANK : I checked out your tote bin. It&amp;#039;s...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14095&amp;title=3d-block-needed-tote-tank#14095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5450<br /><strong>Posted:</strong> 17.Mar.2011 at 12:13<br /><br />I checked out your tote bin.&nbsp; It's a different type than what I am used to seeing where I work, most notably the top.&nbsp; I can see where your block would work well in a 1:200 drawing.&nbsp; Just enough detail to define the tote but not so much that it adds appreciably to the overall file size if dozens of totes were placed in a drawing.<DIV></DIV>I'm located in Connecticut.&nbsp; Where are you located?<DIV></DIV>I should probably upload my tote at some point.&nbsp; I also have a nice 3D drawing of a level probe that I've been meaning to upload as well.<DIV>Thanks for sharing.</DIV><DIV>So, what's our next assignment?&nbsp; LOL</DIV>]]>
   </description>
   <pubDate>Thu, 17 Mar 2011 12:13:08 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14095&amp;title=3d-block-needed-tote-tank#14095</guid>
  </item> 
  <item>
   <title><![CDATA[3D BLOCK NEEDED - TOTE TANK : I too had some initial troubles...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14094&amp;title=3d-block-needed-tote-tank#14094</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5450<br /><strong>Posted:</strong> 17.Mar.2011 at 11:47<br /><br />I too had some initial troubles and I think it was as a result of my inquires that the thread I provided the link to was initiated.&nbsp; I'll go check out your 3D-TOTE.dwg right now.&nbsp; Thanks.]]>
   </description>
   <pubDate>Thu, 17 Mar 2011 11:47:10 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5450&amp;PID=14094&amp;title=3d-block-needed-tote-tank#14094</guid>
  </item> 
 </channel>
</rss>