IntersectionStatusEnum Enumeration
The status of a line or shape intersection.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public enum IntersectionStatusEnum
Public Enumeration IntersectionStatusEnum
No code example is currently available or this language may not be supported.
None | 0 |
No intersection found or undefined.
|
OK | 1 |
Intersection was successful.
|
ShapeInvalid | 2 |
The provided shape was invalid.
|
RayParallelInsidePlane | 3 |
The ray is in the plane.
|
RayParallelDisconnected | 4 |
The ray is disjointed from the plane.
|
RayPointsAway | 5 |
The ray points away from the plane.
|
RayOutsideFaceOnS | 6 |
The ray is outside the face sides.
|
RayOutsideFaceOnT | 7 |
The ray is outside the face top.
|