PC-DMIS 2021.1 Object Library
AddBoundaryPoint Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
X
Double value representing the X value of the boundary point.
Y
Double value representing the Y value of the boundary point.
Z
Double value representing the Z value of the boundary point.
PCDLRN ActiveX DLL > OldBasic Object : AddBoundaryPoint Method

Glossary Item Box

Description

This function is used to add the initial point, end point, and other boundary points in the case of patch scans. It should be called for each boundary point to be added. It should not be called more than num_bnd_pnts times (as specified in the call to StartScan).

Syntax

Visual Basic
Public Sub AddBoundaryPoint( _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal Z As Double _
) 

Parameters

X
Double value representing the X value of the boundary point.
Y
Double value representing the Y value of the boundary point.
Z
Double value representing the Z value of the boundary point.

See Also

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