Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FeatCmd Object : GetSurfaceVectors Method
Long value.
Variable of type double that will hold the I component of the first vector.
Variable of type double that will hold the J component of the first vector.
Variable of type double that will hold the K component of the first vector.
Variable of type double that will hold the I component of the second vector.
Variable of type double that will hold the J component of the second vector.
Variable of type double that will hold the K component of the second vector.
GetSurfaceVectors Method
Description
This method gets the surface vectors of an angle hit function.
Syntax
Visual Basic
Public Function GetSurfaceVectors( _
   ByVal TheoMeas As FDATA_DATASET, _
   ByRef I1 As Double, _
   ByRef J1 As Double, _
   ByRef K1 As Double, _
   ByRef I2 As Double, _
   ByRef J2 As Double, _
   ByRef K2 As Double _
) As Boolean
Parameters
TheoMeas
ValueDescription
FDATA_ALL 
FDATA_MEAS 
FDATA_TARG 
FDATA_THEO 
Long value.
I1
Variable of type double that will hold the I component of the first vector.
J1
Variable of type double that will hold the J component of the first vector.
K1
Variable of type double that will hold the K component of the first vector.
I2
Variable of type double that will hold the I component of the second vector.
J2
Variable of type double that will hold the J component of the second vector.
K2
Variable of type double that will hold the K component of the second vector.
Return Type
Boolean value indicating success or failure of the call.
See Also