Thomas Krijnen
5d0c04a077
Fix geometry reuse in case of IfcTypeProducts with maps
2018-02-21 14:54:38 +01:00
Anders Granskogen Bjørnstad
8a316e45ed
IfcConvert: Add --building-local-placement argument
...
Similar to --site-local-placement. Motivated by dealing with at least
two examples where IFC files for the same construction site have
inconsistent ObjectPlacement hierarchy:
- MEP models exported from MagiCAD for Revit:
ObjectPlacement.PlacementRelTo of IfcBuilding is empty
- Regular construction models exported from Revit:
ObjectPlacement.PlacementRelTo of IfcBuilding is pointing to
IfcSite's placement
2018-02-19 16:17:12 +01:00
Thomas Krijnen
ef97ea0593
Properly toposort type decl instantiation
2018-01-29 15:03:12 +01:00
Thomas Krijnen
19d834b19e
Fix python wrapper
2018-01-29 15:02:36 +01:00
Thomas Krijnen
bc64b339a7
Bump version identifier
2018-01-29 15:02:16 +01:00
Thomas Krijnen
af93f2a64d
Use naked pointer for attribute list and derive size from schema type to reduce mem usage
2018-01-29 12:11:50 +01:00
Thomas Krijnen
a3b7a25866
conda yaml: add space before version spec
v0.6.0a0
2018-01-26 14:36:51 +01:00
Thomas Krijnen
25bae21a42
Merge pull request #322 from 3drepo/Convert_Server_Optional
...
Make IFCConvert and IFCGeomServer optional
2018-01-25 12:50:18 +01:00
Thomas Krijnen
d9679d6905
Merge branch 'v0.6.0' into Convert_Server_Optional
2018-01-25 12:49:55 +01:00
carmenfan
7a4059fbfd
Adding ifcgeom_schema_agnostic headers in include directory
2018-01-25 12:46:52 +01:00
carmenfan
623e95cefe
Add Options on Cmake to selectively compile IFCConvert and IFCGeomServer
2018-01-24 15:55:44 +00:00
Thomas Krijnen
9f91109e66
Update conda
2018-01-21 15:58:36 +01:00
Thomas Krijnen
162b665d07
Update blender addon for str geometry.id
2018-01-15 11:00:25 +01:00
Thomas Krijnen
7b728b9e6d
Fix ambiguous call to overloaded function
...
(`std::exception` has a `char*` constructor?)
2018-01-08 12:33:27 +01:00
Thomas Krijnen
6240191980
Conda build script
2018-01-08 12:19:36 +01:00
Thomas Krijnen
c7329497a6
Don't use static boost libs with conda build
2018-01-08 12:02:34 +01:00
Thomas Krijnen
4bed639d9c
Python wrapper geometry handling
2018-01-01 11:22:12 +01:00
Thomas Krijnen
5739fa7239
Single threaded compilation on travis
2017-12-31 13:06:18 +01:00
Thomas Krijnen
e2f79ec1ba
Work on python wrapper
2017-12-31 12:20:13 +01:00
Thomas Krijnen
05e6f56911
Linker errors, geom server, warnings
2017-12-29 13:48:08 +01:00
Thomas Krijnen
19aebacbd8
Initialize kernel base class
2017-12-29 12:25:29 +01:00
Thomas Krijnen
aeabe87779
Disable optimization for schema instantiation on gcc as well
2017-12-29 12:21:20 +01:00
Thomas Krijnen
7b3d334472
Warnings and errors
2017-12-29 12:09:07 +01:00
Thomas Krijnen
93c3afa1ae
Schema dependent names for serialization functions
2017-12-29 11:23:46 +01:00
Thomas Krijnen
21e53d24e0
Fixes to examples
2017-12-28 18:44:50 +01:00
Thomas Krijnen
f5d6f4f7f9
No anonymous structs to work around gcc 5 issue
2017-12-28 16:33:07 +01:00
Thomas Krijnen
24b46c1f43
Work on serialization
2017-12-22 17:37:58 +01:00
Thomas Krijnen
ddde7bc367
Fix hierarchy helper
2017-12-22 17:34:13 +01:00
Thomas Krijnen
5f6a18c212
Fixes for hierarchy helper
2017-12-22 17:04:19 +01:00
Thomas Krijnen
5e23086947
Sprinkle with template and typename keywords
2017-12-22 16:45:02 +01:00
Thomas Krijnen
472fde5599
Fixes
2017-12-22 15:19:09 +01:00
Thomas Krijnen
b3458c872f
Work on python wrapper
2017-12-22 13:51:11 +01:00
stefkeB
5bf7f53fd8
BaseQuantities support in IfcConvert XmlSerializer
...
Added the export of BaseQuantities in the XML export of IfcConvert.
Very similar to the export of properties.
2017-12-22 11:33:28 +01:00
Thomas Krijnen
4d325e026e
Fix compilation and execution of IfcConvert
2017-12-21 14:14:04 +01:00
Thomas Krijnen
6622afd93a
Rename
2017-12-20 17:09:42 +01:00
Thomas Krijnen
8b4650b169
Fix compilation on msvc
2017-12-20 16:38:55 +01:00
Thomas Krijnen
6e525662c3
Disable XML serializer for the time being
2017-12-20 12:41:39 +01:00
Thomas Krijnen
d46dfb6061
Work on serializers
2017-12-20 12:40:15 +01:00
Thomas Krijnen
830a03ffcd
Schema agnostic iterator
2017-12-20 11:10:27 +01:00
Thomas Krijnen
f4463d2935
Crazy factory implementation
2017-12-19 20:24:00 +01:00
Thomas Krijnen
e3a7e6137d
Update SvgSerializer.cpp
2017-12-19 14:58:56 +01:00
Xsoiou
01d261e168
SVG storey elevation ( #315 )
...
IfcConvert SVG does not generate <path d=""> for IfcSpace. #313
2017-12-19 12:10:19 +01:00
Thomas Krijnen
a792a7e2c7
Two simultaneous IfcGeom implementations
2017-12-18 15:25:09 +01:00
civilx64
c4e56f670d
Corrected name of *nix build script.
2017-12-18 15:17:21 +01:00
civilx64
4e28caaf8d
Corrected name of *nix build script.
2017-12-18 15:17:21 +01:00
Xsoiou
b7992d6a12
This closes #309 and it also fixes #310
2017-12-16 09:25:08 +01:00
Xsoiou
efe765f71f
Changed from http to https on ICU download
2017-12-16 09:25:08 +01:00
Thomas Krijnen
5eba7af791
Use struct instead of namespace to represent schema
2017-12-13 18:05:10 +01:00
Thomas Krijnen
761e9d7248
Continuing.
2017-12-13 13:58:58 +01:00
Thomas Krijnen
85515e904e
Begin phasing out type enumeration in favour of declaration pointers
2017-12-13 13:16:49 +01:00