IntersectionStatusEnum Enumeration

The status of a line or shape intersection.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public enum IntersectionStatusEnum

Members

None0 No intersection found or undefined.
OK1 Intersection was successful.
ShapeInvalid2 The provided shape was invalid.
RayParallelInsidePlane3 The ray is in the plane.
RayParallelDisconnected4 The ray is disjointed from the plane.
RayPointsAway5 The ray points away from the plane.
RayOutsideFaceOnS6 The ray is outside the face sides.
RayOutsideFaceOnT7 The ray is outside the face top.

See Also