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
thorade
20cd383504
triple double-quoted docstring
...
and do not use builtin names for variables
2018-05-30 11:32:47 +02:00
Thomas Krijnen
fd821d08cd
Dont fail on missing AIS_MultipleConnectedShape in earlier versions of pyocc
2018-05-17 15:54:12 +02:00
Thomas Krijnen
6b772d18b8
Fixes to qt5 port of viewer app
2018-05-17 15:53:40 +02:00
civilx64
33635c2c40
Port viewer app to PyQt5
2018-05-17 00:11:09 -04: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
1014049b05
use unordered map for entity by id
2018-05-14 13:36:38 +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
7786b89269
Machine readable progress with -q and --log-format json
2018-05-12 20:12:25 +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
6ee283dbae
Don't fail on parse errors while resolving inverse attributes
2018-05-04 10:25:57 +02:00
Thomas Krijnen
c748c8dcea
Better instance not found error messages
2018-04-23 10:51:59 +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
14be6b49fe
#348
2018-03-16 11:03:02 +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
162b665d07
Update blender addon for str geometry.id
2018-01-15 11:00:25 +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
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
be5bd2e735
optional building storey argument added to setSectionHeight()
2017-12-11 11:19:15 +01:00
Thomas Krijnen
ce782cc784
2d edges in svg serializer
2017-12-11 11:18:37 +01:00
tymokvo
39b0d11746
fixed missing bracket
2017-12-06 12:20:22 +01:00
tymokvo
e06105e878
added some documentation/examples
2017-12-06 12:20:22 +01:00
Anders Granskogen Bjørnstad
34e2ff31bb
SvgSerializer: Fix bug in ellipse writeout
...
Add a missing "=" to create a valid SVG for ellipses.
I accidentally stumbled upon a way to actually get an ellipse in SVG by
tilting a cylinder. If I tilt the cylinder via the `ObjectPlacement` of
the `IfcProduct` I get an ellipse. If I set the `ExtrudedDirection` of
the `IfcExtrudedAreasolid`, however, I get a sampled path.
2017-12-04 17:23:32 +01:00
Thomas Krijnen
c0a2e3395f
Triangulate non-planar wires when invoked with --sew-shells
2017-11-27 16:27:36 +01:00
Thomas Krijnen
7cd354ee7d
Eliminate warning
2017-11-27 16:24:29 +01:00
Thomas Krijnen
111569ec1b
Approx other curve types in SVG, hollow circles
2017-11-25 13:08:34 +01:00
Anders Granskogen Bjørnstad
9c88a35173
SvgSerializer: Support full circles and ellipses
...
Use <circle> and <ellipse> to create a valid SVG for these geometries.
Limit to only the *first* edge. I am not sure whether there are
scenarios with multiple edges like this:
1. One or more straight line pieces or arc segments
2. A full closed circle
3. More straight lines or arc segments
If there is, we are keeping the original behavior here.
2017-11-25 13:06:03 +01:00
Anders Granskogen Bjørnstad
df942f6460
SvgSerializer: Fix bounding box for arc segments
...
Not necessarily minimal, but better to be conservative w.r.t. getting
all geometry inside bounds.
2017-11-25 13:06:03 +01:00
Anders Granskogen Bjørnstad
7de877823b
SvgSerializer: Add closed circle warning
...
Only refactoring, adding a warning.
2017-11-25 13:06:03 +01:00
Thomas Krijnen
6463690a8b
Fix typo
2017-11-13 13:01:59 +01:00
Thomas Krijnen
148432c011
Fixes for boolean ops on recent OCCT versions
2017-11-13 12:41:37 +01:00
Anders Granskogen Bjørnstad
478da8f658
IfcConvert: Add section-height argument for SVG
...
Enabling user specified overriding the default (zmin + 1 meter) value.
2017-11-11 10:02:41 +01:00
Anders Granskogen Bjørnstad
9be413a308
SvgSerializer: Use storey elevation if available
...
For the scenario where we a building storey and it has an elevation:
Instead taking the cross section of every product 1 meter above it's
lowest, take the cross section at storey elevation + 1 meter.
2017-11-11 10:02:41 +01:00