M
by Moult on 30 Jul 2020
#
Not much to document, really. ifcdiff -h
will provide a standard help statement:
usage: ifcdiff.py [-h] [-o OUTPUT] [-r RELATIONSHIPS] old new
Show the difference between two IFC files
positional arguments:
old The old IFC file
new The new IFC file
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
The JSON diff file to output. Defaults to diff.json
-r RELATIONSHIPS, --relationships RELATIONSHIPS
A list of IFC classes to check in inverse
relationships, like "IfcRelDefinesByProperties", or
"all".
So in its simplest form: ifcdiff old.ifc new.ifc