PC-DMIS 2021.1 Object Library
PutPoint Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
PointType
FPOINT_TYPES enumeration.
TheoMeas
Long value.
X
Double representing X value of the point.
Y
Double representing Y value of the point.
Z
Double representing Z value of the point.
PCDLRN ActiveX DLL > FeatCmd Object : PutPoint Method

Glossary Item Box

Description

Sets point information for individual objects.

Syntax

Visual Basic
Public Function PutPoint( _
   ByVal PointType As FPOINT_TYPES, _
   ByVal TheoMeas As FDATA_DATASET, _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal 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 
Long value.
X
Double representing X value of the point.
Y
Double representing Y value of the point.
Z
Double representing Z value of 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.