-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screen shot maker #446
Screen shot maker #446
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Seems like a useful tool to simplify writing unit test.
I think it would make sense to create a new issues to change the existing unit tests to make use of this tool.
This is not a library, but an |
Made a small console application that saves all screen shots needed for unit testing.
Usage:
with:
<pathToIfcFile>
: the relative or absolute path to the IFC file to be rendered<pathToOutputDirectory>
: the relative or absolute path to the directory where screen shots should be savedNOTE: make sure that the correct IFC version is being compiled - select accordingly in CMake.