Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > BasicScan Object : HitType Property
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