Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Scan Object : SetMethodPointData Method
Required PointData object that sets the MethodStart property.
Required PointData object that sets the MethodEnd property.
Required PointData object that sets the MethodInitTouch property.
Required PointData object that sets the MethodEndTouch property.
Required PointData object that sets the MethodInitDir property.
SetMethodPointData Method
Description
This method is provided as a shortcut to setting these commonly used properties all at once.
Syntax
Visual Basic
Public Function SetMethodPointData( _
   ByVal MethodStart As PointData, _
   ByVal MethodEnd As PointData, _
   ByVal MethodInitTouch As PointData, _
   ByVal MethodEndTouch As PointData, _
   ByVal MethodInitDir As PointData, _
   ByVal MethodInitTopSurf As PointData, _
   ByVal MethodCutPlane As PointData _
) As Boolean
Parameters
MethodStart
Required PointData object that sets the MethodStart property.
MethodEnd
Required PointData object that sets the MethodEnd property.
MethodInitTouch
Required PointData object that sets the MethodInitTouch property.
MethodEndTouch
Required PointData object that sets the MethodEndTouch property.
MethodInitDir
Required PointData object that sets the MethodInitDir property.
MethodInitTopSurf
MethodCutPlane
See Also