siLineIntersectionType

導入

v6.0

詳細

ラインがジオメトリと交差するときに使用するラインのタイプです。

C#構文

siLineIntersectionType.siSemiLineIntersection                               // 0

siLineIntersectionType.siLineIntersection                                   // 1

siLineIntersectionType.siSegmentIntersection                                // 2

コンスタント 詳細
siSemiLineIntersection 0 セミラインとジオメトリの交差を検索します。
siLineIntersection 1 無限ラインとジオメトリの交差を検索します。
siSegmentIntersection 2 ラインセグメントとジオメトリの交差を検索します。

適用対象

Geometry::GetRaycastIntersections