mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Merge branch 'v0.7.0' of https://github.com/IfcOpenShell/IfcOpenShell into pr-daily-builds
This commit is contained in:
@@ -18,14 +18,14 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
lfs: true
|
submodules: recursive
|
||||||
-
|
-
|
||||||
name: Update ubuntu
|
name: Update ubuntu
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt-get install git cmake gcc g++ libboost1.67-all-dev python3-all-dev swig libpcre3-dev libxml2-dev
|
sudo apt-get install git cmake gcc g++ libboost1.67-all-dev python3-all-dev swig libpcre3-dev libxml2-dev
|
||||||
sudo apt-get install libocct-foundation-dev libocct-modeling-algorithms-dev libocct-modeling-data-dev libocct-ocaf-dev libocct-visualization-dev libocct-data-exchange-dev \
|
sudo apt-get install libocct-foundation-dev libocct-modeling-algorithms-dev libocct-modeling-data-dev libocct-ocaf-dev libocct-visualization-dev libocct-data-exchange-dev \
|
||||||
libhdf5-dev
|
libhdf5-dev libcgal-dev
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -1552,6 +1552,10 @@ class IfcImporter:
|
|||||||
"STAIR_ARROW",
|
"STAIR_ARROW",
|
||||||
"TEXT",
|
"TEXT",
|
||||||
"TEXT_LEADER",
|
"TEXT_LEADER",
|
||||||
|
"LEADER",
|
||||||
|
"HATCH",
|
||||||
|
"LINEWORK",
|
||||||
|
"AREA",
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_element_matrix(self, element):
|
def get_element_matrix(self, element):
|
||||||
|
|||||||
Reference in New Issue
Block a user