mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fix #3587. IfcCSV now supports custom formatting functions.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user