The Twedit++ menu CC3D Python > Distances, Vectors, Transformations > Distance Vector Between Cells inserts the code:
vec = self.distance_between_cells(CELL1, CELL2)
which is the same code inserted by the menu CC3D Python > Distances, Vectors, Transformations > Distance Between Cells
I believe the code for the first case should be:
vec = self.distance_vector_between_cells(CELL1, CELL2)
The Twedit++ menu CC3D Python > Distances, Vectors, Transformations > Distance Vector Between Cells inserts the code:
vec = self.distance_between_cells(CELL1, CELL2)which is the same code inserted by the menu CC3D Python > Distances, Vectors, Transformations > Distance Between Cells
I believe the code for the first case should be:
vec = self.distance_vector_between_cells(CELL1, CELL2)