MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / report_failed_entities

Method report_failed_entities

src/ifctester/ifctester/reporter.py:814–815  ·  view source on GitHub ↗
(self, requirement: Facet)

Source from the content-addressed store, hash-verified

812
813class Bcf(Json):
814 def report_failed_entities(self, requirement: Facet) -> list[FacetFailure]:
815 return [FacetFailure(f) for f in requirement.failures]
816
817 def to_file(self, filepath: str) -> None:
818 import numpy as np

Callers

nothing calls this directly

Calls 1

FacetFailureClass · 0.85

Tested by

no test coverage detected