Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ActiveTip Object : GetShankVector Method
Required Long variable that receives the I component of the shank vector.
Required Long variable that receives the J component of the shank vector.
Required Long variable that receives the K component of the shank vector.
GetShankVector Method
Description
Gets the shank vector of the tip
Syntax
Visual Basic
Public Function GetShankVector( _
   ByRef I As Double, _
   ByRef J As Double, _
   ByRef K As Double _
) As Boolean
Parameters
I
Required Long variable that receives the I component of the shank vector.
J
Required Long variable that receives the J component of the shank vector.
K
Required Long variable that receives the K component of the shank vector.
Return Type
Boolean value representing whether the call successfully retrieved the values or not.
See Also