lorenz
lorenz
if the workbench is installed via pip (`pip install git+https://github.com/jpmlt/freecad-cadquery2-workbench`) the templates and iconds are missing. Adding a `MANIFEST.in` solves this issue no idea why I am not able to...
https://github.com/pandas-dev/pandas/blob/master/conda.recipe/meta.yaml
There is already a library called ocp: https://github.com/OpenCollaborationPlatform/OCP To avoid naming-conflicts it might be a good idea to rename this library to something different.
# Issue description FreeCAD relies on smesh. In earlier versions of smesh SALOME_USE_64BIT_IDS was not set and therefor 32bit ids were used. To solve this FreeCAD needs to know if...
just copying some snippets.
FreeCAD has a smesh version included. We have adopted the latest netgen. For conda everything is currently based on occt7.1.0. My personal view is that your approach to have smesh...
it would be nice to create faces from a planar sketch by an helical projection. The idea is to create a set of points from every geometry element in the...
It would be nice to use a wire (list of edges) instead of one bspline as the profile. This way exact geometry can be created where possible (eg cylindrical faces...
I am running into this issue: ``` ninja: build stopped: multiple rules generate $SRC_DIR/Binaries/mod/allocated_memory_use_ifs.mod. ``` using this commands to build mystran: ``` cmake -G "Ninja" -B build -S . \...