Andrej730
2c1c13f27e
bim.add_transition
...
Added simple operator to add transition between two mep segments (now only rectangular collinear segments are supported).
It also reuses the transition type that was previously used to connect segments of the same type.
Demonstration - https://imgur.com/a/c1AOxj1
2023-08-09 15:04:27 +05:00
Andrej730
4dc55e844c
Fix default mep profile names
...
Previously it was generating names like 4000000x4000000 in mm projects.
2023-08-09 14:46:58 +05:00
Thomas Krijnen
b611151039
#3536 fix edge segments in world coords
2023-08-09 14:55:23 +08:00
Dion Moult
9fc32e5c2e
IfcTester JSON reporter now also stores identification data separately for convenient reporting.
2023-08-09 16:42:03 +10:00
Dion Moult
c5e5036fd3
Store applicability in IfcTester JSON results
2023-08-09 15:00:58 +10:00
Dion Moult
0f68679295
Fix #2753 . Disable mapping representations when appending assets via the ExtractElements recipe to be more forgiving (and faster) on invalid models.
2023-08-09 00:13:16 +10:00
Dion Moult
fea0d93162
Fix SurfaceColour typo that broke loading colours in some IFCs
2023-08-08 23:47:57 +10:00
Dion Moult
e43347161a
Fix #3547 . Bug where using existing clippings were not preserved when editing profile or wall representations.
2023-08-08 22:35:40 +10:00
arun
706aa70899
Update create_2pt_wall.py ( #3553 )
...
* Update create_2pt_wall.py
included unit scale for use cases other than si unit
* Revised Update create_2pt_wall.py
included is_si kwarg to select between si units and other units and also changed the dtype of p1 and p2 array to float incase they are entered as integers
blenderbim-230808
2023-08-08 13:06:36 +10:00
Carlos Dias
fe5a6749a7
Add element guId in BCF report ( #3549 )
2023-08-06 21:11:31 +10:00
Thomas Krijnen
c3f352c018
#3546 Filter duplicate edge indices
2023-08-06 14:27:31 +08:00
Dion Moult
79584dba13
Whoops
2023-08-04 23:56:05 +10:00
Dion Moult
1c74147d89
Dissolve specifically IOS triangulated edges for meshes instead of generic Blender limited dissolve.
2023-08-04 23:49:50 +10:00
Dion Moult
cc53744c29
Skeleton operator to regenerate distribution elements recursively
2023-08-04 17:20:50 +10:00
Dion Moult
945836f578
Initial implementation of scale dependent map conversion for IFC4X3
blenderbim-230804
2023-08-04 14:42:43 +10:00
rileywong311
e88e2f5d9c
Add brick create relation with split screen
2023-08-03 16:41:30 -07:00
rileywong311
ea267d9443
Implement Brick split screen
2023-08-03 16:41:30 -07:00
rileywong311
d64e4d70c5
Add more subclasses to Brick root options
2023-08-03 16:41:30 -07:00
rileywong311
156844b27d
Move Brick list root setting
2023-08-03 16:41:30 -07:00
rileywong311
b96944ff1b
Reformat Brick props order and singularize "brick_entity_classes"
2023-08-03 16:41:30 -07:00
rileywong311
7bfa6115ee
Refactor AddBrickRelation to combine object namespace+label in operator
...
This is an important change that should make adding relations through other methods easier to implement
2023-08-03 16:41:30 -07:00
rileywong311
589b3928f3
Guard loading brick files from bad paths
...
Referred to "IFCFileSelector.is_existing_ifc_file" method for to make this
2023-08-03 16:41:30 -07:00
rileywong311
a884eb5c54
Add "rdfs:label" to Brick relation options
...
This is a tricky one because "rdfs:label" cannot really be queried from the Brick ontology, so it is a special case that probably needs to get added manually. Furthermore, an entity really shouldn't have multiple labels, so the option to give an entity an "rdfs:label"
should only appear if it doesn't have one already. The way I did it meant I had to manually reset the Enum type in Blender because it was the active one selection and made the Enum blank since it got removed now that the entity has a "rdfs:label." One possible alternative solution is to allow multiple labels, but in the query to import bricks in the UI list only select one label somehow.
2023-08-03 16:41:30 -07:00
rileywong311
796d19a3a8
Change BrickschemaData.relations to BrickschemaData.active_relations
2023-08-03 16:41:30 -07:00
rileywong311
b9211e2a93
Load Brick relationships from schema
2023-08-03 16:41:30 -07:00
rileywong311
b662d6f08e
Remove if Brickstore.graph.triples check
...
This returns a generator type which I believe is always truthy, so it didn't change anything.
2023-08-03 16:41:30 -07:00
rileywong311
deecd60ff1
Implement basic Brick create relation
2023-08-03 16:41:30 -07:00
rileywong311
01615724fd
Add "remove brick relation" operator
2023-08-03 16:41:30 -07:00
rileywong311
97685a7a77
Rename Brick "attributes" to "relations"
2023-08-03 16:41:30 -07:00
Dion Moult
dc1721ed60
Fix #3538 . Update bl_info metadata to reflect that we are a native IFC authoring platform not an import-export add-on.
2023-08-03 23:25:13 +10:00
Andrej730
e801ba49b2
option to provide step_id into bim.create_shape_from_step_id directly
blenderbim-230803
2023-08-03 15:54:47 +05:00
Andrej730
2446479d82
remove_product to remove object placement too
...
previously it wasn't deleting object placement when you removed the objects (and related elements like IfcDirections etc) and working on project long enough you might had a bunch of orphaned data in it
2023-08-03 15:54:47 +05:00
Andrej730
8908011ecf
automatically assign ports predefined type
2023-08-03 13:42:00 +05:00
Andrej730
fe6be61d7a
small change for readibility
2023-08-02 16:37:09 +05:00
Andrej730
45f81b4780
adjust obstruction position on changing segment length
...
Now when you change the segment's length connected obstructions will adjust. Same for changing obstruction's length. You can also move obstructions/segment around and then use "Regenerate" to make them fit.
Small demo - https://imgur.com/a/atm8Mdx
2023-08-02 16:33:36 +05:00
Andrej730
92df1b351c
add_obstruction to fit_flow_segments, derive it's position from cursor
2023-08-02 14:09:25 +05:00
Andrej730
002c7c1ad9
Fixed #3533 (also fixed the same issue for windows)
blenderbim-230802
2023-08-02 11:42:48 +05:00
Andrej730
a583860b58
Fixed error on drawing tester UI
...
Error was:
Traceback (most recent call last):
File "\3.6\scripts\addons\blenderbim\bim\module\tester\ui.py", line 39, in draw
row.prop(self.props, "should_load_from_memory")
AttributeError: 'BIM_PT_tester' object has no attribute 'props'
2023-08-02 11:41:37 +05:00
Dion Moult
4efe198dbb
Whoops
2023-08-02 00:03:24 +10:00
Dion Moult
7a6332c883
Skeleton of "add fitting" operator which decides appropriate fitting type
2023-08-02 00:02:05 +10:00
Andrej730
a14ef1ebc2
Fixed TestGetApplicableTypes after 0e69f484f
2023-08-01 18:24:11 +05:00
Andrej730
fab0f92c8a
keep the default flow direction for ports NOTDEFINED as it's not yet set
2023-08-01 17:52:01 +05:00
Andrej730
490937ecf9
operator to add mep obstruction
...
Currently it's not yet available from UI, only from F3 menu.
On changing segment's length obstruction is not yet adjusted.
Short demonstration - https://imgur.com/a/I5fybpO
2023-08-01 17:45:17 +05:00
Andrej730
cbf8b7f3a2
root.remove_product to remove IfcRelConnectsPorts too
...
previously if you deleted some flow segment that was connected to another the connection would stay resulting in invalid ifc and other bugs
2023-08-01 17:45:17 +05:00
Andrej730
6c5bc5a3e8
Poll check for show/hide ports
...
https://i.imgur.com/NFAM1UC.png
2023-08-01 17:45:17 +05:00
Andrej730
f7aa67c6e9
Communicate that blend file is also saved on Ctrl-S
...
https://i.imgur.com/BnzTDhM.png
2023-08-01 17:45:17 +05:00
Andrej730
4ce41b33bb
small add_constr_type_instance refactor
...
ifc_class removed as it was never used - ifc_class was always figured either from BIMModelProperties.relating_type_id or operator.relating_type_id
2023-08-01 17:45:17 +05:00
Dion Moult
a0fd2a11cb
Another minor documentation fix
2023-08-01 22:43:40 +10:00
Dion Moult
4443f484c1
Easily create a "default" duct / pipe even if you have no demo library.
2023-08-01 22:34:34 +10:00
Dion Moult
120a9f9f3e
Minor documentation fix
2023-08-01 22:25:25 +10:00