Dion Moult
20d8b665d4
Fix issue where sometimes world coordinate system would trigger the georeferencing distance threshold
2023-01-05 16:59:47 +11:00
Andrea Ghensi
9838309fe3
[BCF] New BCF XML handler with better performances ( #2355 )
...
BREAKING CHANGE: incompatible methods and objects with previous version.
closes #2321
2023-01-05 16:59:46 +11:00
Massimo Fabbro
ada8e1e923
Finish Qto_SlabBaseQuantities quantities ( #2567 )
2023-01-05 16:59:46 +11:00
Dion Moult
57917f89e5
Document how you can get the matrix of elements from IfcOpenShell Python.
2023-01-05 16:59:46 +11:00
Dion Moult
be028fe075
Fix some bugs in IfcTester that prevented tests running on IFC2X3
2023-01-05 16:59:46 +11:00
Dion Moult
6ce8ad70d6
Fix #2577 . Bug where system editing UI appears multiple times.
2023-01-05 16:59:46 +11:00
Andrej730
ca35d75b0d
Updated EU, AU steel profiles libraries
...
1) Updated AU profiles based on more correct data (https://github.com/boltsparts/boltsparts/pull/4 ) - also added welded i-beam profiles
2) Added inner and outer fillet radius to hollow profiles since this data was added to https://github.com/boltsparts/boltsparts
3) Added more data to ifc profiles that was available on bolts: FilletRadius for I-beams, C-beams; FilletRadius and EdgeRadius for I-beams. Sovles #2556
4) Set names IfcProfileDef names too. Solves #2556
2023-01-05 16:59:46 +11:00
Martyna Jakubowska
fbb3f9e83d
Resolved Code Review
2023-01-03 16:59:31 +01:00
Martyna Jakubowska
6bda68e834
Update README.md
2022-11-18 15:08:48 +01:00
Martyna Jakubowska
07e4e0c175
Update README.md
2022-11-18 14:49:05 +01:00
Martyna Jakubowska
29bb5c666d
Update README.md
2022-11-14 01:13:02 +01:00
martinaCodes
bab281235f
Added example model and a corresponding description
2022-11-14 01:06:40 +01:00
martinaCodes
3966f0ad29
Bug fixes in create_entity
2022-11-13 23:05:49 +01:00
martinaCodes
cc69dfc136
Bug fixes and changed behaviour of create_entity, so it creates an entity pr. each representation
2022-11-13 15:56:33 +01:00
martinaCodes
7ea8c24b68
-
2022-11-11 12:58:35 +01:00
martinaCodes
bc548c785d
Updated by_query and removed print statements
2022-11-11 12:52:06 +01:00
Martyna Jakubowska
b7ff2347f1
Updated README
2022-11-11 05:08:56 +01:00
martinaCodes
b7bdddf640
Updated following nodes to work with the current workflow: add_pset, by_guid, get_attribute, get_property, read_entity. Added tooltips and other minor fixes
2022-11-11 02:50:30 +01:00
martinaCodes
cc567534f1
Merge branch 'v0.7.0' of github.com:mdjska/IfcOpenShell into v0.7.0
...
merge changes
2022-11-09 01:55:05 +01:00
martinaCodes
fc29eec6e9
Important rework of handling multiple/nested items in bmesh_to_ifc, create_entity and sverchok_to_ifc nodes. Formatting and other minor fixes.
2022-11-09 01:49:01 +01:00
Martyna Jakubowska
2b4c09dac0
Create README.md
2022-11-07 19:39:38 +01:00
martinaCodes
240c98dbd7
Merge branch 'ifcsverchok_dev' of github.com:mdjska/IfcOpenShell into v0.7.0
...
Merging gsoc changes
2022-11-07 18:28:33 +01:00
martinaCodes
d88adc2333
cleaned print statements etc
2022-11-07 18:08:27 +01:00
martinaCodes
9bf6cb953f
write_file added logic that ensures proper model hierarchy
2022-11-07 17:40:18 +01:00
martinaCodes
3361895e1d
bmesh_to_ifc now creates separate representations for each distinct bmesh geometry
2022-11-07 17:21:09 +01:00
martinaCodes
9f855c3a83
major changes primarily to file creation/saving logic.
...
Bug fix in create entity.
Other..
this commit is way to big and unstructured.
2022-11-07 15:45:28 +01:00
Dion Moult
62e5c3684b
Fix #2564 . Bug where profiles were not reused across copies.
2022-11-07 22:37:53 +11:00
Dion Moult
ff90728a22
New unassign container API function
2022-11-07 18:47:15 +11:00
Dion Moult
dadf23681b
Fix #2123 . Bug where mesh to extrusion conversion didn't work for thin extrusions.
2022-11-07 17:45:05 +11:00
Dion Moult
516bd37518
Fix #2550 . Bug where material styles weren't included when appending from a library
2022-11-07 16:20:23 +11:00
Dion Moult
521ec1b124
Support styles defined somewhere along a boolean result stack
blenderbim-221107
2022-11-07 11:24:13 +11:00
Thomas Krijnen
4881e4c686
Error in type checking introduced in ca98e77b40
2022-11-06 14:45:00 +01:00
Thomas Krijnen
a57cac5f9c
#2558 make conditional
2022-11-06 14:39:01 +01:00
Thomas Krijnen
ca98e77b40
#2471 Fix refcount when setting aggregates
2022-11-05 16:24:04 +01:00
Dion Moult
cbd9c898c3
Fix failing tests
blenderbim-221104
2022-11-04 17:08:41 +11:00
Massimo Fabbro
f57731a10a
Mapping quantities #2533 ( #2565 )
...
* Implement some Qto_WallBaseQuantities quantities
* finish Qto_WallBaseQuantities
2022-11-04 08:56:38 +11:00
Dion Moult
0142bface5
You can now edit parameterised profiles again in the material panel
2022-11-04 00:05:09 +11:00
Dion Moult
5acbf4658f
Material UI now prompts to add a profile if none exist in your library
2022-11-03 23:44:47 +11:00
Dion Moult
32e00f6d49
Refactor material UI to not depend on IOS API data class
2022-11-03 23:36:16 +11:00
Gorgious56
4e3ce192cc
Custom property set attributes now show their description when right clicking the field
...
+ Add explicit numerical constraint members to attribute class #2562
+ Fix error in numerical value callback #2562
+ Fix error in setting attribute values because of wrong type cast
2022-11-03 09:54:35 +01:00
Gorgious56
841bb59d18
Fix error when the user selects a class suggestion that is not a predefined type
2022-11-03 08:21:55 +01:00
Gorgious56
8dd8a23af9
The predefined type suggestions now fetch their values from the ifcopenshell.util.doc module instead of parsing the file data
2022-11-03 08:16:40 +01:00
Dion Moult
adc59de2bf
Minor fix to accommodate null descriptions and parents with no attributes
...
# Conflicts:
# src/ifcopenshell-python/ifcopenshell/util/doc.py
2022-11-03 17:13:56 +11:00
Gorgious56
20198bccdb
Numerical Attribute validation callback ( #2562 )
...
* Numerical attributes can now be clamped
* #2545 : IfcMaterialLayer Priority is now clamped between 0 and 100
* Run black
blenderbim-221103
2022-11-03 14:41:47 +11:00
Andrej730
c0909dace0
black.py formatting
2022-11-02 17:35:51 +06:00
Andrej730
bd054d4baf
Added more advanced stair generating operator
2022-11-02 17:31:27 +06:00
Dion Moult
35a70a4ae3
Fix #2559 . Don't consider door and window styles in IFC4X3.
2022-11-02 17:31:10 +11:00
Dion Moult
a1d30d157b
Minor fix.
blenderbim-221102
2022-11-02 17:27:18 +11:00
Kristoffer Andersen
621d89c80e
Update ci-ifcopenshell-conda-daily.yml
...
Bump GA versions away from deprecated versions
2022-11-01 20:58:59 +01:00
Gorgious
2fa3793622
Selecting an ifc predefined type in addition to the ifc class in the object ifc class selector now correctly assigns it
2022-11-01 17:34:29 +01:00