Fix #3587. IfcCSV now supports custom formatting functions.

This commit is contained in:
Dion Moult
2023-08-26 15:15:19 +10:00
parent 5c73ef0a6d
commit e9c24a2656
7 changed files with 174 additions and 3 deletions
@@ -17,6 +17,7 @@
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
from math import pi
from fractions import Fraction
prefixes = {
"EXA": 1e18,