mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
Differentiate slab types when option --use-element-types is used.
This commit is contained in:
@@ -510,7 +510,7 @@ int main(int argc, char** argv)
|
||||
|
||||
if (serializer->settings().get(SerializerSettings::USE_ELEMENT_HIERARCHY) && output_extension != ".dae")
|
||||
{
|
||||
Logger::Error("--user-element-hierarchy can be used only with .dae output.");
|
||||
Logger::Error("--use-element-hierarchy can be used only with .dae output.");
|
||||
write_log();
|
||||
print_usage();
|
||||
return EXIT_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user