Thomas Krijnen
|
cf3393b6a0
|
black
|
2026-01-14 14:09:40 +01:00 |
|
Thomas Krijnen
|
fbbc92c5d7
|
Hashing solely based on identity
|
2026-01-14 14:03:55 +01:00 |
|
Thomas Krijnen
|
574827016a
|
Initialization of header and file
|
2026-01-14 14:03:28 +01:00 |
|
Thomas Krijnen
|
18c9140700
|
Data types
|
2026-01-14 14:03:03 +01:00 |
|
Thomas Krijnen
|
9e165319e6
|
Fix schema passing to file creation
|
2026-01-14 14:02:48 +01:00 |
|
Thomas Krijnen
|
64bf807baa
|
Fix add entity with id
|
2026-01-14 14:02:10 +01:00 |
|
Thomas Krijnen
|
136befde86
|
Fix write() call
|
2026-01-14 14:01:39 +01:00 |
|
Thomas Krijnen
|
1a4d750ecd
|
Consistency of get_inverse calls
|
2026-01-14 14:00:50 +01:00 |
|
Thomas Krijnen
|
0a5dd78774
|
Fix add entity with id
|
2026-01-14 14:00:00 +01:00 |
|
Thomas Krijnen
|
94427ebcb3
|
Allow setting of history and future
|
2026-01-14 13:59:26 +01:00 |
|
Thomas Krijnen
|
9147938c36
|
Aggregate data types
|
2026-01-14 13:59:07 +01:00 |
|
Thomas Krijnen
|
ffcc02fb99
|
Remove global create_entity() call
|
2026-01-14 13:57:26 +01:00 |
|
Thomas Krijnen
|
e4e4f31d20
|
Defer deletion so that traversal still works
|
2026-01-13 08:45:04 +01:00 |
|
Thomas Krijnen
|
2dd002bcd8
|
Properly constuct type decl instances
|
2026-01-13 08:44:44 +01:00 |
|
Thomas Krijnen
|
7e5248da29
|
Fix create_shape() overloads because SWIG does not map None for us anymore
|
2026-01-13 08:44:30 +01:00 |
|
Thomas Krijnen
|
07a01bcf54
|
Process derived attributes that are not redeclared (C++ has no knowledge of them)
|
2026-01-13 08:43:52 +01:00 |
|
Thomas Krijnen
|
0a9e29ce45
|
black
|
2026-01-10 11:52:08 +01:00 |
|
Thomas Krijnen
|
0604db06e9
|
typename
|
2026-01-10 11:52:05 +01:00 |
|
Thomas Krijnen
|
991556fbe3
|
template as
|
2026-01-10 11:03:26 +01:00 |
|
Thomas Krijnen
|
b66b04b001
|
Remove usage of .wrapped_item and some other fixes
|
2026-01-10 11:01:18 +01:00 |
|
Thomas Krijnen
|
5c9213426f
|
Hacks and fixes to get python code back in reasonable state
|
2026-01-10 10:21:09 +01:00 |
|
Thomas Krijnen
|
69a4ad35a1
|
Remaining cpp changes
|
2026-01-10 10:20:34 +01:00 |
|
Thomas Krijnen
|
7f4d9e31c3
|
Add test about deletion
|
2026-01-08 11:52:04 +01:00 |
|
Thomas Krijnen
|
ae79996eb6
|
Fix running of test/tests.py
|
2026-01-08 11:49:29 +01:00 |
|
Thomas Krijnen
|
f5b2358c2e
|
Make Base::data() private, file::add(..., id)
|
2026-01-08 10:35:46 +01:00 |
|
Thomas Krijnen
|
f9c791de1b
|
Fix examples
|
2026-01-08 09:44:43 +01:00 |
|
Thomas Krijnen
|
5b85a2c38b
|
Fix examples
|
2026-01-08 09:44:00 +01:00 |
|
Thomas Krijnen
|
bc46a8f85b
|
Fixes
|
2026-01-08 09:38:46 +01:00 |
|
Thomas Krijnen
|
c57209fbce
|
Fixes
|
2026-01-07 20:37:10 +01:00 |
|
Thomas Krijnen
|
088a6b7204
|
Reinstate IfcAlignment example
|
2026-01-07 18:15:23 +01:00 |
|
Thomas Krijnen
|
f2f4d626a5
|
Fix examples mostly
|
2026-01-07 13:51:48 +01:00 |
|
Thomas Krijnen
|
572a5655cf
|
Fixes for gcc
|
2026-01-06 13:23:48 +01:00 |
|
Thomas Krijnen
|
ccd91c0ff0
|
No more messing around with specific sfinae as<>() in Select implementations
|
2026-01-06 11:27:29 +01:00 |
|
Thomas Krijnen
|
a1d2c902f3
|
Add enum to forward declarations for Ifc2x3::IfcNullStyle
|
2026-01-06 09:56:36 +01:00 |
|
Thomas Krijnen
|
3ae361bb3b
|
Rerun codegen
|
2026-01-06 09:49:28 +01:00 |
|
Thomas Krijnen
|
2d7521ed88
|
Move template down to .cpp to prevent use of incomplete type
|
2026-01-06 09:41:20 +01:00 |
|
Thomas Krijnen
|
7098beb819
|
Work towards v1.0 data model with encapsulated weak_ptr as basis for instances
|
2026-01-05 21:42:01 +01:00 |
|
Thomas Krijnen
|
f09ca658f1
|
Initial investigation into lofting open profile with tags
|
2025-12-02 16:34:24 +01:00 |
|
Thomas Krijnen
|
4fc2f623cf
|
Count number of emitted normals in OBJ serializer, which might be less than verts when writing line geometries
|
2025-12-02 16:32:37 +01:00 |
|
Andrej730
|
1468bf3c97
|
parse_ifcxml - remove redundant ifdef WITH_IFCXML
The entire file is already wrapped in `WITH_IFCXML`, so no need to do it again for some block.
|
2025-12-02 19:55:56 +05:00 |
|
Andrej730
|
c7df59e961
|
cmake - indicate that OpenCascade is only used by IfcGeom
|
2025-12-02 19:55:56 +05:00 |
|
Andrej730
|
6cbd3ed014
|
cmake - drop OPENCASCADE_LIBRARIES variable #7388
|
2025-12-02 19:55:56 +05:00 |
|
Andrej730
|
a5d0187343
|
ifcparse cmake - fix missing ifcxml symbols in python wrapper #7406
|
2025-12-02 19:55:56 +05:00 |
|
Andrej730
|
67421c533c
|
ifcparse cmake - make compile definition more explicit #7406
|
2025-12-02 19:55:56 +05:00 |
|
Esteban DUGUEPEROUX
|
2e5d87b5d7
|
cmake: Link Eigen3 only against targets needing it
|
2025-12-02 14:53:44 +01:00 |
|
Andrej730
|
9807c2bedf
|
Fix possible crash on bim.split_along_edge #7394
bonsai-0.8.5-alpha2512021112
bonsai-0.8.5-alpha2512021113
|
2025-12-02 16:11:39 +05:00 |
|
Andrej730
|
52baba0fe0
|
cmake - don't use debug Python by default, move it to USE_DEBUG_PYTHON option
|
2025-12-02 16:11:38 +05:00 |
|
Andrej730
|
e304154037
|
Fix deprecated typing symbols
|
2025-12-02 16:11:38 +05:00 |
|
Andrej730
|
dfb8298ecf
|
black .
|
2025-12-02 16:11:38 +05:00 |
|
Ryan Schultz
|
0ee084b5d9
|
Support IfcAnnotation to IfcAnnotation assignment in AssignSelectedObjectAsProduct
bonsai-0.8.5-alpha2512012335
bonsai-0.8.5-alpha2512012334
|
2025-12-01 17:34:37 -06:00 |
|