Skip to content

Thickness calculation #42

Description

@gattia

The is_hit function uses the obbTree IntersectWithLin:

code = obb_tree.IntersectWithLine(source, target, None, None)
.

The default version of this uses a tolrerance of 0.01 (https://vtk.org/doc/nightly/html/classvtkOBBTree.html#details).

If using meshes in mm then this isn't an issue. But, if using a mesh in m then cartilage thickness is 0.001 to 0.004m. is less thant he tolerance, and the intersections may not be found.

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