PC-DMIS 2021.1 Object Library
RMeasMode Property
See Also  Send Topic Feedback | See Object Hierarchy Chart
PCDLRN ActiveX DLL > ModalCmd Object : RMeasMode Property

Glossary Item Box

Description

Represents the current relative measure (or RMEAS) mode.

Syntax

Visual Basic
Public Property RMeasMode As ENUM_RMEAS_MODE

Return Type

Read/write ENUM_RMEAS_MODE enumeration.

Remarks

These can be 0 for RMEAS_LEGACY (previously RMEAS_NORMAL) or 1 for RMEAS_DEFAULT (previously RMEAS_ABSOLUTE). The default value is RMEAS_DEFAULT.

Note that while RMEAS_NORMAL and RMEAS_ABSOLUTE remain for compatibility with previous versions of PC-DMIS, for new scripts, you should use RMEAS_LEGACY and RMEAS_DEFAULT instead.

  • RMEAS_DEFAULT - uses the RMEAS feature’s measured position and vector, applying any positional offsets along that vector.
  • RMEAS_LEGACY - uses the deviation of the RMEAS feature’s position and orientation.

The differences between Legacy and Default are discussed in more detail in the main PC-DMIS help file. See the "Setting Up Relative Measure (RMEAS)" topic in the "Creating Auto Features" section.

See Also

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