Gocator 2000 API
Go2PartHeightType
Description

Represents a part height type.

C
enum Go2PartHeightType {
  GO2_PART_HEIGHT_TYPE_MINIMUM = 0,
  GO2_PART_HEIGHT_TYPE_MAXIMUM = 1,
  GO2_PART_HEIGHT_TYPE_CENTROID_2D = 2,
  GO2_PART_HEIGHT_TYPE_CENTROID_3D = 3
};
Members
Members 
Description 
GO2_PART_HEIGHT_TYPE_MINIMUM = 0 
Find the minimum height for a part 
GO2_PART_HEIGHT_TYPE_MAXIMUM = 1 
Find the maximum height for a part 
GO2_PART_HEIGHT_TYPE_CENTROID_2D = 2 
Find the height for a part at the centroid 
GO2_PART_HEIGHT_TYPE_CENTROID_3D = 3 
Find the height for a part at the centroid 
File

Go2PartMeasurements.h

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