Summary

public bool GetIntersectionWithLine(ref LineD line, out MyIntersectionResultLineTriangleEx? tri, IntersectionFlags flags)

Get intersection of model with provided line

Returns

bool

True when line intersects models

Parameters