This enumeration describes the possible shapes of a pick point.
Public Enum PickPointKind InfiniteLine Ray LineSegment End Enum
public enum PickPointKind { InfiniteLine, Ray, LineSegment }
Members |
Description |
InfiniteLine |
Infinite line type pick point. |
Ray |
Ray type pick point. |
LineSegment |
Segmented line type pick point. |
Comments? |