This commit is contained in:
Andrej
2025-05-29 17:23:02 +05:00
parent ea7ced738a
commit 0663c5130a
25 changed files with 42 additions and 22 deletions
+2 -2
View File
@@ -23,8 +23,9 @@ import sys
import math
import datetime
import ifcopenshell
import ifcopenshell.util.unit
import ifcopenshell.util.element
import ifcopenshell.util.placement
import ifcopenshell.util.unit
from .ids import Specification, Ids
from .facet import Facet, FacetFailure
from typing import TypedDict, Union, Literal, Optional
@@ -766,7 +767,6 @@ class Bcf(Json):
def to_file(self, filepath: str) -> None:
import numpy as np
import ifcopenshell.util.placement
from bcf.v2.bcfxml import BcfXml
unit_scale = None