Add HDF description in IfcConvert

This commit is contained in:
johltn
2021-02-19 17:12:58 +01:00
parent 029c2cc33d
commit 415203e9c2
+1
View File
@@ -105,6 +105,7 @@ void print_usage(bool suggest_help = true)
<< " .igs IGES Initial Graphics Exchange Specification\n"
<< " .xml XML Property definitions and decomposition tree\n"
<< " .svg SVG Scalable Vector Graphics (2D floor plan)\n"
<< " .h5 HDF Hierarchical Data Format storing positions, normals and indices\n"
<< " .ifc IFC-SPF Industry Foundation Classes\n"
<< "\n"
<< "If no output filename given, <input>" << IfcUtil::path::from_utf8(DEFAULT_EXTENSION) << " will be used as the output file.\n";