PC-DMIS 2021.1 Object Library
GetPoint Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
PointType
FPOINT_TYPES enumeration.
TheoMeas
Enumerated Long value.
X
Variable of type double that will hold the X data for the point.
Y
Variable of type double that will hold the Y data for the point.
Z
Variable of type double that will hold the Z data for the point.
PCDLRN ActiveX DLL > FeatCmd Object : GetPoint Method

Glossary Item Box

Description

This method retrieves point information for individual objects.

Syntax

Visual Basic
Public Function GetPoint( _
   ByVal PointType As FPOINT_TYPES, _
   ByVal TheoMeas As FDATA_DATASET, _
   ByRef X As Double, _
   ByRef Y As Double, _
   ByRef Z As Double _
) As Boolean

Parameters

PointType
ValueDescription
FPOINT_BALLCENTER 
FPOINT_CENTROID 
FPOINT_ENDPOINT 
FPOINT_MIDPOINT 
FPOINT_SNAP_CENTROID 
FPOINT_STARTPOINT 
FPOINT_TYPES enumeration.
TheoMeas
ValueDescription
FDATA_ALL 
FDATA_MEAS 
FDATA_TARG 
FDATA_THEO 
Enumerated Long value.
X
Variable of type double that will hold the X data for the point.
Y
Variable of type double that will hold the Y data for the point.
Z
Variable of type double that will hold the Z data for the point.

Return Type

Boolean value indicating success or failure of the call.

See Also

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