Thomas Krijnen
|
d10efe69cd
|
Fix typo in test
|
2017-07-27 15:53:06 +02:00 |
|
Thomas Krijnen
|
fb1fed247e
|
Fix #243
|
2017-07-27 10:21:37 +02:00 |
|
Thomas Krijnen
|
59d7e0cad3
|
nix build script: fix compilation of boost.iostreams, disable USE_MMAP
|
2017-07-25 16:27:13 +02:00 |
|
Thomas Krijnen
|
ae0afe2c0a
|
mmap #22
|
2017-07-25 16:27:13 +02:00 |
|
Thomas Krijnen
|
3edb057178
|
Bring back id() to python wrapper. Fixes #241
|
2017-07-17 18:10:28 +02:00 |
|
Thomas Krijnen
|
04e3018f3c
|
Use default logger
|
2017-07-17 18:09:49 +02:00 |
|
Thomas Krijnen
|
f81616a6fb
|
Narrow and wide unicode builds in nix build script
|
2017-07-03 20:42:18 +02:00 |
|
Thomas Krijnen
|
f58539d6d8
|
Construct not only allocate token buffer
|
2017-07-03 20:39:40 +02:00 |
|
Thomas Krijnen
|
90bdf03f54
|
Disable exception
|
2017-07-03 16:38:04 +02:00 |
|
Thomas Krijnen
|
6e87a21806
|
Ignore some methods in wrapper to fix build
|
2017-07-03 15:43:56 +02:00 |
|
Thomas Krijnen
|
d94eb9a96e
|
IfcMaterialList in XML output
|
2017-07-03 15:18:07 +02:00 |
|
Thomas Krijnen
|
ac5800326b
|
Fix compilation on gcc
|
2017-07-03 14:42:08 +02:00 |
|
Thomas Krijnen
|
901ef57d60
|
Fix #180
|
2017-07-03 14:18:56 +02:00 |
|
Thomas Krijnen
|
b604e5cf99
|
Fix #204
|
2017-07-02 19:57:10 +02:00 |
|
Thomas Krijnen
|
1e79eb535a
|
Build comprehensive representation id. Fix #225
|
2017-06-28 15:59:03 +02:00 |
|
Thomas Krijnen
|
6f7afd4b2a
|
Build comprehensive representation id. Fix #225
|
2017-06-28 15:24:49 +02:00 |
|
Thomas Krijnen
|
a90936a7de
|
Properly initialize parsed simple types
|
2017-06-24 21:35:38 +02:00 |
|
Thomas Krijnen
|
7c1cf6ebd0
|
Fix #233
|
2017-06-24 13:36:26 +02:00 |
|
Stinkfist0
|
7eb1346407
|
IfcConvert: prevent doing IfcFile::Init() "prematurely", e.g. before some additional program option parsing that might fail.
|
2017-06-23 14:12:07 +02:00 |
|
Stinkfist0
|
771b1f3d3c
|
IfcConvert: consistent style for user error prints.
|
2017-06-23 14:12:07 +02:00 |
|
Stinkfist0
|
3fb96cad0b
|
IfcConvert: make sure to delete temp file if no actual conversion occurs. Also fixes serializer memory leaks. Closes #199.
C
|
2017-06-23 14:12:07 +02:00 |
|
Thomas Krijnen
|
23beb096a0
|
Remove auto keywords
|
2017-06-20 19:47:53 +02:00 |
|
Thomas Krijnen
|
101ef69ae9
|
Fail serialize() if one of the faces cannot be mapped to IFC (2x3)
|
2017-06-20 18:55:52 +02:00 |
|
Thomas Krijnen
|
e60202b738
|
Unique filter on IfcEntityList
|
2017-06-20 18:54:55 +02:00 |
|
Thomas Krijnen
|
1e8b1d9c9c
|
traverse() as a global function rather than method on IfcFile
|
2017-06-20 18:54:30 +02:00 |
|
Thomas Krijnen
|
a27e516011
|
Elided argument in ifcopenshell.file constructor
|
2017-06-20 18:53:39 +02:00 |
|
Thomas Krijnen
|
69c8b7c1c8
|
One more boost::blank() refactoring
|
2017-06-20 18:52:56 +02:00 |
|
Thomas Krijnen
|
c25cff6bad
|
Correct setting attributes on lazily loaded instances
|
2017-06-15 14:12:03 +02:00 |
|
Thomas Krijnen
|
48a61219f7
|
Fix #228
|
2017-06-14 12:42:38 +02:00 |
|
Stinkfist0
|
84813084d0
|
Fix/suppress signed-unsigned integer conversion warnings.
|
2017-06-05 19:53:10 +02:00 |
|
Thomas Krijnen
|
5e0da9725a
|
ifcparse refactoring (#190)
Unify attribute containers, provide latebound attribute access on IfcBaseEntity, more basic tests on Travis
|
2017-06-05 17:26:58 +02:00 |
|
Thomas Krijnen
|
9a43658716
|
Correct verbosity check
|
2017-06-05 13:08:07 +02:00 |
|
Stinkfist0
|
f3f4c41f8d
|
IfcConvert: add --no-progress option to suppress possible progress bar type of prints that use carriage return.
|
2017-06-05 11:41:55 +02:00 |
|
Stinkfist0
|
273c977f66
|
Remove extraneous spaces in geom filter description prints.
|
2017-06-05 11:41:55 +02:00 |
|
Stinkfist0
|
0adcb9ae20
|
IfcConvert --filter-file: Specifies a filter file that describes the used filtering criteria.
|
2017-06-05 11:41:55 +02:00 |
|
Thomas Krijnen
|
1751cf1c95
|
Generate example models on Travis
|
2017-06-05 11:29:23 +02:00 |
|
Thomas Krijnen
|
1704862d0d
|
Correct test for when to reuse representation in iterator
|
2017-06-05 11:08:07 +02:00 |
|
Janus Troelsen
|
d7c275e941
|
use boost's blank instead of none_t
|
2017-05-23 12:48:17 +02:00 |
|
Stinkfist0
|
1b9a28d799
|
CMakeLists.txt: fix Windows/MSVC lib search when only Debug versions of libs are found.
|
2017-05-20 20:19:15 +02:00 |
|
Stinkfist0
|
68b432f6c0
|
CMakeLists.txt: fix add_debug_variants() to work on Debug build. Re: #201 [ci skip]
|
2017-05-20 20:19:15 +02:00 |
|
Thomas Krijnen
|
af2799acd4
|
Matrix multiplication in OCC rather than boost::ublas (re #211)
|
2017-05-20 19:50:10 +02:00 |
|
Thomas Krijnen
|
c093dc0335
|
Merge pull request #211 from mitmadness/feature/hierarchy
Represent hierarchy in Collada files
|
2017-05-20 19:46:56 +02:00 |
|
Balleux Benjamin
|
834e05a01c
|
Feature : For each parent element, include the type in the name if --use-element-types if used
|
2017-05-18 11:26:19 +02:00 |
|
Balleux Benjamin
|
4680298bee
|
Clean : Remove debug logs
|
2017-05-16 16:34:50 +02:00 |
|
Balleux Benjamin
|
be39f30029
|
Fix : fix build error
|
2017-05-16 15:54:26 +02:00 |
|
Balleux Benjamin
|
3919c1f32e
|
Feature : Retrieve the full hierarchy
(merged from hierarchyDevelop branch)
|
2017-05-16 15:30:57 +02:00 |
|
Balleux Benjamin
|
e02bbefa68
|
Clean : Removed debug logs
|
2017-05-16 15:20:30 +02:00 |
|
Balleux Benjamin
|
5c497c8f6c
|
Fix : Handle the case where the first representation element has 0 parent
|
2017-05-16 15:01:55 +02:00 |
|
Balleux Benjamin
|
942d34ee39
|
Feature : Retrieve the full hierarchy. Fix the placement of the objects.
Check slab->HasObjectType before using slab->ObjectType
|
2017-05-16 14:27:36 +02:00 |
|
Balleux Benjamin
|
45ec08f840
|
feature (WIP) : retrieve the full hierarchy. The placement of several objects still be incorect
|
2017-05-16 11:27:45 +02:00 |
|