Results 267 comments of lorenz

@jbaehr if possible, please checkout the megagrants-branch if everything is working as expected. This branch includes the head and root-fillet parameters. Also i beg to work on the megagrants-branch if...

There will be a freecad 0.18.5 release which should target the addon manager issue. But not sure what the status of the 0.18.5 release is @sgrogan.

> As far as I can see the bevel gear now are lofted/extruded spur gears at an angle. No the profile is computed from a spherical involute placed on a...

- conda installs many static libraries. I guess all of them can be deleted. `rm lib/*.a` - I guess also header-files can be deleted `rm include` - create environment without...

thanks, https://github.com/conda-forge/pythonocc-core-feedstock/pull/14

I guess the error is due to swig 4.0. I remember having similar issues with pivy which were solved by this commit: https://github.com/FreeCAD/pivy/commit/262bd9513af6f11d2a1596e7d6cb556164ead24c

So the python interface should work the same way as the c-interface? If so are there examples how to use libredwg c-interface?

I guess it would be best to add some docstrings to the wrapped library. Currently not much information is given: ![Bildschirmfoto von 2019-10-04 10-20-02](https://user-images.githubusercontent.com/5084704/66192418-b3ef6300-e690-11e9-807b-85585c4cc817.png)

@rurban can you give me a short hint how to proceed: ```python import LibreDWG as dwg data = dwg.Dwg_Data() dwg.dxf_read_file("/home/lo/Schreibtisch/test.dxf", data) ``` How to extract the geometry information from data?

@tpaviot please ping again once the release is done.