From 415203e9c2a0b29a7aec0516265f50d9d0fbe4df Mon Sep 17 00:00:00 2001 From: johltn Date: Fri, 19 Feb 2021 17:12:58 +0100 Subject: [PATCH] Add HDF description in IfcConvert --- src/ifcconvert/IfcConvert.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcconvert/IfcConvert.cpp b/src/ifcconvert/IfcConvert.cpp index 7f98a93e6f..a77c5364df 100644 --- a/src/ifcconvert/IfcConvert.cpp +++ b/src/ifcconvert/IfcConvert.cpp @@ -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, " << IfcUtil::path::from_utf8(DEFAULT_EXTENSION) << " will be used as the output file.\n";