ifcclash ifccsv ifcdiff ifcpatch: README.md stubs

The pyproject.toml files were referencing these missing files
This commit is contained in:
Bruno Postle
2025-11-09 20:52:12 +00:00
parent 7a5bd03216
commit ad62c75f4f
6 changed files with 103 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
# IfcDiff
Compare IFC models for changes to geometry, properties, and structure. Compares the differences between two IFC models, including changes to geometry, properties, relationships, and spatial structure. Outputs differences in JSON format for further processing or reporting.
## Features
- **Element tracking**: Identify added and deleted elements between models
- **Relationship comparison**: Track changes in multiple relationship types:
- Geometry
- Attributes
- Type assignments
- Properties
- Spatial containers
- Aggregations
- Classifications
- **Flexible filtering**: Compare only specific element types using IFC selectors
- **Configurable depth**: Choose between shallow (first difference only) or deep (all differences) comparison
- **JSON export**: Export comparison results in JSON format for further processing
- **Precision control**: Configure geometric comparison precision
+1 -1
View File
@@ -8,7 +8,7 @@ version = "0.0.0"
authors = [
{ name="Dion Moult", email="dion@thinkmoult.com" },
]
description = "Compares the differences between two IFC models"
description = "Compare IFC models for changes to geometry, properties, and structure"
readme = "README.md"
keywords = ["IFC", "Diff"]
classifiers = [