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

Class opening

src/ifcopenshell-python/test/test_wall_opening.py:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53@dataclass
54class opening:
55 x: float
56 z: float
57 shape: typing.Any
58 depth: float
59 direc: tuple = field(default_factory=lambda: (0.0, 0.0, -1.0))
60
61
62O = 0.0, 0.0, 0.0

Callers 1

test_allMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_allMethod · 0.68