mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
typing and small refactor
This commit is contained in:
@@ -24,7 +24,7 @@ import ifcopenshell.util.representation
|
||||
from typing import Optional, Literal, Union, Iterable
|
||||
|
||||
tol = 1e-6
|
||||
AXIS_LITERAL = Union[Literal["X"], Literal["Y"], Literal["Z"]]
|
||||
AXIS_LITERAL = Literal["X", "Y", "Z"]
|
||||
VECTOR_3D = tuple[float, float, float]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user