Gocator API > Go2.Profile > Values > Go2GapAxis
Gocator 2x00 API
Go2GapAxis
Description

Repesents a profile gap measurement axis

C
enum Go2GapAxis {
  GO2_GAP_AXIS_EDGE = 0,
  GO2_GAP_AXIS_SURFACE = 1,
  GO2_GAP_AXIS_DISTANCE = 2
};
Members
Members 
Description 
GO2_GAP_AXIS_EDGE = 0 
Measure the gap along the edge normal 
GO2_GAP_AXIS_SURFACE = 1 
Measure the gap along the surface line 
GO2_GAP_AXIS_DISTANCE = 2 
Measure the shortest distance between the two edges 
File

Go2ProfileTypes.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.