Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > BasicScan Object : SetBoundaryPoint Method
Required Long which indicates which boundary point to set.
Required Long that indicates the X value of the boundary point.
Required Long that indicates the Y value of the boundary point.
Required Long that indicates the Z value of the boundary point.
SetBoundaryPoint Method
Description
Sets a boundary point.
Syntax
Visual Basic
Public Function SetBoundaryPoint( _
   ByVal index As Long, _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal Z As Double _
) As Boolean
Parameters
index
Required Long which indicates which boundary point to set.
X
Required Long that indicates the X value of the boundary point.
Y
Required Long that indicates the Y value of the boundary point.
Z
Required Long that indicates the Z value of the boundary point.
Remarks

This function works with patch scans. Use the BoundaryPointCount property to set the number of boundary points.

See Also