<?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) : point colour import</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : point colour import]]></description>
  <pubDate>Thu, 09 Jul 2026 22:09:34 +0000</pubDate>
  <lastBuildDate>Thu, 27 Jan 2011 08:11:43 +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=5183</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[point colour import :   Hi! I used excel to form script;...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5183&amp;PID=12863&amp;title=point-colour-import#12863</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=163558">olyo</a><br /><strong>Subject:</strong> 5183<br /><strong>Posted:</strong> 27.Jan.2011 at 08:11<br /><br /><FONT face="Arial, Helvetica, sans-serif">Hi! <DIV></DIV>I used excel to form script; <DIV>CONCATENATE(point;" ";X;",";Y;",";Z;" ";chprop;" ";p;" ";" ";color;" ";t;" ";R;",";G;",";B)</DIV><DIV>And in scr file it looked like this </DIV><DIV>point X,Y,Z chprop p&nbsp; color t R,G,B </DIV><DIV>&nbsp;</DIV><DIV>And that's it <img src="https://www.cadforum.cz/forum_en/smileys/smiley4.gif" height="17" width="17" border="0" align="absmiddle" alt="Big%20smile" />&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV></FONT>]]>
   </description>
   <pubDate>Thu, 27 Jan 2011 08:11:43 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5183&amp;PID=12863&amp;title=point-colour-import#12863</guid>
  </item> 
  <item>
   <title><![CDATA[point colour import : olyo, could you provide a sample...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5183&amp;PID=12851&amp;title=point-colour-import#12851</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=16131">HAWDesigner</a><br /><strong>Subject:</strong> 5183<br /><strong>Posted:</strong> 26.Jan.2011 at 20:31<br /><br />olyo, could you provide a sample of the script for us?<br><br>Thanks!!<br>]]>
   </description>
   <pubDate>Wed, 26 Jan 2011 20:31:57 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5183&amp;PID=12851&amp;title=point-colour-import#12851</guid>
  </item> 
  <item>
   <title><![CDATA[point colour import :   Hello!Thank you very much...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5183&amp;PID=12845&amp;title=point-colour-import#12845</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=163558">olyo</a><br /><strong>Subject:</strong> 5183<br /><strong>Posted:</strong> 26.Jan.2011 at 15:57<br /><br />Hello!<DIV></DIV>Thank you very much for replaying so fast. I don't know how to use lisps so I tried&nbsp;to form&nbsp;a script file and I did it&nbsp;and my points got their color <img src="https://www.cadforum.cz/forum_en/smileys/smiley1.gif" height="17" width="17" border="0" align="absmiddle" alt="Smile" /><DIV></DIV>Thank you again.]]>
   </description>
   <pubDate>Wed, 26 Jan 2011 15:57:56 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5183&amp;PID=12845&amp;title=point-colour-import#12845</guid>
  </item> 
  <item>
   <title><![CDATA[point colour import : You&amp;#039;d have to use a script...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5183&amp;PID=12842&amp;title=point-colour-import#12842</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=73469">CarlB</a><br /><strong>Subject:</strong> 5183<br /><strong>Posted:</strong> 26.Jan.2011 at 09:53<br /><br />You'd have to use a script or some code (lisp, etc.)<DIV>&nbsp;</DIV><DIV>For example a lisp routine could read the file, one line at a time. the first 3 items in a line would be combined to for a 3d point. The next 3 values combined to form "r,g,b".</DIV><DIV>The coordinate would be fed to a "point" command.then "change" or "chprop" command, "color" then the RGB value.</DIV><DIV>Repeat for each line in the text file.</DIV><DIV>&nbsp;</DIV><DIV>Script would be tedious. You might first manipulate in Excel to combine the values.</DIV><DIV>&nbsp;</DIV><DIV>A script file would look like;</DIV><DIV>point</DIV><DIV>x1,y1,z1</DIV><DIV>change</DIV><DIV>l</DIV><DIV>p</DIV><DIV>c</DIV><DIV>r1,g1,b1</DIV><DIV>&nbsp;</DIV><DIV>point</DIV><DIV>x2,y2,z2</DIV><DIV>etc...on and on for all points</DIV>]]>
   </description>
   <pubDate>Wed, 26 Jan 2011 09:53:19 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5183&amp;PID=12842&amp;title=point-colour-import#12842</guid>
  </item> 
  <item>
   <title><![CDATA[point colour import :    Hello everybody!I need helpIs...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5183&amp;PID=12832&amp;title=point-colour-import#12832</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=163558">olyo</a><br /><strong>Subject:</strong> 5183<br /><strong>Posted:</strong> 25.Jan.2011 at 09:44<br /><br /><FONT size="2" face="Arial, Helvetica, sans-serif">Hello everybody!<DIV>I need help<img src="https://www.cadforum.cz/forum_en/smileys/smiley10.gif" height="17" width="17" border="0" align="absmiddle" alt="Star" /></DIV><DIV>Is there a way to import colour along with point coordinates? For example, I have&nbsp;points defined in&nbsp;.txt format in three columns, after which I have three columns that contain RGB colour components:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 51&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 153&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 204</DIV><DIV>&nbsp;</DIV><DIV>So I would like to import&nbsp;this point in this colour into AutoCAD. </DIV><DIV>Is there a way to do that? </DIV><DIV>&nbsp;</DIV><DIV></FONT>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by olyo - 25.Jan.2011 at 10:00</span>]]>
   </description>
   <pubDate>Tue, 25 Jan 2011 09:44:07 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5183&amp;PID=12832&amp;title=point-colour-import#12832</guid>
  </item> 
 </channel>
</rss>