Commit Graph

960 Commits

Author SHA1 Message Date
thorade 608f830c74 set TLS to 1.2 2018-05-07 10:53:03 +02:00
thorade 0313e77a26 https plus original URL 2018-05-07 10:53:03 +02:00
thorade 72353ed006 append download to the URL
https://sourceforge.net/p/forge/documentation/Downloading%20files%20via%20the%20command%20line/
2018-05-07 10:53:03 +02:00
thorade 21f8af23ab use SF instead of mirror 2018-05-07 10:53:03 +02:00
thorade b32e6018cf update SF.net download URL 2018-05-07 10:53:03 +02:00
Thomas Krijnen 9422e375ea Copy operands prior to boolean operation 2018-05-05 16:09:12 +02:00
Thomas Krijnen eb9897c341 Don't fail on parse errors while resolving inverse attributes 2018-05-04 10:25:57 +02:00
Thomas Krijnen 7d65e9522a Better instance not found error messages 2018-04-23 10:51:59 +02:00
Thomas Krijnen 84f90c8b33 TColgp_SequenceOfPnt::Upper() does not exist on all versions of occt 2018-04-18 11:57:38 +02:00
Thomas Krijnen db1589466a Fix download of occt in nix build 2018-04-18 11:50:59 +02:00
Thomas Krijnen aeb2f10abb #288 #297 2018-04-18 11:33:57 +02:00
Thomas Krijnen 395836bffd nix: use and patch occt 7.2 2018-04-15 14:01:37 +02:00
Thomas Krijnen 0ca885764c win: apply patch for HLR 2018-04-15 09:27:16 +02:00
Thomas Krijnen 1b25f1a2cc #354 loose faces in SewedShape 2018-04-11 12:26:01 +02:00
Thomas Krijnen a82d86b2df Update README.md 2018-03-16 16:36:36 +01:00
Thomas Krijnen 38b87a24cc #348 2018-03-16 11:03:02 +01:00
Thomas Krijnen cdc018c9ea #329 Only auto close IfcCompositeCurve when used for profile 2018-03-09 10:41:22 +01:00
Thomas Krijnen 20c0c11aee Win build script occt7.2 2018-03-04 10:45:44 +01:00
Thomas Krijnen c1d441c37c Fix prompt 2018-03-04 10:45:05 +01:00
Thomas Krijnen c1b06e25cc Update boost download path 2018-02-27 18:09:43 +01:00
Thomas Krijnen b9b9b9c698 Fix geometry reuse in case of IfcTypeProducts with maps 2018-02-21 14:54:38 +01:00
Anders Granskogen Bjørnstad 4dd2623728 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 ecbb6922e7 Update blender addon for str geometry.id 2018-01-15 11:00:25 +01:00
stefkeB 98b12c4325 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 029bdddd7d Update SvgSerializer.cpp 2017-12-19 14:58:56 +01:00
Xsoiou ed3842943a SVG storey elevation (#315)
IfcConvert SVG does not generate <path d=""> for IfcSpace. #313
2017-12-19 12:10:19 +01:00
civilx64 1941dc2970 Corrected name of *nix build script. 2017-12-18 15:17:21 +01:00
civilx64 08007fe594 Corrected name of *nix build script. 2017-12-18 15:17:21 +01:00
Xsoiou d16761ab09 This closes #309 and it also fixes #310 2017-12-16 09:25:08 +01:00
Xsoiou 2f9d4d8c07 Changed from http to https on ICU download 2017-12-16 09:25:08 +01:00
Thomas Krijnen 2464cb3f68 optional building storey argument added to setSectionHeight() 2017-12-11 11:19:15 +01:00
Thomas Krijnen e30679a513 2d edges in svg serializer 2017-12-11 11:18:37 +01:00
tymokvo 529a0c41b5 fixed missing bracket 2017-12-06 12:20:22 +01:00
tymokvo 6a9fda6972 added some documentation/examples 2017-12-06 12:20:22 +01:00
Anders Granskogen Bjørnstad 4fd2190e1d 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 5b9a315823 Triangulate non-planar wires when invoked with --sew-shells 2017-11-27 16:27:36 +01:00
Thomas Krijnen 13551ed11b Eliminate warning 2017-11-27 16:24:29 +01:00
Thomas Krijnen c4c3ce68f5 Grep for command line arg name in ld stderr output 2017-11-25 19:15:25 +01:00
Thomas Krijnen cfd2b368f1 Approx other curve types in SVG, hollow circles 2017-11-25 13:08:34 +01:00
Anders Granskogen Bjørnstad ce970792ba 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 aec9d32ce7 test: Add {cylinders,ellipses}.ifc samples
A bare-bones IFC with four cylinders/ellipses. Used for SVG conversion
testing.
2017-11-25 13:06:03 +01:00
Anders Granskogen Bjørnstad 376c2de85c 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 d53d4a96c9 SvgSerializer: Add closed circle warning
Only refactoring, adding a warning.
2017-11-25 13:06:03 +01:00
Thomas Krijnen 91f8ba2c3e Don't rely on man for ld feature detection 2017-11-18 16:51:59 +01:00
Thomas Krijnen 41ef6958a7 Don't pass empty arguments to boost build 2017-11-18 16:50:38 +01:00
Thomas Krijnen 1e851ca5ad Fix typo 2017-11-13 13:01:59 +01:00
Thomas Krijnen 21c5400406 Fixes for boolean ops on recent OCCT versions 2017-11-13 12:41:37 +01:00
Anders Granskogen Bjørnstad 468555f24c 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 092f073647 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
Anders Granskogen Bjørnstad 2dbc3b43c6 SvgSerializer: Name storeys properly too
- Fix correct "storey-" prefix for stories
- Follow user settings on names/guids/notset
2017-11-11 10:02:41 +01:00