Robbie van Leeuwen
Robbie van Leeuwen
Hi Marco, Thanks for the suggestion, I must admit this is the first time I've heard of Numba! Do you have any experience in using it? At the moment (from...
Also add Tri3 elements and compare results!
Hi @arjundharma, this isn't really the scope of *sectionproperties*. We use the library [triangle](https://github.com/drufat/triangle) to generate a mesh (this is what produces the dictionary) and *sectionproperties* steps in and uses...
Hi @mfeif thanks for raising this. Are you able to provide the ``.dxf`` file so I can reproduce? You may need to rename the file extension to something else e.g....
Hi @mfeif, I see that your geometry is not connected. *sectionproperties* isn't really designed around unconnected geometries as the warping analysis is invalid, see warning [here](https://sectionproperties.readthedocs.io/en/latest/rst/analysis.html#warping-analysis). However you can still...
Great, thanks for investigating this one @mfeif! @aegis1980 wondering if this is something that could be supported in cad-to-shapely?
@normanrichardson with you on the ``classmethod`` aspect and agree that ``Geometry.from_dxf()`` should return a ``Geometry`` object with a single region, while ``CompoundGeometry.from_dxf()`` should return a ``CompoundGeometry`` object with multiple regions...
I agree this seems like the best approach. Do you see the best way forward as this? - An option in ``cad-to-shapely`` to avoid hole detection, e.g. an optional parameter...
Love your work @aegis1980!
Hi @TLCFEM, happy for you to put together a PR for review :rocket: