#include <sstream>
#include <vector>
#include "Vector3D.h"
Go to the source code of this file.
Classes | |
class | Base::Builder3D |
A Builder class for 3D representations on App level On application level is nothing known of the visual representation of data. More... | |
class | Base::InventorBuilder |
This class does basically the same as Builder3D except that it writes the data directly into a given stream without buffering the output data in a string stream. More... | |
Namespaces | |
namespace | Base |
The namespace of the FreeCAD Base library. |