Thomas Krijnen
d501118eb4
Add --prefilter flag to draw.py
2023-06-29 13:29:49 +02:00
Andrej730
40656297a6
Fix for f88835b #3271
...
Now we do not rely on small offset to keep using inner curves to create linings, if some part of the lining is not present (which happens on mullions and transoms) we'll create U or L shape extrusion instead of rectangle with inner curve.
Long story short - this should keep ifc for windows valid.
2023-06-28 15:57:29 +05:00
Andrej730
f88835b87b
Corrected L shapes in window lining after e89a9cd #3271
...
From this - https://i.imgur.com/hQuCcR3.png
To this - https://i.imgur.com/qZ2Lyfo.png
It's a bit hacky since we still use really small offsets to keep "The outer curve shall enclose all inner curves." rule for IfcArbitraryProfileDefWithVoids valid.
2023-06-28 15:56:38 +05:00
Dion Moult
89b0674b08
You can now exclude classes from streaming in ifcopenshell.stream
2023-06-28 12:41:50 +10:00
Andrej730
e89a9cd01c
adjust window offset on transoms/mullions for symmetry #3271
...
Before - https://i.imgur.com/DbEzJ9H.png
After - https://i.imgur.com/0CERh86.png
Added it for modifier preview and ifc 2d and 3d repr but still need to work some things in 3d representation (L shape lining is not always detected correctly).
2023-06-27 19:30:49 +05:00
Dion Moult
183230b7f5
Naive implementation of file stream and Lark based IFC-SPF reader to handle huge IFCs.
2023-06-27 21:03:02 +10:00
Dion Moult
897dfb1e33
ifcopenshell.sqlite wrapper now handles JSON fields by default, which is significantly more performant
...
f attributes holding entity lists are expanded in SQL, this means that you end up with significantly more rows. Also, you cannot have the ifc_id marked as a UNIQUE field / benefit from unique primary key index. So leaving the fields as JSON is actually significantly more efficient (almost 10X faster to load a model into BBIM).
2023-06-26 17:08:50 +10:00
Thomas Krijnen
1c996013b6
#2805 Further fixes for aggregates of select
2023-06-22 14:10:55 +02:00
Thomas Krijnen
7aa04611a1
#2805 provide aggregate typedef for select types
2023-06-22 10:07:26 +02:00
Thomas Krijnen
c72f960ed4
#2805 statically typed select types as aggregates
2023-06-21 19:25:04 +02:00
Thomas Krijnen
c5aab16696
Remove dependency on bootstrap
2023-06-19 14:34:14 +02:00
Thomas Krijnen
6e1b18ba33
#3120 item_id vector test case
2023-06-19 13:48:35 +02:00
Thomas Krijnen
e6b05b547b
Further defer sql.py imports for ifcopenbot to succeed
2023-06-16 20:32:40 +02:00
Thomas Krijnen
5e8ec48d98
Comment out import mysql.connector
2023-06-16 14:16:17 +02:00
Thomas Krijnen
9c21304629
Correct if-clause
2023-06-16 14:08:48 +02:00
Thomas Krijnen
1278f98df6
Add test
2023-06-16 14:08:48 +02:00
Totally a booplicate
d31b470e83
smol fix
2023-06-16 14:08:48 +02:00
Totally a booplicate
1ecb25684e
fix missing else clause
2023-06-16 14:08:48 +02:00
Totally a booplicate
5999976d37
raise TypeError on invalid pset
2023-06-16 14:08:48 +02:00
Totally a booplicate
51e5f843ba
rework unpack_unit_value
...
handle the `None` case, simplify logic
2023-06-16 14:08:48 +02:00
Totally a booplicate
3d787338fb
improve naming of the new method
2023-06-16 14:08:48 +02:00
Totally a booplicate
de67648f3e
improve update_existing_properties
...
explicit class check
error out on a not supported type
better methods names
2023-06-16 14:08:48 +02:00
Totally a booplicate
afa803ea62
implement _try_purge
...
per review comment about repeating code
2023-06-16 14:08:48 +02:00
Totally a booplicate
3a0aaee03b
restructure if/elif/else chain
2023-06-16 14:08:48 +02:00
Totally a booplicate
a5353e02b5
support tuples
2023-06-16 14:08:48 +02:00
Totally a booplicate
1acc743370
move prop check
2023-06-16 14:08:48 +02:00
Totally a booplicate
375f4f2a86
per review
...
change exception message
remove TODO
pass `Unit`
raise `NotImplementedError` when no template was found
2023-06-16 14:08:48 +02:00
Totally a booplicate
d4b88fd422
resolve TODO
...
This is being fixed, we should always have a class to use
2023-06-16 14:08:48 +02:00
Totally a booplicate
df6cc74a87
attempt to improve pset support
...
1. Adds support to directly passed in property entities
2. Adds support for tuples
3. Adds support for P_LISTVALUE
2023-06-16 14:08:48 +02:00
Dion Moult
c8ede38edb
Run black on existing entity_instance
2023-06-16 16:17:17 +10:00
Dion Moult
704e27ecca
Build testing prototype of an SQLite based file / entity_instance.
2023-06-16 16:16:22 +10:00
Dion Moult
a8dfed50e4
Minor geometry processing documentation fix
2023-06-16 13:32:33 +10:00
Dion Moult
bac683e105
Fix bug for getting psets of materials and profiles in IFC2X3
2023-06-16 13:32:33 +10:00
Ahmad Saleem Z
820686a39b
added link to aws/lambda guide in installation guide
2023-06-11 18:04:34 +02:00
Dion Moult
47c6c2ce9a
See #3266 . Write documentation on how to use IfcCSV.
2023-06-07 16:00:12 +10:00
Dion Moult
4b6424e0e1
Fix #3264 . Describe IFC to JSON conversion (and other formats) in documentation.
2023-06-07 14:30:48 +10:00
Dion Moult
64b9d2e5e3
See #3226 . New batched remove_deep2() which uses serialisation for faster removal performance on large graphs.
2023-06-06 17:40:31 +10:00
Andrej730
a3859385c4
Blender curves to IfcIndexedPolyCurve #3233
...
Now blender curves segments saved in IfcIndexedPolyCurves instead of creating individual polygons.
Also changed ShapeBuilder.polyline - now it will try to store points in IfcLineIndex where it's possible (previously it was storing just 2).
2023-06-05 17:21:27 +05:00
Andrej730
c7394faf51
Display units for more pset/qset props #3235
...
Now current project units displayed for area and volume properties too.
https://i.imgur.com/7dgl1pC.png
Also added support for imperial units symbols.
2023-06-05 14:54:41 +05:00
Dion Moult
3ee6bdf207
You can now get decompositions non-recursively in element utilities
2023-06-05 15:11:55 +10:00
Andrej730
5805653431
same generate_pset_templates.py for ifcopenshell and ifc dev repos
...
same script will be easier to maintain
2023-06-03 12:57:48 +05:00
Andrej730
186da73135
Fixed validation errors in pset templates library
...
- missing project and IfcRelDeclares guids
- missing RelatingContext in IfcRelDeclares
2023-06-03 11:00:29 +05:00
Andrej730
528481e774
Fixed missing PrimaryMeasureType for P_LISTVALUE in pset templates #3236
...
For some reason there is also was missing PrimaryUnit in IFC2X3. But it's unrelated to the changes from this commit (generating pset templates before this commit already has PrimaryUnit there).
2023-06-03 10:34:13 +05:00
Sigma Dimensions
0c946fae36
fix removing cost item value
2023-06-02 00:31:50 +01:00
Sigma Dimensions
f297739836
BBIM 5D: Various Cost Schedule UI Improvemements
2023-06-02 00:30:49 +01:00
Thomas Krijnen
d60fbd2c09
Don't assert but just if-check for not terminating rule execution on very invalid files
2023-06-01 14:06:41 +02:00
Dion Moult
f2c757b1bb
Fix #3113 . Support regex in selector filter values.
2023-05-31 13:23:51 +10:00
Dion Moult
ff2fa70776
Close #3139 . Bump IfcOpenShell.
2023-05-30 21:06:09 +10:00
Sigma Dimensions
90c19f8454
Ctrl+P and Alt+P BIMTool Hotekys to assign/unassign aggregation
2023-05-28 14:45:57 +01:00
Dion Moult
d3251c5ca1
New get_shape_matrix utility.
2023-05-26 19:31:01 +10:00