1. Kapitel 9
  2. Inventor I - From AutoCAD to Inventor and C++
    1. 9.1 Why Inventor
    2. 9.2 Export
      1. 9.2.1 File Formats
      2. 9.2.2 iv Format
    3. 9.3 Inventor
      1. 9.3.1 What is Inventor
      2. 9.3.2 Nodes and Paths
        1. Sphere, Cube
        2. Material, Transformation
        3. Separator
    4. 9.4 C++
      1. 9.4.1 Programming Languages
        1. procedural
        2. symbolic
        3. object oriented
      2. 9.4.2 Characteristics of C++
        1. initialise an object
        2. assign a value to a variable
        3. use a function
        4. main
        5. formalisms
    5. 9.5 Compiling
      1. 9.5.1 Interpreted versus Compiled Programs
      2. 9.5.2 What happens when a C++ Program gets Compiled
    6. 9.6 Exercise 9 - Understand Inventor
        1. Editing in Gview
        2. Editing an iv-File
        3. Looking at a C++ File and Compiling
        4. Hand in:

This website has been archived and is no longer maintained.