clash-detection-analysis

Installation
SKILL.md

Clash Detection Analysis

Overview

This skill implements automated clash detection for BIM models. Identify conflicts between building elements before construction to prevent costly rework and delays.

Types of Clashes:

  • Hard Clash: Physical intersection of elements
  • Soft Clash: Clearance/tolerance violations
  • Workflow Clash: Scheduling/sequencing conflicts

"Обнаружение коллизий на этапе проектирования может сократить затраты на исправление ошибок до 10 раз по сравнению с исправлением на стройплощадке."

Quick Start

import ifcopenshell
import ifcopenshell.geom
import numpy as np
from itertools import combinations
Related skills
Installs
21
GitHub Stars
127
First Seen
Mar 5, 2026