Andrej730
476ab506d0
Added ifc4x3 json schema and it's parser
...
API for docs works the same way as it worked for ifc2x3 and ifc4.
Besides changing `doc.py` and adding `.json` schemas added `ifc4x3dev_scrape_data_for_docs.py` (it's kind of hacky now and relies on `server.py` code from the further mentioned repo) that's used to parse some entities descriptions from https://github.com/buildingSMART/IFC4.3.x-development for later use in `doc.py`.
2023-02-15 18:38:04 +05:00
CyrilWaechter
a6fa6201f7
Fix bugs introduced in cf87852
2023-02-15 10:34:25 +01:00
Dion Moult
26f7db0504
Fix #2698 . IfcClash results are now aware of multiple linked IFC models.
2023-02-15 20:32:50 +11:00
Dion Moult
77a0da2a17
See #2762 . Another attempt at fixing PyPI build.
2023-02-15 20:06:07 +11:00
Thomas Krijnen
785d2e601c
Fix after 31cf1127a6
blenderbim-230215
2023-02-15 09:52:21 +01:00
Massimo Fabbro
3687e4ed91
finish mapping Qto_FootingBaseQuantities
2023-02-15 09:35:29 +11:00
Thomas Krijnen
31cf1127a6
Validation output enhancements
2023-02-14 20:55:14 +01:00
Thomas Krijnen
97385efbca
entity_instance.get_info(scalar_only=)
2023-02-14 20:11:24 +01:00
Andrej730
6a87b68c3b
Window Modifier - added 2d representation
...
+ fixed lining offset for door 2d representation
2023-02-14 16:54:43 +05:00
Andrej730
be06bd6369
Added note about core.geometry representations functions
2023-02-14 16:54:19 +05:00
Andrea Ghensi
a5b4ac863b
fix: ifc clash operator fixes
...
fixes #2698
2023-02-14 21:55:41 +11:00
Thomas Krijnen
e535f911d1
Update extrusion-dir cases for undeterminate handling
2023-02-14 10:04:46 +01:00
Thomas Krijnen
18670bcbd6
Recompile rules
2023-02-14 10:04:46 +01:00
Thomas Krijnen
27511d362e
Use inverse unpacking in rule execution
2023-02-14 10:04:45 +01:00
Thomas Krijnen
c634bffa10
Update reverse compilation to eliminate getattr() calls
2023-02-14 10:04:45 +01:00
Thomas Krijnen
dffa90bd5d
Better conformance wrt indeterminate with AST rewriting and dedicated type
2023-02-14 10:04:45 +01:00
Thomas Krijnen
6a47d33974
Add zone IsGroupedBy where rule test case
2023-02-14 10:04:45 +01:00
Thomas Krijnen
e87524ba11
ifcopenshell.settings.unpack_non_aggregate_inverses
2023-02-14 10:04:44 +01:00
CyrilWaechter
b1154ae377
Adapt to code changes introduced in ea91f43
blenderbim-230214
2023-02-14 09:22:20 +01:00
Andrej730
cbc24c31a2
aud dependency fork fix
...
Solves #2759
2023-02-14 00:59:17 +05:00
Dion Moult
0a8a6e5825
Fix #2383 . Don't default text alignment via CSS, let attributes take precedence.
2023-02-13 22:28:53 +11:00
Andrej730
e088a10aa8
New openings size wasn't converted using unit_scale #2765
2023-02-13 15:29:32 +05:00
Dion Moult
007d984baf
Fix #2274 . You can now purge unused types.
2023-02-13 15:20:56 +11:00
Dion Moult
7d979e5a04
Fix #2575 . We are incompatible with add-ons using dictionary overrides for delete/duplicate macros.
blenderbim-230213
2023-02-13 11:22:57 +11:00
CyrilWaechter
4134c709a8
Add fallback solution for invalid geometries
...
When an inner boundary cut an outer boundary in an IfcCurveBoundedPlane
which is invalid in IFC schema then ifcopenshell fails to create
geometry.
See #635
2023-02-12 18:29:24 +01:00
Thomas Krijnen
ff5e4991ab
Test files
2023-02-12 15:28:14 +01:00
Thomas Krijnen
0b4b45b7c8
Validate bounds of non-aggregate inverses
2023-02-12 15:28:14 +01:00
Massimo Fabbro
145ac1a0f4
Fix #2716 issue ( #2761 )
2023-02-12 14:09:33 +01:00
Dion Moult
74de7436b7
See #2762 . Fix pip build.
2023-02-12 20:32:30 +11:00
Dion Moult
60fa05a913
Fix #2521 . Fill areas have limited dissolve applied before rendering.
2023-02-12 18:58:49 +11:00
Dion Moult
303de61417
See #2760 . Fix bug where editing pset with null'ed enumeration fails.
2023-02-12 15:12:31 +11:00
Dion Moult
a9a4c6049f
Fix bug where you couldn't duplicate text annotations.
2023-02-12 15:02:41 +11:00
Dion Moult
82b201a14e
Fix #2352 . Text styling is now possible with custom classes.
2023-02-12 15:01:47 +11:00
Dion Moult
c9bd7adf8a
Fix bug where you couldn't create a drawing with no linework.
2023-02-12 13:31:49 +11:00
Dion Moult
0655d77210
See #2760 . Fix bug where groups UI had undefined variable.
2023-02-12 13:31:49 +11:00
Sigma Dimensions
515ec28fb3
Place text leader annotations horizontally
blenderbim-230212
2023-02-12 01:07:41 +01:00
Sigma Dimensions
c28c2dd077
BIM tool hotkey to update base quantities
2023-02-12 00:47:54 +01:00
Sigma Dimensions
b04383bb64
Smoke test for duplicating tasks
2023-02-12 00:38:22 +01:00
Sigma Dimensions
f4b93ef243
You can now duplicate tasks
2023-02-12 00:37:37 +01:00
Sigma Dimensions
05cf00bef6
Add smoke test for task product selection & minor fix
2023-02-11 23:24:52 +01:00
Andrej730
e81346c339
Door openings updated on door parameters update
...
Based on 6d1e9f73a
2023-02-11 19:01:56 +05:00
Sigma Dimensions
ac911cefd6
minor fix for d4eb56e
2023-02-11 14:24:53 +01:00
Li1506
c4cea20849
add IfcConvert testing on sample files step to ci.yml
2023-02-11 13:25:50 +01:00
Sigma Dimensions
e30992b905
minor fix for commit d3b176e
2023-02-11 13:23:23 +01:00
Sigma Dimensions
5beea8640e
BBIM: rewrite Selector search filter to use core and tool functions
2023-02-11 13:19:08 +01:00
Sigma Dimensions
d3b176e5eb
complete costing module refactoring
2023-02-11 12:34:54 +01:00
Andrej730
0d0691a012
Door modifier - double doors type support
2023-02-11 16:09:13 +05:00
Sigma Dimensions
d4eb56e360
New Search and Spatial selection Tools
...
+ refactor sequence modules
2023-02-11 11:23:07 +01:00
Andrej730
5cfc122b79
Door modifier - double swing doors
...
still no dashed lines in 2d representation
2023-02-11 14:20:04 +05:00
Sigma Dimensions
fa0f484922
Inlcude audio library for BlenderBIM costing chaching sound
2023-02-11 10:05:54 +01:00