Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > BasicScan Object : GetBoundaryPoint Method
Required Long which indicates which boundary point to get.
Required Long variable that will hold the X value of the boundary point.
Required Long variable that will hold the Y value of the boundary point.
Required Long variable that will hold the Z value of the boundary point.
GetBoundaryPoint Method
Description
Returns the boundary point specified by the index
Syntax
Visual Basic
Public Function GetBoundaryPoint( _
   ByVal index As Long, _
   ByRef X As Double, _
   ByRef Y As Double, _
   ByRef Z As Double _
) As Boolean
Parameters
index
Required Long which indicates which boundary point to get.
X
Required Long variable that will hold the X value of the boundary point.
Y
Required Long variable that will hold the Y value of the boundary point.
Z
Required Long variable that will hold the Z value of the boundary point.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
Remarks

This function works with patch scans. Use the BoundaryPointCount property to determine how many boundary points are available.

See Also