<?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 3D Autocad files to library object question in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/3D-Autocad-files-to-library-object-question/m-p/62725#M40654</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;We received soem 3D autocad files that I've saved as archicad objects. They are working for what we need them for now. But it appears that every surface has a diagonal line on it in shaded view and in elevation. Is there a way I can get rid of that diagonal line? Here is part of the code:&lt;BR /&gt;
&lt;BR /&gt;
*************&lt;BR /&gt;
!!! Precaution against A == 0 or B == 0&lt;BR /&gt;
&lt;BR /&gt;
BOXMAX = MAX(ABS(A), ABS(B), ABS(ZZYZX))&lt;BR /&gt;
AA = A&lt;BR /&gt;
IF ABS(AA) &amp;lt; 1E-5 THEN&lt;BR /&gt;
	AA = BOXMAX&lt;BR /&gt;
ENDIF&lt;BR /&gt;
BB = B&lt;BR /&gt;
IF ABS(BB) &amp;lt; 1E-5 THEN&lt;BR /&gt;
	BB = BOXMAX&lt;BR /&gt;
ENDIF&lt;BR /&gt;
MODEL SURFACE&lt;BR /&gt;
MUL AA/0.844416, BB/0.400050, ZZYZX/1.155700&lt;BR /&gt;
XFORM TR3D_1_1, TR3D_1_2, TR3D_1_3, 0.0,&lt;BR /&gt;
      TR3D_2_1, TR3D_2_2, TR3D_2_3, 0.0,&lt;BR /&gt;
      TR3D_3_1, TR3D_3_2, TR3D_3_3, 0.0&lt;BR /&gt;
RESOL 8&lt;BR /&gt;
MATERIAL mat_1&lt;BR /&gt;
LINE_TYPE "Solid Line"&lt;BR /&gt;
PEN 20&lt;BR /&gt;
!!LIN_ 0.71129369, 1.5397121e-005, 0.2159, 0.076293692, 1.5397121e-005, 0.2159&lt;BR /&gt;
!!LIN_ 0.076293692, 1.5397121e-005, 0.2159, 0.076293692, 1.5397121e-005, 0.89535&lt;BR /&gt;
!!LIN_ 0.076293692, 1.5397121e-005, 0.89535, 0.71129369, 1.5397121e-005, 0.89535&lt;BR /&gt;
!!LIN_ 0.71129369, 1.5397121e-005, 0.89535, 0.71129369, 1.5397121e-005, 0.2159&lt;BR /&gt;
PLANE 3, &lt;BR /&gt;
      0.71129369, 1.5397121e-005, 0.2159,&lt;BR /&gt;
      0.076293692, 1.5397121e-005, 0.89535,&lt;BR /&gt;
      0.71129369, 1.5397121e-005, 0.89535&lt;BR /&gt;
PLANE 3, &lt;BR /&gt;
      0.71129369, 1.5397121e-005, 0.2159,&lt;BR /&gt;
      0.076293692, 1.5397121e-005, 0.2159,&lt;BR /&gt;
      0.076293692, 1.5397121e-005, 0.89535&lt;BR /&gt;
&lt;BR /&gt;
**********************&lt;BR /&gt;
The code is mainly made up of planes. ANy help would be great!!&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Michele&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 17 Nov 2004 19:57:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-11-17T19:57:31Z</dc:date>
    <item>
      <title>3D Autocad files to library object question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/3D-Autocad-files-to-library-object-question/m-p/62725#M40654</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;We received soem 3D autocad files that I've saved as archicad objects. They are working for what we need them for now. But it appears that every surface has a diagonal line on it in shaded view and in elevation. Is there a way I can get rid of that diagonal line? Here is part of the code:&lt;BR /&gt;
&lt;BR /&gt;
*************&lt;BR /&gt;
!!! Precaution against A == 0 or B == 0&lt;BR /&gt;
&lt;BR /&gt;
BOXMAX = MAX(ABS(A), ABS(B), ABS(ZZYZX))&lt;BR /&gt;
AA = A&lt;BR /&gt;
IF ABS(AA) &amp;lt; 1E-5 THEN&lt;BR /&gt;
	AA = BOXMAX&lt;BR /&gt;
ENDIF&lt;BR /&gt;
BB = B&lt;BR /&gt;
IF ABS(BB) &amp;lt; 1E-5 THEN&lt;BR /&gt;
	BB = BOXMAX&lt;BR /&gt;
ENDIF&lt;BR /&gt;
MODEL SURFACE&lt;BR /&gt;
MUL AA/0.844416, BB/0.400050, ZZYZX/1.155700&lt;BR /&gt;
XFORM TR3D_1_1, TR3D_1_2, TR3D_1_3, 0.0,&lt;BR /&gt;
      TR3D_2_1, TR3D_2_2, TR3D_2_3, 0.0,&lt;BR /&gt;
      TR3D_3_1, TR3D_3_2, TR3D_3_3, 0.0&lt;BR /&gt;
RESOL 8&lt;BR /&gt;
MATERIAL mat_1&lt;BR /&gt;
LINE_TYPE "Solid Line"&lt;BR /&gt;
PEN 20&lt;BR /&gt;
!!LIN_ 0.71129369, 1.5397121e-005, 0.2159, 0.076293692, 1.5397121e-005, 0.2159&lt;BR /&gt;
!!LIN_ 0.076293692, 1.5397121e-005, 0.2159, 0.076293692, 1.5397121e-005, 0.89535&lt;BR /&gt;
!!LIN_ 0.076293692, 1.5397121e-005, 0.89535, 0.71129369, 1.5397121e-005, 0.89535&lt;BR /&gt;
!!LIN_ 0.71129369, 1.5397121e-005, 0.89535, 0.71129369, 1.5397121e-005, 0.2159&lt;BR /&gt;
PLANE 3, &lt;BR /&gt;
      0.71129369, 1.5397121e-005, 0.2159,&lt;BR /&gt;
      0.076293692, 1.5397121e-005, 0.89535,&lt;BR /&gt;
      0.71129369, 1.5397121e-005, 0.89535&lt;BR /&gt;
PLANE 3, &lt;BR /&gt;
      0.71129369, 1.5397121e-005, 0.2159,&lt;BR /&gt;
      0.076293692, 1.5397121e-005, 0.2159,&lt;BR /&gt;
      0.076293692, 1.5397121e-005, 0.89535&lt;BR /&gt;
&lt;BR /&gt;
**********************&lt;BR /&gt;
The code is mainly made up of planes. ANy help would be great!!&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Michele&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Nov 2004 19:57:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/3D-Autocad-files-to-library-object-question/m-p/62725#M40654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-17T19:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Autocad files to library object question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/3D-Autocad-files-to-library-object-question/m-p/62726#M40655</link>
      <description>The PLANE 3, ... statements are creating triangular surfaces. Two of them together make a rectangular (or at least quadrilateral) surface. The only way to fix this in the GDL code is to merge the nodes of the triangles into four sided figures. This could be quite tedious.&lt;BR /&gt;
&lt;BR /&gt;
The better solution may be to see if you can get the files in a true 3D format such as 3DS where the conversion can produce true solids. I am assuming that you got DXF or DWG surface models.</description>
      <pubDate>Wed, 17 Nov 2004 23:58:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/3D-Autocad-files-to-library-object-question/m-p/62726#M40655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-17T23:58:26Z</dc:date>
    </item>
  </channel>
</rss>

