Thomas Krijnen
|
d713b7e06a
|
Limit retries for boolean op on OCCT 6.9 and higher
|
2017-05-03 12:07:10 +02:00 |
|
Tristan Zimpfer
|
e3e4fba63a
|
Clean of the double declaration of IfcSlabTypeEnum.
|
2017-04-26 10:59:07 +02:00 |
|
Tristan Zimpfer
|
78b904dfeb
|
Differentiate slab types when option --use-element-types is used.
|
2017-04-26 10:28:38 +02:00 |
|
Thomas Krijnen
|
00c70fa8fb
|
IfcOpenHouse fixes for IFC4
|
2017-04-25 17:38:59 +02:00 |
|
Thomas Krijnen
|
d34c3b4b20
|
Example for #209
|
2017-04-25 16:53:35 +02:00 |
|
Thomas Krijnen
|
033075f809
|
Fix #208
|
2017-04-25 16:37:50 +02:00 |
|
Balleux Benjamin
|
1d8f6addf8
|
Get the information on the IfcSlab (floor or roof..) and put it in the element name.
To be cleaned
|
2017-04-25 16:27:14 +02:00 |
|
Balleux Benjamin
|
26a9167eea
|
Add coments
|
2017-04-25 11:55:09 +02:00 |
|
Balleux Benjamin
|
5fae7a5992
|
Merge branch 'feature/hierarchy' of https://github.com/mitmadness/IfcOpenShell into feature/hierarchy
|
2017-04-25 10:13:37 +02:00 |
|
Balleux Benjamin
|
7edca081bf
|
Raise an error when the option --use-element-hierarchy is used with a file different of .dae
|
2017-04-25 10:13:18 +02:00 |
|
Tristan Zimpfer
|
08e4d16f28
|
Modified the condition checking if the parent had changed so an object without parent isn't placed in a storey.
|
2017-04-21 18:05:35 +02:00 |
|
Tristan Zimpfer
|
470e8e772e
|
Comments + conditions for sorting the deferred objects added.
|
2017-04-21 16:15:41 +02:00 |
|
Balleux Benjamin
|
ea609af394
|
comments added
|
2017-04-21 16:02:13 +02:00 |
|
Balleux Benjamin
|
8ac18752b2
|
Remove temp file
|
2017-04-21 15:59:54 +02:00 |
|
Balleux Benjamin
|
95acd4c517
|
Clean : remove debug lines
Find the floor of an element in the IfcGeomIterator class
|
2017-04-21 15:49:34 +02:00 |
|
Balleux Benjamin
|
7ce795def3
|
clean WIP
|
2017-04-20 15:06:49 +02:00 |
|
Balleux Benjamin
|
8e4febecc0
|
clean : Remove the debug print
debug : don't display the name of the element in unity anymore
|
2017-04-19 16:38:35 +02:00 |
|
Balleux Benjamin
|
195979d4f0
|
Merge branch 'feature/hierarchy' of https://github.com/mitmadness/IfcOpenShell into feature/hierarchy
# Conflicts:
# src/ifcconvert/ColladaSerializer.cpp
|
2017-04-19 15:09:59 +02:00 |
|
Balleux Benjamin
|
ab0e47c55f
|
Options added : --use-element-types and --use-element-hierarchy
|
2017-04-19 12:07:03 +02:00 |
|
Tristan Zimpfer
|
9f362853d6
|
Added a matrix for the parent node and a better id.
|
2017-04-19 11:48:52 +02:00 |
|
Tristan Zimpfer
|
79e1e0ec04
|
Hierarchy v1
|
2017-04-13 16:39:36 +02:00 |
|
Tristan Zimpfer
|
f446f25cee
|
Sort DeferredObject.
|
2017-04-12 17:28:29 +02:00 |
|
Balleux Benjamin
|
a02b189f69
|
Bug Fix : the previous commit made the program crash when an object has no parent
|
2017-04-12 16:11:37 +02:00 |
|
Balleux Benjamin
|
8312853b99
|
add parent property to deffered objects
|
2017-04-12 15:49:05 +02:00 |
|
Balleux Benjamin
|
be326e13ed
|
Send Hierarchy data to the serializer
|
2017-04-12 14:56:00 +02:00 |
|
Balleux Benjamin
|
a2aa2bf9eb
|
Send hierarchy data to the serializer WIP
|
2017-04-12 14:38:54 +02:00 |
|
Balleux Benjamin
|
b9e9bfeceb
|
Handle errors : when an object has no parent
|
2017-04-12 13:36:12 +02:00 |
|
Stinkfist0
|
dd8ee915c3
|
ifcwrap/CMakeLists.txt: as PYTHONLIBS_FOUND and PYTHONINTERP_FOUND cannot seem to be trusted, perform further checks to see whether the packages were actually found or not.
E.g. one can doo set PYTHONHOME=C:/NoPythonHere
and when running CMake it will happily report:
-- Found PythonLibs: C:/NoPythonHere/libs/python34.lib
|
2017-04-12 10:39:41 +02:00 |
|
Stinkfist0
|
7fdbc9811d
|
src/ifcwrap/CMakeLists.txt: use PYTHON_INCLUDE_DIRS instead of the deprecated PYTHON_INCLUDE_PATH
|
2017-04-12 10:39:41 +02:00 |
|
Stinkfist0
|
2edf867818
|
Use boost functions for string manipulation instead of std ones in order to silence char-int conversion warnings on VS 2017.
|
2017-04-12 10:39:41 +02:00 |
|
Stinkfist0
|
e4a7d2a149
|
Windows/MSVC build scripts: support for VS 2017 CMake generators, update Boost to 1.63.0, update ICU download to 58.2 in order to have VS 2107 download available, configure Boost using generic MSVC instead of specific version, make sure to 'git fetch' before 'git checkout <revision>'.
|
2017-04-12 10:39:41 +02:00 |
|
Balleux Benjamin
|
37f7fbecca
|
Retrieve the type and the hierarchy of the IFC and write it in the .dae files
|
2017-04-11 17:26:30 +02:00 |
|
Alexandre Lemire
|
0f993b32f4
|
Fix generation of IfcOpenHouse.ifc which doesn't have its ground representation. See #200
|
2017-04-07 12:29:38 +02:00 |
|
Thomas Krijnen
|
f71ee35f57
|
More 'tolerant' to tolerances higher than the modeling precision
|
2017-04-03 14:55:34 +02:00 |
|
Thomas Krijnen
|
1856c499b7
|
Fix misalignment between enum and boost::variant. See #200
|
2017-04-03 11:41:14 +02:00 |
|
Thomas Krijnen
|
06cad59fa2
|
Fix missing python module installation
|
2017-03-24 10:11:44 +01:00 |
|
Thomas Krijnen
|
8e69f84430
|
Trigger license redetection
|
2017-03-19 09:47:28 +01:00 |
|
Thomas Krijnen
|
9e3fe84c66
|
Trigger license redetection
|
2017-03-19 09:46:07 +01:00 |
|
Thomas Krijnen
|
9ad68db0dc
|
set OCE_VERSION, executable flags in win build script
v0.5.0-preview2
|
2017-03-12 11:38:23 +01:00 |
|
Thomas Krijnen
|
40f3447ad1
|
Update dependency versions in nix build script
|
2017-03-09 14:36:00 +01:00 |
|
Thomas Krijnen
|
c8cc8ab1c8
|
Resolve python library linking issues on OSX
|
2017-03-09 13:59:54 +01:00 |
|
Thomas Krijnen
|
4faa66f9b8
|
Fix for python 2.7
|
2017-03-09 12:04:07 +01:00 |
|
Thomas Krijnen
|
5705f24f3e
|
python: make logging import conditional in case time is not built
|
2017-03-09 11:47:54 +01:00 |
|
Thomas Krijnen
|
52d035d09a
|
python: don't import platform module as it may depend on select which might be unavailable
|
2017-03-09 10:16:22 +01:00 |
|
Stinkfist0
|
921e343187
|
Fix assertion. Closes #192
|
2017-03-08 09:31:51 +01:00 |
|
Thomas Krijnen
|
50ea73a28f
|
Update IfcConvert help text
|
2017-03-04 14:16:54 +01:00 |
|
Stinkfist0
|
3275119d1d
|
TokenFunc::asStringRef: protect against null token.
|
2017-03-04 13:54:19 +01:00 |
|
Stinkfist0
|
026b4853a2
|
IfcConvert: single point for IFC file parsing and potential parsing error reporting.
|
2017-03-04 13:54:19 +01:00 |
|
Stinkfist0
|
cd132473f5
|
IfcConvert: instead of global --traverse option provide --include+ and --exclude+ options that control traversal on per filter basis.
|
2017-03-04 13:54:19 +01:00 |
|
Stinkfist0
|
06c1ea9d2c
|
Doc tweaks [ci skip]
|
2017-03-04 13:54:19 +01:00 |
|