tumcms / Open-Infra-Platform

This is the official repository of the open-source Open Infra Platform software (as of April 2020).
Other
50 stars 23 forks source link

Screen shot maker #446

Closed pjanck closed 3 years ago

pjanck commented 3 years ago

Made a small console application that saves all screen shots needed for unit testing.

Usage:

OpenInfraPlatform.ScreenShotMaker.exe <pathToIfcFile> -o <pathToOutputDirectory>

with:

NOTE: make sure that the correct IFC version is being compiled - select accordingly in CMake.

pjanck commented 3 years ago

This is not a library, but an .exe - it runs independently. So there is no need for existing unit tests to be adapted.