PC-DMIS 2021.1 Object Library
GetBoundaryPoint Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
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.
PCDLRN ActiveX DLL > BasicScan Object : GetBoundaryPoint Method

Glossary Item Box

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

Copyright © 2020. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.