Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2022.2 Object Library
PCDLRN ActiveX DLL > FeatCmd Object : PutSurfaceVectors Method
Long value.
Double representing the I component of the first vector.
Double representing the J component of the first vector.
Double representing the K component of the first vector.
Double representing the I component of the second vector.
Double representing the J component of the second vector.
Double representing the K component of the second vector.
PutSurfaceVectors Method
Description
Sets the surface vectors for an angle hit object.
Syntax
Visual Basic
Public Function PutSurfaceVectors( _
   ByVal TheoMeas As FDATA_DATASET, _
   ByVal I1 As Double, _
   ByVal J1 As Double, _
   ByVal K1 As Double, _
   ByVal I2 As Double, _
   ByVal J2 As Double, _
   ByVal K2 As Double _
) As Boolean
Parameters
TheoMeas
ValueDescription
FDATA_ALL 
FDATA_MEAS 
FDATA_TARG 
FDATA_THEO 
Long value.
I1
Double representing the I component of the first vector.
J1
Double representing the J component of the first vector.
K1
Double representing the K component of the first vector.
I2
Double representing the I component of the second vector.
J2
Double representing the J component of the second vector.
K2
Double representing the K component of the second vector.
Return Type
Boolean value indicating success or failure of the call.
See Also