I am i need of automating the computation of the surface distance between multiple points on a 3d model of a cell. I believe that this repository is a step in the right direction for my project. I am in, therefore, need of this addon being available on python.
The addon would be like this:
b_obj = bcutmesh.select_obj(obj)
# Find distance between all points, return as list
b_obj.verteces(<list-like object containing all points>)
# Find distance between two specific points, return float
b_obj.vert(<list containing coords of point A>, <list containing coords of point B>)
Can you help me to get started? We can collaborate if you wouldl like!
I am i need of automating the computation of the surface distance between multiple points on a 3d model of a cell. I believe that this repository is a step in the right direction for my project. I am in, therefore, need of this addon being available on python.
The addon would be like this:
Can you help me to get started? We can collaborate if you wouldl like!