Files
IfcOpenShell/src/ifcopenshell-python
Andrej730 9485190604 ifcopenshell.draw - omit sys.argv + help message
To make sure user will get an error if files are not provided - if we use sys.argv then we always have __file__ in it and if user won't provide fiels they'll get a less readable error

Before:
    sr.setFile(files[0])
               ~~~~~^^^
IndexError: list index out of range

Now:
usage: draw.py files [files ...]
draw.py: error: the following arguments are required: files
2024-07-02 15:32:48 +05:00
..
2024-07-01 11:44:17 +10:00
2024-07-01 18:26:03 +05:00
2024-06-27 11:49:12 +10:00
2024-07-01 11:44:17 +10:00

ifcopenshell-python

Python bindings, utility functions, and high-level API for IfcOpenShell.