ifcpatch.recipes.RemoveRevitUniformatClassification
¶
Module Contents¶
- class ifcpatch.recipes.RemoveRevitUniformatClassification.Patcher(src, file, logger)¶
Removes the built-in Revit Uniformat classification.
Revit has a bug (see https://github.com/Autodesk/revit-ifc/issues/486) where it always inserts a Uniformat classification regardless if your project needs it or not. This patch removes it.
Example:
ifcpatch.execute({"input": "input.ifc", "file": model, "recipe": "RemoveRevitUniformatClassification"})
- get_references(classification)¶
- patch()¶
- file¶
- logger¶
- src¶