HitType Property
Description
Represents the type of hit to use.
Property type
Read-write property
Syntax
| Visual Basic |
|---|
Public Property HitType As BSCANHIT_ENUM |
Return Type
Read/write of enumeration BSCANHIT_ENUM.
Remarks
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 |
- |
- |
See Also