Thomas Krijnen
0df4edff01
Revive some temporarily disabled features in de 0.6 branch
2018-09-07 14:08:56 +02:00
luz.paz
d78c9171db
Misc. typos
...
Found via `codespell -q 3`
2018-09-07 11:52:01 +02:00
Thomas Krijnen
34d28e8b3a
Prefix Kernel factory struct as well
2018-09-05 14:42:59 +02:00
Thomas Krijnen
4d33ed5cb8
Merge branch 'master' into v0.6.0
...
# Conflicts:
# src/ifcconvert/IfcConvert.cpp
# src/ifcgeom/IfcGeomShapes.cpp
# src/serializers/ColladaSerializer.cpp
# src/serializers/schema_dependent/XmlSerializer.cpp
2018-09-04 13:23:11 +02:00
Thomas Krijnen
45be79443f
Prefix typename for iteratorimplementation factory function struct
2018-08-29 12:55:27 +02:00
Stinkfist0
07f5ac6994
IfcGeomIterator: compute model's bounding box only if needed (IfcConvert --center-model used).
2018-08-26 12:17:24 +02:00
Thomas Krijnen
b13c912c47
Work on #426
2018-08-20 11:46:26 +02:00
Thomas Krijnen
7a7aab01bb
IfcGeomServer matrices in double precision
2018-07-07 21:14:27 +02:00
Thomas Krijnen
d105292817
Merge branch 'master' into v0.6.0
...
# Conflicts:
# src/ifcconvert/IfcConvert.cpp
# src/ifcgeom/IfcGeomFilter.h
# src/ifcgeom/IfcGeomIteratorImplementation.h
# src/ifcgeom/IfcGeomWires.cpp
# src/ifcparse/IfcFile.h
# src/ifcparse/IfcLogger.cpp
# src/ifcparse/IfcLogger.h
# src/ifcparse/IfcParse.cpp
# src/serializers/SvgSerializer.cpp
# src/serializers/schema_dependent/XmlSerializer.cpp
2018-07-07 17:15:54 +02:00
Thomas Krijnen
4cfb2f1027
SetNonDestructive does not exist prior to OCCT 7.0
2018-06-15 12:39:29 +02:00
Thomas Krijnen
6d25047c6b
higher fuzz on half spaces
2018-06-12 16:15:28 +02:00
Thomas Krijnen
136ec5b224
'nondestructive' boolean ops
2018-06-12 16:15:12 +02:00
Thomas Krijnen
3ac8379187
Set precision on fix after boolean op
2018-06-08 14:12:01 +02:00
Thomas Krijnen
6c1ad47481
Additional improvements for comp curve wire building
2018-06-01 15:38:08 +02:00
Yorik van Havre
127bcaf96e
adding exception for OCCT 7.3
2018-05-16 16:10:40 +02:00
Yorik van Havre
2d59f9d53a
Removed one last remaining BOPCol_ListOfShapes
...
Replaced one last remaining BOPCol_ListOfShapes with TopTools_ListOfShapes (deprecated in OCC7.3)
2018-05-16 16:10:40 +02:00
Otso Alho
37460d3df9
do not calculate reuse_ok multiple times for mapped representations
2018-05-14 13:36:38 +02:00
Thomas Krijnen
637d3e2eb6
Optimize generation of faces with large (n > 128) number of edges.
2018-05-14 11:06:07 +02:00
Thomas Krijnen
2ed2e9cf86
Add include, missing depending on occt version
2018-05-13 18:52:53 +02:00
Thomas Krijnen
c1635d65eb
Add include, missing depending on occt version
2018-05-13 16:04:15 +02:00
Thomas Krijnen
495ad75b14
Proper scope around goto labels
2018-05-13 15:30:20 +02:00
Thomas Krijnen
966e57e94a
#332
2018-05-13 14:41:39 +02:00
Thomas Krijnen
ef7a1ab421
Limit boolean fuzz to edge length
2018-05-13 09:15:06 +02:00
Thomas Krijnen
089bb95c9f
Fix previous commit on gcc
2018-05-13 08:45:33 +02:00
Thomas Krijnen
589f4bda2e
... but keep close point removal at 10 times precision
2018-05-08 16:19:47 +02:00
Thomas Krijnen
8ffc12e6cd
Reduce radius on wire intersections
2018-05-08 09:41:19 +02:00
Thomas Krijnen
161f24d804
Copy operands prior to boolean operation
2018-05-05 16:09:12 +02:00
Thomas Krijnen
1f68d9d5bc
TColgp_SequenceOfPnt::Upper() does not exist on all versions of occt
2018-04-18 11:57:38 +02:00
Thomas Krijnen
656346741e
#288 #297
2018-04-18 11:33:57 +02:00
Thomas Krijnen
42c09deb8c
#354 loose faces in SewedShape
2018-04-11 12:26:01 +02:00
Thomas Krijnen
5082fe8be4
Revive XML serializer
2018-03-16 16:04:48 +01:00
Thomas Krijnen
b86b359563
Schema independent layer and transformation conv functions
2018-03-16 12:10:05 +01:00
Thomas Krijnen
e87a1a0b32
#329 Only auto close IfcCompositeCurve when used for profile
2018-03-09 10:41:22 +01:00
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
4bed639d9c
Python wrapper geometry handling
2018-01-01 11:22:12 +01:00
Thomas Krijnen
19aebacbd8
Initialize kernel base class
2017-12-29 12:25:29 +01:00
Thomas Krijnen
93c3afa1ae
Schema dependent names for serialization functions
2017-12-29 11:23:46 +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
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
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
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
a792a7e2c7
Two simultaneous IfcGeom implementations
2017-12-18 15:25:09 +01:00
Thomas Krijnen
322dec6fd0
Update ifcconvert
2017-12-11 15:46:17 +01:00