Thomas Krijnen
28d15a6c9f
Add IFC4x3 ( https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/annex-a-express.html )
2022-07-17 21:45:07 +02:00
Thomas Krijnen
6026e037fa
Update schema references
2022-07-17 21:13:46 +02:00
Vukas Pajic
0ca90817d8
Fix for Issue #2288
2022-07-17 10:08:24 +02:00
Dion Moult
3436f3e0bb
Visualising diffs now show results from the actively loaded IFC
2022-07-16 11:53:08 +10:00
Dion Moult
71f0170966
IDS webapp with some basic read/write functionality
2022-07-15 15:58:39 +10:00
Dion Moult
97cd07226d
Support JSON output for IDS results
2022-07-15 15:14:04 +10:00
Dion Moult
309ce20068
Added error sentences for IDS property facet results
2022-07-15 14:38:57 +10:00
Dion Moult
282c140c14
More aggressive refactoring for IfcTester to break up the monolithic codebase
2022-07-15 14:09:55 +10:00
Bruno Perdigão
bdf46f9431
Update installation.rst
...
Minor correction
2022-07-15 12:42:19 +10:00
Dion Moult
e79068854a
Refactor IDS into IfcTester with less magic and less code
...
* String building code all deleted and replaced with more maintainable code
* Obscure features like metaclasses deleted
* Regular constructors used instead of factory create and parse methods
* Use Python class naming convention
* Use polymorphism more (e.g. asdict, init) for facet classes
* No more boolean any/and as users may want to test everything and not fail early
* Error state is stored instead of streamed to logger so it can be tested and more flexible formatting
2022-07-15 09:57:40 +10:00
Vukas Pajic
1586c85314
added option to import all library assets
2022-07-11 11:07:40 +02:00
Thomas Krijnen
bab6313313
Work on more readable ast for express schema parser
2022-07-10 21:51:25 +02:00
dependabot[bot]
443af3f7e7
Bump lxml from 4.6.5 to 4.9.1 in /src/ifcopenshell-python/ifcopenshell
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.5 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.5...lxml-4.9.1 )
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-07 09:29:42 +02:00
Thomas Krijnen
2f6ac0be9f
Fix test_wall_opening invocation
2022-07-07 08:46:38 +02:00
Thomas Krijnen
07c152f513
Submodule
2022-07-06 22:09:13 +02:00
Thomas Krijnen
9b59d24fc7
Update test_wall_opening.py
2022-07-06 18:20:25 +02:00
Vukas Pajic
57fe895ae0
ensure modules are installed to blender python
...
thankyou to @Gorgious56 for help on this one ;) https://blender.stackexchange.com/a/238995/130742
2022-07-06 13:56:24 +02:00
Gorgious56
4195d41e4c
Enums from attributes can now be searched by name
2022-07-06 12:09:37 +02:00
Dion Moult
7eac5397cd
Run black
2022-07-06 18:29:22 +10:00
Dion Moult
084823164e
Fix #2264 refactor property data structures to be separate from attributes
2022-07-06 18:25:29 +10:00
Gorgious56
87f110bae5
Add search operator to material enum field
2022-07-05 15:24:10 +02:00
Thomas Krijnen
952719f19b
#2260 correct init order
2022-07-05 10:27:44 +02:00
Thomas Krijnen
2ab4e44248
#2256 try explicit cast for clang
2022-07-05 09:46:19 +02:00
Vukas Pajic
6b9e670bf3
missing comma
2022-07-05 07:41:51 +02:00
Vukas Pajic
9e87f0f027
fix for issue #2261
2022-07-05 07:34:23 +02:00
Gorgious56
c7272065e6
Improve prop search v2 ( #2262 )
...
* Minor fixes
* Fix #2257 : enums with a different id and name now correctly show the name in the search field
* Add prop search to template_type
2022-07-04 23:09:03 +02:00
Vukas Pajic
018be92063
support enums in new pset_templates
2022-07-04 13:48:51 +02:00
Gorgious56
37f91461d2
Add prop search to fields with a lot of enumerated values ( #2253 )
...
* Add prop_search layout function
* Display props operator
* display search for pset
* Display search for root
* Update operator and UI layout function
* Add search buttons to brick, geometry, patch, project, pset, pset_template, root and unit modules enums
2022-07-03 22:37:41 +02:00
Vukas Pajic
c73fedaaaf
fix error that stopped user from adding properties
2022-07-01 13:41:20 +02:00
Gorgious56
4ad4bdef3b
Initial Commit
2022-06-30 09:44:00 +10:00
Vukas Pajic
e50259f8fa
fix error I accidentally introduced.
2022-06-29 18:07:32 +02:00
Vukas Pajic
3461a1e96f
Submodule_mvd
2022-06-29 17:23:27 +10:00
Vukas Pajic
919c007509
Submodule
2022-06-29 17:23:27 +10:00
Vukas Pajic
5b77001568
updated according to comments
2022-06-29 17:23:27 +10:00
Vukas Pajic
1f4022a41b
fix error from util/element.py
2022-06-29 17:23:27 +10:00
Vukas Pajic
c8c9262090
initial commit
...
-Added support for adding and editing enums
-changed behaviour of template psets that have enums.
2022-06-29 17:23:27 +10:00
Thomas Krijnen
104cabfb67
Minor things for drawing profiling and a warning
2022-06-29 11:35:43 +10:00
dependabot[bot]
e44e03f02e
Bump numpy in /src/ifcopenshell-python/ifcopenshell
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.21.0...v1.22.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-22 09:21:40 +02:00
Thomas Krijnen
5a636a925b
#2244 file.add() Don't fail on project without unit info
2022-06-21 14:15:59 +02:00
Dion Moult
d23f14f8aa
Cleaner IFC doc generation showing all contextual entities not only those related to the target instance
2022-06-21 22:05:26 +10:00
Dion Moult
1706ca5293
Fix bug where adding heavy classification references led to duplicate classification systems
2022-06-21 19:28:53 +10:00
Dion Moult
ff3e2f14e1
Inherited and overridden classification references per system is now supported
2022-06-21 19:28:29 +10:00
Dion Moult
c4433489b7
IDS now supports type casting
2022-06-21 17:01:12 +10:00
Dion Moult
4761c58571
IDS now supports failing inverse checks
2022-06-21 17:00:46 +10:00
Dion Moult
1de6a7e792
Improve geolocation docs with rotation diagram and scale explanation
2022-06-19 17:53:37 +10:00
Thomas Krijnen
7d6ba89496
Fixes after restructuring
2022-06-15 15:21:46 +02:00
Thomas Krijnen
c4dc3934fa
Add missing file
2022-06-15 14:46:37 +02:00
Thomas Krijnen
25f1d21a85
Fixes for some of the header renames
2022-06-15 14:23:58 +02:00
Thomas Krijnen
2bd6d9343c
Fixes for some of the header renames
2022-06-15 13:56:47 +02:00
Thomas Krijnen
bc2d76e685
Include-what-you-use
2022-06-15 13:41:13 +02:00