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

Class ClashResult

src/ifcclash/ifcclash/ifcclash.py:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class ClashResult(TypedDict):
46 a_global_id: str
47 b_global_id: str
48 a_ifc_class: str
49 b_ifc_class: str
50 a_name: str
51 b_name: str
52 type: ifcopenshell.geom.main.ClashType
53 p1: list[float]
54 p2: list[float]
55 distance: float
56
57
58class ClashSet(TypedDict):

Callers 1

process_clash_setMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected