New feature to validate IFC files against specification

This commit is contained in:
Dion Moult
2020-03-30 12:47:14 +11:00
parent df81490f86
commit c4cd6ef710
5 changed files with 27 additions and 2 deletions
@@ -48,6 +48,7 @@ if bpy is not None:
operator.SelectDataDir,
operator.SelectSchemaDir,
operator.SelectIfcFile,
operator.ValidateIfcFile,
operator.ExportIFC,
operator.ImportIFC,
operator.ColourByClass,