Andrej730
5481237480
geometry.edit_object_placement was producing orphaned placements
...
It was producing orphaned IfcLocalPlacement if placement was parent to some other one. During edit_object_placement we were replacing all parent references with the new placement but wasn't removing the old one.
2023-08-17 13:18:27 +05:00
Andrej730
4f7564e5ae
misspelling 😅
2023-08-17 13:18:27 +05:00
Dion Moult
d214cbaece
Fix #3590 . Update dev instructions to symlink other utility libraries in BBIM.
2023-08-17 17:37:37 +10:00
Dion Moult
d0c5f1e69f
Fix #2626 . New IFC overrides for setting object origins.
2023-08-17 17:25:40 +10:00
Massimo Fabbro
4ba3240fb4
fix #3213 Problem related with sheet created on windows and opened on Linux
blenderbim-230817
2023-08-17 16:22:16 +10:00
rileywong311
6d8e5e4c83
Merge Brick classification
...
https://github.com/rileywong311/BrickIfcClassification
2023-08-17 16:21:29 +10:00
rileywong311
cd1402570b
Merge IfcClassification
...
https://github.com/Moult/IfcClassification/tree/master
2023-08-17 16:21:29 +10:00
Sigma Dimensions (Yass)
6c0e528dd2
enable an object to take part in an object type decomposition #3592
2023-08-16 16:08:27 +01:00
Dion Moult
297a513d21
Don't strictly require guids / class filters that exist in new facet selector.
blenderbim-230816
2023-08-16 14:05:26 +10:00
Andrej730
9f0a4ba064
Calculate/guess quantity descriptions to avoid confusion
2023-08-15 14:42:31 +05:00
Dion Moult
8813ed66e0
See #3582 . Fix bug where switching representations didn't handle curves in a body / model_view.
...
This means that if you created a curve body, you couldn't switch to it, or if you deleted everything, you ended up with an empty object. If you then tried to switch to that, it would "sync" the empty object and leave you with an empty cartesian point list. E.g:
1. Create cube and assign IFC element.
2. Remove all faces only (leaving edges and verts). Save changes.
3. Switch to representation (bug!)
4. Delete everything (no verts, edges, or faces). Attempt to save.
5. "Revert" switch will fail, leading to empty mesh.
6. Manually try to switch. Empty mesh will sync, creating an empty point list.
2023-08-15 18:06:16 +10:00
Andrej730
fafcd5dfca
root.copy_class to remove connections from previously connected ports
2023-08-15 10:35:36 +05:00
Dion Moult
f523870b57
Fix #3584 . Support matching enumerated properties in new facet selector.
blenderbim-230815
2023-08-15 09:59:50 +10:00
Sigma Dimensions (Yass)
2ed24434c8
experimental import plot coordinates
2023-08-14 18:22:11 +01:00
Andrej730
6878b2c072
Handle ods schedules without column styles #3573
...
Turned out there are ODS files (and turned out we're producing them ourselves from ifccsv) where column styles are not defined and therefore no width/style assigned to each column which was resulting in errors on building schedule.
2023-08-14 17:46:10 +05:00
Dion Moult
0ed8dc970d
New simplified IfcFM parser for basic object data.
2023-08-14 16:14:57 +10:00
Andrej730
bc85f09109
Small info message on using validate
2023-08-14 11:09:26 +05:00
Andrej730
793b28e43b
Remove empty IfcDocumentInformationRelationship #3581
2023-08-14 11:09:26 +05:00
Dion Moult
ed4abacd1e
Fix #3578 . Support querying surface styles in tools like IfcCSV.
blenderbim-230814
2023-08-14 11:55:15 +10:00
Dion Moult
8bf55ab46c
See #3561 . Misc annotation decorator now only highlights non-internal edges.
2023-08-13 23:34:06 +10:00
Dion Moult
7edabce657
Fix #3562 . Non-manifold geometry is no longer considered in join criteria as there is no such thing as a closed polygon.
2023-08-13 23:04:32 +10:00
Sigma Dimensions (Yass)
56187e4da3
Improve Cost Schedule Layout
2023-08-13 13:23:31 +01:00
Sigma Dimensions (Yass)
31a12faef1
woopsies
2023-08-13 12:18:48 +01:00
Sigma Dimensions (Yass)
eb94c16465
fix the bug fix #07b5c49 - where counting objects controlled by a cost item stopped working
2023-08-13 12:16:29 +01:00
Dion Moult
e8437a9c54
Fix #3253 . Bug where duplicating elements with fillings incorrectly recreated fillings at the cursor (i.e. the cursor was used as a target destination).
...
Now, instead of trying to be clever and regenerating filling locations and opening types, we simply copy the existing scenario. This also means it'll be more stable for weird fillings coming from proprietary apps.
2023-08-13 20:07:33 +10:00
Dion Moult
840039ef1e
Fix #3472 . You can now toggle selectability of linked IFCs.
blenderbim-230813
2023-08-13 15:49:23 +10:00
Dion Moult
84a749605e
See #3579 . Support Google Colab as an installation option.
2023-08-13 14:48:49 +10:00
Bruno Postle
c1283d2ab0
fix SyntaxError: '(' was never closed
2023-08-12 21:36:40 +01:00
Sigma Dimensions (Yass)
07b5c4918b
fix api logic where only quantities of the same type can be assignmed to a cost control
2023-08-12 15:17:32 +01:00
Sigma Dimensions (Yass)
703f0a6b70
fix orphaned data when unassigning element quantities from cost item control
2023-08-12 14:57:01 +01:00
Dion Moult
5e98dee46f
Fix #3554 . Support editing IfcIndexedPolyCurve profiles where IfcLineIndex has >2 indices.
2023-08-12 22:25:34 +10:00
Sigma Dimensions (Yass)
b2eddf55d2
Fix contracting/expanding cost schedule tree and add tests to avoid proof changes
2023-08-12 12:58:16 +01:00
Massimo Fabbro
db7be640d4
Fix #3569 Variable name override caused the bug ( #3575 )
2023-08-12 19:03:58 +10:00
Dion Moult
04fa597844
Fix #3564 . Bug where IfcBuiltSystems didn't show up due to missing icon in IFC4X3.
2023-08-12 17:09:48 +10:00
Dion Moult
694dbeb96c
Fix #3576 . Explicit drawing annotations are now immune to "include / exclude" filters.
2023-08-12 17:06:22 +10:00
Dion Moult
7afd358c3c
Fix #3556 . Bug where quantities could not be imported using IfcCSV. Also make IfcCSV support any qset name, not just "Qto" prefixed names.
2023-08-12 16:41:57 +10:00
Dion Moult
b0a5a570a9
IfcCSV now uses the new filter query system.
2023-08-12 16:40:59 +10:00
Dion Moult
c45b84c850
Fix #3577 . Don't force uppercase in schedules.
blenderbim-230812
2023-08-12 16:16:51 +10:00
rileywong311
d575a43aee
Make refresh Brick viewer refresh both screens
2023-08-11 16:14:41 -07:00
rileywong311
0b151ea559
Second level query for Brick equipment+point roots
2023-08-11 16:14:41 -07:00
rileywong311
926970b256
Polish Brick UI and add "last saved" label
2023-08-11 16:14:41 -07:00
rileywong311
d58af0bfa5
Filter Brick class if deprecated
2023-08-11 16:14:41 -07:00
rileywong311
429da7c6f3
Filter more (all) Brick ontology namespaces
...
I'm not sure if this method of filtering out the entire domain will cause problems. This could use investigation.
2023-08-11 16:14:41 -07:00
rileywong311
60a7433573
Clear Brick breadcrumbs on close project
2023-08-11 16:14:41 -07:00
rileywong311
08a5d444d4
Remove another needless BrickStore.graph.triples check
...
As before, this returns a generator type which always evaluates true, even if it is empty.
2023-08-11 16:14:41 -07:00
rileywong311
1982069b69
Add description to Brick operators
2023-08-11 16:14:41 -07:00
rileywong311
7c06c65df3
Move Brick "set root" button and change roots on update instead of operator
2023-08-11 16:14:41 -07:00
Sigma Dimensions (Yass)
6263766202
fix Cost schedule of rates UI bug where linked types dont't refresh correctly (and black formatting)
2023-08-11 14:57:43 +01:00
Dion Moult
66fbbeff54
See #3561 . Fix bug where schedules couldn't be removed.
2023-08-11 22:47:42 +10:00
Dion Moult
3c5ad1328f
Auto create relevant context when attempting to add an annotation to make it friendlier for new users.
2023-08-11 22:41:47 +10:00