Andrej730
f1290ef061
Replace SEW_SHELLS with REORIENT_SHELLS #4832
2024-07-04 11:10:24 +05:00
Thomas Krijnen
10059a722b
Handling of None in draw.py #4924 - mostly untested
2024-07-03 20:02:13 +02:00
Andrej730
8f92877fb4
typing
2024-07-03 18:12:20 +05:00
Andrej730
5d1b2e4651
black format
2024-07-03 18:12:19 +05:00
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
Andrej730
d1523eaeac
ifcopenshell.draw - update to v0.8
2024-07-02 15:32:48 +05:00
Thomas Krijnen
b4045aa960
Update draw.py --with-unify-inputs [True]
2024-04-16 10:25:02 +02:00
Thomas Krijnen
76235f151e
Update draw.py --include-curves
2024-04-16 10:24:53 +02:00
Thomas Krijnen
727d075e0e
Add --prefilter flag to draw.py
2024-04-15 13:28:16 +02:00
Thomas Krijnen
84287bf3ae
Update draw.py
2024-04-15 09:49:53 +02:00
Thomas Krijnen
b1c730c04d
draw.include_projection setting
2022-11-12 15:49:29 +01:00
Dion Moult
f0a00cbc94
#2185 Set up auto generated API reference documentation via sphinx-autoapi
2022-05-09 15:35:52 +10:00
Thomas Krijnen
efc43c0fe9
#1153 merge-cells option in draw
2022-04-24 14:54:49 +02:00
Dion Moult
810c71dfa2
IfcOpenShell-python licensing and black. See #1082 .
2022-01-19 12:18:33 +11:00
Dion Moult
666e484b2b
Run black on IfcOpenShell-python.
2022-01-10 15:42:24 +11:00
Thomas Krijnen
3c41f6b0f8
#1153 draw.py timing
2021-11-20 14:05:53 +01:00
Thomas Krijnen
a17c44c076
#1153 update draw.py with two new options
2021-11-20 14:05:11 +01:00
Thomas Krijnen
2dc29978f6
--cache and subtraction in draw.py
2021-11-05 11:03:44 +01:00
Dion Moult
2ad2a102cb
First pass at connecting to new ifcopenshell.draw. See #1153 .
2021-10-27 19:42:36 +11:00
Thomas Krijnen
96017bb36c
Update draw.py
2021-08-17 16:00:42 +02:00
Thomas Krijnen
4afa6cd78b
draw settings
2021-08-17 15:58:15 +02:00
Thomas Krijnen
9d6230eb16
Add ifcopenshell.draw module
2021-08-17 14:55:32 +02:00