Andrej730
72f8218fcd
ruff - check for more unused imports
2026-01-26 17:10:02 +05:00
Andrej730
13be6ccd45
Sort imports
2025-12-19 18:53:14 +05:00
Thomas Krijnen
d80bcd1a94
Unify variant storage ( #5118 )
2024-08-23 20:29:07 +02:00
Thomas Krijnen
2b1b79bf1c
Make occt optional
2023-03-22 11:17:14 +01:00
luz paz
880fbe9533
Fix misc. source comment typos
...
Found via `codespell`
2021-05-27 09:40:06 +02:00
Thomas Krijnen
dc529d4146
Merge branch 'v0.6.0' into ifcopenshell_documentation
2021-02-05 11:47:35 +01:00
Dion Moult
03d8537a2d
Revert borked submodules. See #1186 .
2020-12-19 14:29:43 +11:00
Roch Bertucat
322860cc51
Merge remote-tracking branch 'origin/v0.6.0-ifcrail-contrib' into
...
v0.6.0-ifcrail-mod
Conflicts:
src/ifcbimtester/bimtester/features/steps/ifcdata.py
src/ifcbimtester/bimtester/features/template.html
src/ifcbimtester/bimtester/reports.py
src/ifcbimtester/bimtester/run.py
2020-12-18 15:44:46 +01:00
Thomas Krijnen
47cd183e61
submodule
2020-11-14 11:04:12 +01:00
Kristoffer
d9ecd20414
testing with layers [skip ci]
2020-11-02 15:14:33 +01:00
johltn
0a6d5a733a
Submodule
2020-10-28 11:07:19 +01:00
Thomas Krijnen
46c82d07d0
submodule
2020-09-20 15:26:09 +02:00
johltn
a70429d2c8
New cmake for doc
2020-09-09 20:45:42 +02:00
Thomas Krijnen
44565b320c
Submodule
2020-09-08 14:36:05 +02:00
Thomas Krijnen
6ceda94cd4
Submodule
2020-09-08 10:49:57 +02:00
Thomas Krijnen
9ef9498c35
Submodule
2020-01-12 15:21:09 +01:00
Thomas Krijnen
614348d3a2
Update testfile submodule
2020-01-11 14:45:36 +01:00
Thomas Krijnen
2d0812d46e
Update test file submodule
2019-06-05 16:59:04 +02:00
Thomas Krijnen
373934f993
Update submodule
2019-05-10 12:09:46 +02:00
Thomas Krijnen
55ac6e760d
Merge branch 'master' into v0.6.0
2019-01-05 13:43:19 +01:00
Thomas Krijnen
9d6eec0f5a
Update suprepo
2019-01-05 13:42:51 +01:00
Thomas Krijnen
b1ab829c14
Merge branch 'master' into v0.6.0
2018-12-29 14:26:16 +01:00
Thomas Krijnen
7022e842bf
Update subproject
2018-12-29 14:18:51 +01:00
Thomas Krijnen
632d36e2ba
Sync subrepo
2018-12-12 16:40:43 +01:00
Thomas Krijnen
6e8f5c84e6
Still no working submodule
2018-09-04 15:52:51 +02:00
Thomas Krijnen
4d33ed5cb8
Merge branch 'master' into v0.6.0
...
# Conflicts:
# src/ifcconvert/IfcConvert.cpp
# src/ifcgeom/IfcGeomShapes.cpp
# src/serializers/ColladaSerializer.cpp
# src/serializers/schema_dependent/XmlSerializer.cpp
2018-09-04 13:23:11 +02:00
Thomas Krijnen
dbc3577497
Test files in submodule
2018-08-26 17:09:01 +02:00
Thomas Krijnen
0a45a82109
Move test files to separate repo
2018-08-26 12:30:18 +02:00
johanrd
0eb6c597f0
Create 443--segfault-beam.ifc
2018-08-26 12:12:48 +02:00
Thomas Krijnen
e2f79ec1ba
Work on python wrapper
2017-12-31 12:20:13 +01:00
Anders Granskogen Bjørnstad
34e2ff31bb
SvgSerializer: Fix bug in ellipse writeout
...
Add a missing "=" to create a valid SVG for ellipses.
I accidentally stumbled upon a way to actually get an ellipse in SVG by
tilting a cylinder. If I tilt the cylinder via the `ObjectPlacement` of
the `IfcProduct` I get an ellipse. If I set the `ExtrudedDirection` of
the `IfcExtrudedAreasolid`, however, I get a sampled path.
2017-12-04 17:23:32 +01:00
Thomas Krijnen
111569ec1b
Approx other curve types in SVG, hollow circles
2017-11-25 13:08:34 +01:00
Anders Granskogen Bjørnstad
2647eacb74
test: Add {cylinders,ellipses}.ifc samples
...
A bare-bones IFC with four cylinders/ellipses. Used for SVG conversion
testing.
2017-11-25 13:06:03 +01:00
Thomas Krijnen
34d04c0da7
Add test case
2017-10-06 15:41:39 +02:00
Thomas Krijnen
96ec925f31
Spatial Querying: Implementation of BVH tree for IFC files using NCollection_UBTree ( #130 )
...
* Implementation of BVH tree for IFC files using NCollection_UBTree
* Fixes for gcc and OCCT < v6.8
* Enable BVH selection by TopoDS_Shape
* Small fixes to tree
* Merge conflicted files and other changes
* Eliminate one warning (some remain) + add tree test
2017-09-13 13:16:58 +02:00
Thomas Krijnen
490c35bf60
Fix #244 and provide instances by entity type without subtypes
2017-08-16 21:46:39 +02:00
Thomas Krijnen
36c52b3bea
Update tests
2017-08-02 16:09:20 +02:00
Thomas Krijnen
29323e4f74
Fix recursion in traverse()
2017-08-01 19:07:46 +02:00
Thomas Krijnen
d10efe69cd
Fix typo in test
2017-07-27 15:53:06 +02:00
Thomas Krijnen
fb1fed247e
Fix #243
2017-07-27 10:21:37 +02:00
Thomas Krijnen
901ef57d60
Fix #180
2017-07-03 14:18:56 +02:00
Thomas Krijnen
5e0da9725a
ifcparse refactoring ( #190 )
...
Unify attribute containers, provide latebound attribute access on IfcBaseEntity, more basic tests on Travis
2017-06-05 17:26:58 +02:00
Thomas Krijnen
1e86a31b81
Add nested_mapped_item.ifc test case, based on acad2010_objects.ifc
2016-11-06 16:15:52 +01:00
Stinkfist0
bf76bd17b2
Add large_offset.ifc (wallwindow.ifc, courtesy of @klokoy) as test input case.
2016-03-18 14:45:00 +02:00
aothms
c3f1b41860
Fix https://github.com/IfcOpenShell/IfcOpenShell/issues/30
2016-02-15 17:59:31 +01:00
Thomas Krijnen
c4e8a409de
Add another IfcTriangulatedFaceSet test case
2015-06-16 12:59:49 +00:00
Thomas Krijnen
b7d4eb62d5
Add IfcFaceSurface example
2015-05-21 12:05:23 +00:00
Thomas Krijnen
40a60386c8
Brand new implementation of IfcFace(Surface)
2015-05-20 08:55:02 +00:00
Thomas Krijnen
d88d4d5951
Add support for IfcAsymmetricIShapeProfileDef
2014-11-26 14:01:31 +00:00
Thomas Krijnen
6e44683b5d
Add another IfcFacetedBrep test case
2014-07-28 20:12:52 +00:00