Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : SetAutoVector Method
Which vector to set.
Double I value for the vector.
Double J value for the vector.
Double K value for the vector.
SetAutoVector Method
Description
Sets Auto Vector Components (used inside StartFeature Block)
Syntax
Visual Basic
Public Sub SetAutoVector( _
   ByVal index As AUTOVECTORTYPES, _
   ByVal I As Double, _
   ByVal J As Double, _
   ByVal K As Double _
) 
Parameters
index
ValueDescription
PCD_ANGLE_VECTOR 
PCD_EDGE_REPORT_VECTOR 
PCD_MEASURE_VECTOR 
PCD_PIN_VECTOR 
PCD_PUNCH_VECTOR 
PCD_REPORT_VECTOR 
PCD_SURF_REPORT_VECTOR 
PCD_UPDATE_VECTOR 
PCD_VECTOR1 
PCD_VECTOR2 
PCD_VECTOR3 
Which vector to set.
I
Double I value for the vector.
J
Double J value for the vector.
K
Double K value for the vector.
Remarks
This function is used for auto features only.
See Also