You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checks if intersection_segment_plane returns the mesh vertex (u or v of the edge ).
if True appends the mesh vertex itself to intersections instead of calculating t. otherwise when mesh.split_edge is executed, it raises ValueError: t should be greater than 0.0. or ValueError: t should be smaller than 1.0.
0 commit comments