Skip to content

Contour of intersection between two meshes #2871

Answered by Grantim
crnh asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!

// find intersections
intersections = findCollidingEdgeTrisPrecise( meshA, meshB, converters.toInt, params.rigidB2A );
// order intersections
contours = orderIntersectionContours( meshA.topology, meshB.topology, intersections );

We have functions to find intersections contours of two meshes in c++, but unfortunately they are not bound to python modules yet.
We will try to expose it till next release of meshlib, hopefully in the beginning of July.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@crnh
Comment options

@Grantim
Comment options

Answer selected by crnh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants