Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ActiveTip Object : SetShankVector Method
Required Long used to set the I component of the shank vector.
Required Long used to set the J component of the shank vector.
Required Long used to set the K component of the shank vector.
SetShankVector Method
Description
Sets the shank vector of the tip
Syntax
Visual Basic
Public Function SetShankVector( _
   ByVal I As Double, _
   ByVal J As Double, _
   ByVal K As Double _
) As Boolean
Parameters
I
Required Long used to set the I component of the shank vector.
J
Required Long used to set the J component of the shank vector.
K
Required Long used to set the K component of the shank vector.
Return Type
Boolean value representing whether the call successfully set the shank vector values.
See Also