Represents the type of hit to use.
Visual Basic |
---|
Public Property HitType As BSCANHIT_ENUM |
Read/write of enumeration BSCANHIT_ENUM.
The allowable values are:
BSCANHIT_VECTOR
BSCANHIT_SURFACE
BSCANHIT_EDGE
BSCANHIT_BASIC
Not every hit type can be used with every method and filter combination. Consider this table.
Method | Edge Hit | Vector Hit | Surface Hit | Basic Hit |
---|---|---|---|---|
Linear |
- |
Y |
Y |
- |
Edge |
Y |
- |
- |
- |
Circle |
- |
Y |
- |
- |
Cylinder |
- |
Y |
- |
- |
Straight Line |
- |
Y |
- |
- |
Center |
- |
Y |
- |
- |