Skip to content

Twedit++ helper for "Distance Vector Between Cells" inserts wrong code #47

Description

@jpsluka

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions