Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FeatCmd Object : PutVector Method
FVECTOR_TYPES enumeration.
Long value.
Double indicating the I component of the vector.
Double indicating the J component of the vector.
Double indicating the K component of the vector.
PutVector Method
Description
Sets vector components of individual objects.
Syntax
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
Parameters
VectorType
ValueDescription
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 
FVECTOR_TYPES enumeration.
TheoMeas
ValueDescription
FDATA_ALL 
FDATA_MEAS 
FDATA_TARG 
FDATA_THEO 
Long value.
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.
Return Type
Boolean value indicating success or failure of the call.
See Also