PC-DMIS 2021.1 Object Library
GetSurfaceVectors Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
TheoMeas
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.
PCDLRN ActiveX DLL > FeatCmd Object : GetSurfaceVectors Method

Glossary Item Box

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

Copyright © 2020. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.