validate_element
- compas_ifc.validation.validate_element(element, specifications)
Validate a single element against a list of specifications.
- Parameters:
- element
GenericElement The element to validate.
- specificationslist[
Specification] Specifications to check.
- element
- Returns:
- list[
ValidationResult] One result per applicable specification (specs that don’t match the element’s IFC type are skipped).
- list[