Differentiate slab types when option --use-element-types is used.

This commit is contained in:
Tristan Zimpfer
2017-04-26 10:28:38 +02:00
parent 1d8f6addf8
commit 78b904dfeb
3 changed files with 21 additions and 7 deletions
+1
View File
@@ -198,6 +198,7 @@ private:
COLLADABU::NativeString filename;
COLLADASW::StreamWriter stream;
ColladaScene scene;
std::string differentiateSlabTypes(const IfcGeom::TriangulationElement<real_t>* o);
public:
/// @param double_precision Whether to use "double precision" (up to 16 decimals) or not (6 or 7 decimals).
ColladaExporter(const std::string& scene_name, const std::string& fn, ColladaSerializer *_serializer,