trelau / SMESH

Mesh module from the Salome Platform
GNU Lesser General Public License v2.1
50 stars 31 forks source link

SMESH Dependencies #56

Closed weiweiisok closed 2 years ago

weiweiisok commented 2 years ago

Hi, trelau, I have some urgent problems with smesh:

  1. Whether your SMESH must have a dependenciy with pyocct?
  2. And I have a project via tpaviot's pythonocc, but this package has not a SMESH module yet, so is it possible I use Pythonocc with your SMESH here?
  3. I have install smesh via 'conda install -c conda-forge smesh', but I still can't import smesh module, and I also find that the file library of smesh only have two files named 'info' and 'Library', It's not a python file? Forgive my ignorance please, I would be very grateful if you can provide any help.
trelau commented 2 years ago

@weiweiisok this project is the c++ library. Maybe try pySMESH (via conda). pyOCCT and pySMESH won't work with pythonocc since pyOCCT/pySMESH uses pybind11 to generate python bindings and pythonocc uses SWIG.