Sets Auto Vector Components (used inside StartFeature Block)
Visual Basic |
---|
Public Sub SetAutoVector( _ ByVal index As AUTOVECTORTYPES, _ ByVal I As Double, _ ByVal J As Double, _ ByVal K As Double _ ) |
- index
Which vector to set.Value Description PCD_ANGLE_VECTOR PCD_EDGE_REPORT_VECTOR PCD_MEASURE_VECTOR PCD_PIN_VECTOR PCD_PUNCH_VECTOR PCD_REPORT_VECTOR PCD_SURF_REPORT_VECTOR PCD_UPDATE_VECTOR PCD_VECTOR1 PCD_VECTOR2 PCD_VECTOR3 - I
- Double I value for the vector.
- J
- Double J value for the vector.
- K
- Double K value for the vector.
This function is used for auto features only.