HitGeomType Enumeration
What was being tested to generate this hit. This is not the element or GeometricPrimitive that generated the Hit, it is an indication of whether it is an edge or interior hit.
extensions
Members
Name | Value | Description |
---|---|---|
None | 0 | |
Point | 1 | |
Segment | 2 | |
Curve | 3 | |
Arc | 4 | |
Surface | 5 |
Defined in
- core/frontend/src/HitDetail.ts Line 63
Last Updated: 20 June, 2023