Dion Moult
e1fa6fb306
You can now apply drawing styles to elements with material set usages
2020-12-03 22:17:46 +11:00
Dion Moult
4e62c276ee
Fix #1111 - issue where sometimes class and product dropdown gets out of sync. Also new utility function to query is_a() in the schema.
2020-12-02 09:51:00 +11:00
Dion Moult
c70b41f21a
Fix #1112 . You can now tag material attributes.
2020-12-02 09:03:18 +11:00
Dion Moult
4bff3dc3dd
Roundtripping native geometry now works across different IFC schema versions
2020-11-25 20:17:30 +11:00
Dion Moult
3085c88647
New experimental IfcOpenShell IFC2X3<->IFC4 version migration utility
2020-11-25 13:13:46 +11:00
Laurens Oostwegel
1f938c7f1a
Deleted IfcWall duplicate in defaut styles
2020-11-19 20:35:56 +11:00
Dion Moult
6ecf7a80f5
You can now convert from global to local coordinates
2020-11-05 18:17:45 +11:00
Dion Moult
67baad5182
Fix #971 . New utility function to query which psets/qtos apply to a class.
2020-11-03 09:53:03 +11:00
htlcnn
286c77e3b0
black ifcopenshell-python
2020-11-02 08:28:02 +11:00
htlcnn
5e844682ea
unformat log messages
2020-10-29 09:15:07 +11:00
Thomas Krijnen
aa49db07d3
Validate entity is_abstract in ifcopenshell.geom.validate
2020-10-27 11:41:39 +01:00
CyrilWaechter
60147a8ec9
Fix collections deprecation warning
...
```python
ifcopenshell/geom/occ_utils.py:28ifcopenshell/geom/occ_utils.py:28
/home/cyril/git/BIMxBEM/ifcopenshell/geom/occ_utils.py:28: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
from collections import namedtuple, Iterable
```
2020-10-10 10:30:08 +02:00
Dion Moult
85d77798c3
You can now modify IFC classes using IFC CSV
2020-09-15 14:58:17 +10:00
Thomas Krijnen
df886b3a6b
Add missing express module init
2020-09-12 11:08:31 +02:00
Dion Moult
c6a5bdf4eb
Fix bugs in geocoding and geolocation MicroMVDs.
2020-09-10 17:43:30 +10:00
Dion Moult
7f95759df0
Implement model federation MicroMVD for BIMTester
2020-09-09 16:44:36 +10:00
Thomas Krijnen
d506ad77b7
python changes for latebound schema manipulation from python
2020-09-08 14:40:27 +02:00
Thomas Krijnen
27f358b314
Move express parser into module code
2020-09-08 14:36:57 +02:00
Dion Moult
9c190d74bb
Fix #981 . Incorrect and inaccurate conversion to imperial units in quantities.
2020-09-07 21:46:13 +10:00
Dion Moult
0522ea61f6
Minor cleanup
2020-09-05 12:20:16 +10:00
Thomas Krijnen
1e3dc6ba16
Update validate.py
2020-08-30 15:21:21 +02:00
Thomas Krijnen
b31caf3310
--json option for validate command line usage
2020-08-30 13:01:16 +02:00
Dion Moult
c552e90897
Utility to extract documentation for all maintainable assets
2020-08-26 20:08:28 +10:00
Dion Moult
fb5c25bb68
Fix #873
2020-08-09 17:32:54 +10:00
Dion Moult
3292b98080
Allow export of type relations in IFCCSV
2020-08-08 17:58:45 +10:00
Dion Moult
11a66ee181
Convert units to project settings when guessing quantities
2020-08-08 16:31:27 +10:00
Dion Moult
6772886e65
New utility function to replace an attribute
2020-08-04 21:08:49 +10:00
Dion Moult
2a22acfdc9
Make util.element.get_psets() support IfcComplexProperty
2020-08-04 20:18:08 +10:00
Dion Moult
9359c388d1
Add true north conversion function to IfcOpenShell geolocation util lib
2020-07-27 18:38:34 +10:00
Dion Moult
4d30be716e
You can now select all COBie defined assets and types using the selector
2020-07-16 11:37:56 +10:00
Dion Moult
63e65b2114
Fix broken selector utility
2020-07-14 19:27:56 +10:00
Thomas Krijnen
e2784fb69b
Backwards pyocc compatibility in occ_utils
2020-06-15 11:36:13 +02:00
Thomas Krijnen
e2e217700d
#843 SetTransparency requires theToUpdateViewer
2020-06-12 11:18:30 +02:00
Thomas Krijnen
6aa32fb77a
Remove debugging statement
2020-05-31 17:11:00 +02:00
Thomas Krijnen
be96cee77d
Iterator include/exclude of entity_instance in Python
2020-05-31 17:08:19 +02:00
Thomas Krijnen
1eea532c9e
python interator include/exlude entity types
2020-05-31 12:51:21 +02:00
Dion Moult
0d93633326
Update docstrings as per aothms comments
2020-05-22 11:30:45 +02:00
Dion Moult
295b2fb56b
More documentation
2020-05-22 11:30:45 +02:00
Dion Moult
d62bbd995f
Add sphinx docstrings to ifcopenshell python binding
2020-05-22 11:30:45 +02:00
didi-ux
2ee9dafd16
Fix visualization for pythonocc 7.4.0
...
Following up the issue disscused here: https://sourceforge.net/p/ifcopenshell/discussion/1782717/thread/06e3103d93/
The yield and for-loop in initialize_display() changed slightly, 'GetHandles' and 'SetDiffuse' were removed. The directions are now V3d_TypeOfOrientation enumerations (randomly chosen by me) instead of tuples of integers.
2020-05-20 16:14:41 +02:00
carlopav
35ea0b1b8b
further fix to geolocation.py
2020-05-17 15:26:54 +02:00
carlopav
8fe4eb1dba
util/geolocation.py fix imports and dms2dd
2020-05-17 12:32:52 +02:00
Dion Moult
c7e3dba8c4
Add util module to IfcOpenShell, including element, geolocation, unit, and selector. See #829 .
2020-05-17 18:32:56 +10:00
Thomas Krijnen
a59633ae0b
Update MVD submodule
2020-04-08 12:34:18 +02:00
Dion Moult
d5d36f85be
Change exception to error log
2020-03-30 10:20:15 +02:00
Dion Moult
f921b6a7e7
Make validate module write to logger
2020-03-30 10:20:15 +02:00
Thomas Krijnen
3937d995b6
Merge branch 'master' into v0.6.0
...
# Conflicts:
# src/ifcopenshell-python/ifcopenshell/geom/main.py
2019-12-16 13:41:54 +01:00
Mieszko Boczkowski
1426c7066b
Move has_occ() function to __init__
2019-12-11 11:54:56 +01:00
Mieszko Boczkowski
f84982f99a
Change exception on failed import for Python 2 compatibility
2019-12-11 11:54:56 +01:00
Mieszko Boczkowski
8d4f34461e
Fix OCC imports in Python
2019-12-11 11:54:56 +01:00