Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkioraskari committed Mar 11, 2024
1 parent 03b1720 commit 30fe087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ from jpype.types import *
jpype.startJVM(classpath=['jars/*'])
from org.linkedbuildingdata.ifc2lbd import IFCtoLBDConverter
IFCtoLBDConverter = jpype.JClass("org.linkedbuildingdata.ifc2lbd.IFCtoLBDConverter")
# Convert the IFC file into LBD level 3 model
lbdconverter = IFCtoLBDConverter("https://example.domain.de/", 3)
Expand Down

0 comments on commit 30fe087

Please sign in to comment.