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

Function pythonize

src/ifcopenshell-python/ifcopenshell/draw.py:353–354  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

351 return (m4 @ xyzw)[0:3]
352
353 def pythonize(arr):
354 return tuple(map(float, arr))
355
356 # Loop over the cell paths
357 for pi, p in enumerate(g2.getElementsByTagName("path")):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected