siLineIntersectionType
 
 
 

siLineIntersectionType

Introduced

v6.0

Description

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

C# Syntax

siLineIntersectionType.siSemiLineIntersection                               // 0
siLineIntersectionType.siLineIntersection                                   // 1
siLineIntersectionType.siSegmentIntersection                                // 2
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