Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ActiveTip Object : GenCalSphereHits Method
GenCalSphereHits Method
Description
Generate sphere hit points for calibration
Syntax
Visual Basic
Public Function GenCalSphereHits( _
   ByVal CENTER_POINT As PointData, _
   ByVal center_vector As PointData, _
   ByVal diameter As Double, _
   ByVal total_hits As Long, _
   ByVal num_rows As Long, _
   ByVal start_angle1 As Double, _
   ByVal end_angle1 As Double, _
   ByVal start_angle2 As Double, _
   ByVal end_angle2 As Double, _
   ByVal circle_vector As PointData _
) As Command
Parameters
CENTER_POINT
center_vector
diameter
total_hits
num_rows
start_angle1
end_angle1
start_angle2
end_angle2
circle_vector
See Also