<?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: 3D Object - Error in Expression in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132509#M15369</link>
    <description>Here is a print of the 3D script.&lt;BR /&gt;
&lt;BR /&gt;
I am not sure if this is line 841 (didn't count all the lines).&lt;BR /&gt;
&lt;BR /&gt;
How would I tell if this is line 841?&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Michael</description>
    <pubDate>Thu, 22 Mar 2012 22:39:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-22T22:39:07Z</dc:date>
    <item>
      <title>3D Object - Error in Expression</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132507#M15367</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I just tried to create a 3D object but when I insert it, it first tries to stretch it to a different size and then it crashes when I go to the 3D window and say error in line 841.&lt;BR /&gt;
&lt;BR /&gt;
I made the 3d object and saved it as a gsm. But re-inserting it doesn't work.&lt;BR /&gt;
&lt;BR /&gt;
Don't know what is wrong.&lt;BR /&gt;
&lt;BR /&gt;
It just says Error in Expression at line 801.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Michael&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 09:49:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132507#M15367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T09:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Object - Error in Expression</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132508#M15368</link>
      <description>Hard to say without seeing the object.&lt;BR /&gt;
Can you open the script and go to line 801 or 841 of the 3D script.&lt;BR /&gt;
Just press CTRL+L and type in the line number.&lt;BR /&gt;
What does this line of the script say?&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 22 Mar 2012 07:51:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132508#M15368</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2012-03-22T07:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Object - Error in Expression</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132509#M15369</link>
      <description>Here is a print of the 3D script.&lt;BR /&gt;
&lt;BR /&gt;
I am not sure if this is line 841 (didn't count all the lines).&lt;BR /&gt;
&lt;BR /&gt;
How would I tell if this is line 841?&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Michael</description>
      <pubDate>Thu, 22 Mar 2012 22:39:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132509#M15369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-22T22:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Object - Error in Expression</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132510#M15370</link>
      <description>&lt;BLOCKQUOTE&gt;Michaelcitizen wrote:&lt;BR /&gt;
How would I tell if this is line 841?&lt;/BLOCKQUOTE&gt;

Put your cursor in the line and press CTRL+L and the line number will be shown.&lt;BR /&gt;
You can type the line number into the dialogue that appears also to move to that line.&lt;BR /&gt;
&lt;BR /&gt;
It doesn't look like this line will do anything but I would have thought there should be a name in the brackets.&lt;BR /&gt;
Try commenting out the line by putting an exclamaition mark in front of it.&lt;BR /&gt;
then save the object and see what happens.&lt;BR /&gt;
&lt;BR /&gt;
i.e.&lt;BR /&gt;
&lt;FONT color="#ff003f"&gt;!killgroup()&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 23 Mar 2012 02:33:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132510#M15370</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2012-03-23T02:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Object - Error in Expression</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132511#M15371</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;...Just press CTRL+L and type in the line number.&lt;BR /&gt;
What does this line of the script say?&lt;BR /&gt;
Barry.&lt;/BLOCKQUOTE&gt;

Barry already told you how to find a particular line. &lt;BR /&gt;
&lt;BR /&gt;
In the portion of the script you show, there is a KILLGROUP command that does not appear to be complete - the parenthesis should have quotes inside them and the name of a prior group inside the quotes. However, without the full script I cannot tell you which group should be ended or what to put in as the argument to the KILLGROUP command. &lt;BR /&gt;
&lt;BR /&gt;
Also, it would be a good idea to go back in this thread and delete some (all) of the duplicate posts. Just sayn'</description>
      <pubDate>Fri, 23 Mar 2012 02:34:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132511#M15371</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2012-03-23T02:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Object - Error in Expression</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132512#M15372</link>
      <description>Thanks about how to find the line number.&lt;BR /&gt;
&lt;BR /&gt;
I put a ! in front then found I had a similar killgroup line problem at another point. I did the same to that one, then had numerous "Material not found" at a number of lines.&lt;BR /&gt;
&lt;BR /&gt;
I think I will have to give up on trying to use that block and start from scratch again somehow. Though I am not sure what to do that will be any different.&lt;BR /&gt;
Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
Oh I am also not sure how to delete the repeated posts in this thread.&lt;BR /&gt;
&lt;BR /&gt;
Michael</description>
      <pubDate>Tue, 27 Mar 2012 01:36:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/3D-Object-Error-in-Expression/m-p/132512#M15372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-27T01:36:40Z</dc:date>
    </item>
  </channel>
</rss>

