siLineIntersectionType

Introduced

v6.0

Description

Type of line to use when intersecting a line with a geometry

Constant Value Description
siSemiLineIntersection 0 Finds the intersection of a semi line with a geometry.
siLineIntersection 1 Finds the intersection of an infinite line with a geometry.
siSegmentIntersection 2 Finds the intersection of a line segment with a geometry.

Applies To

Geometry::GetRaycastIntersections