The Cult3D 'move the roof' example.

These are the step in this example to proiduce the intyeractive 3d-model of the flat with removable roof.
  • the original flat was produced in Archicad on Mac computer and later read in ArchiCad for PC (Archicad file size 104 K). In this the IFC-format was used instead (ifc-file 60K)
  • ArchiCad PC saved the file in .dwg format. This file was read by 3DstudioViz.
  • From 3DstudioViz we exported the file in Cult3d (flat.c3d) format. (9kbytes)
  • Cult3D Designer opened the flat.c3d file and the object translation (the roof) events were introduced. Two additional files were saved
    roof.c3p (size 16 kbytes) (Cult3D project file)
    flat_roof.co (size 16 kbytes). This is the 'web'-file
  • below you can read the script in this html-file which opens the interactive 3D-file.





<OBJECT
    classid="clsid:31B7EB4E-8B4B-11D1-A789-00A0CC6651A8"
    codebase="http://www.cult3d.com/download/cult.cab"
    width=500
    height=500>
    <PARAM NAME="SRC" VALUE="flat_roof.co">

     <EMBED
          PLUGINSPAGE="http://www.cult3d.com/newuser/index.html"
          TYPE="application/x-cult3d-object"
          SRC=" flat_roof.co "
          WIDTH="500"
          HEIGHT="500">
       </EMBED>
</OBJECT>





©Per Christiansson, 26.2.2001 [26.2.2001]