This week, I was testing more in-built examples from seams-core by calling it from python. Unfortunately, I ran into a bug while writing the pybind
for bulkTopologicalCriterion
example. I raised an issue about it.
Check-in Questions
What did you do this week?
- Wrote working pybinds for topo2d , BPring and bulkTopologicalCriterion in-built examples.
- Raised an issue for a bug in
bulkTopologicalCriterion
example.
What is coming up next?
- Better documentation of
pyseams
- Visualising workflows.
- Look into replacing the
lua
interpreter in the C++ CLI withpybind11
.
Did you get stuck anywhere?
No, I wasn't stuck anywhere.