Sets vector components of individual objects.
Visual Basic |
---|
Public Function PutVector( _ ByVal VectorType As FVECTOR_TYPES, _ ByVal TheoMeas As FDATA_DATASET, _ ByVal I As Double, _ ByVal J As Double, _ ByVal K As Double _ ) As Boolean |
- VectorType
FVECTOR_TYPES enumeration.Value Description FVECTOR_ANGLE_VECTOR FVECTOR_CORNER_VECTOR2 FVECTOR_CORNER_VECTOR3 FVECTOR_MEASURE_VECTOR FVECTOR_ORG_HIT_VECTOR FVECTOR_PIN_VECTOR FVECTOR_PUNCH_VECTOR FVECTOR_REPORT_SURF_VECTOR FVECTOR_REPORT_VECTOR FVECTOR_SLOT_VECTOR FVECTOR_SURFACE_VECTOR FVECTOR_UPDATE_VECTOR FVECTOR_VECTOR - TheoMeas
Long value.Value Description FDATA_ALL FDATA_MEAS FDATA_TARG FDATA_THEO - I
- Double indicating the I component of the vector.
- J
- Double indicating the J component of the vector.
- K
- Double indicating the K component of the vector.
Boolean value indicating success or failure of the call.