Gocator API > Go2.Part > Values > Go2PartFeature3dType
Gocator 2x00 API
Go2PartFeature3dType
Description

Represents the type for a part feature.

C
enum Go2PartFeature3dType {
  GO2_PART_2D_CENTROID = 0,
  GO2_PART_3D_CENTROID = 1,
  GO2_PART_X_MIN = 2,
  GO2_PART_X_MAX = 3,
  GO2_PART_Y_MIN = 4,
  GO2_PART_Y_MAX = 5,
  GO2_PART_Z_MIN = 6,
  GO2_PART_Z_MAX = 7
};
Members
Members 
Description 
GO2_PART_2D_CENTROID = 0 
Find the height for a part at the centroid 
GO2_PART_3D_CENTROID = 1 
Find the height for a part at the centroid 
GO2_PART_X_MIN = 2 
Find the height for a part at the minimum X position 
GO2_PART_X_MAX = 3 
Find the height for a part at the maximum X position 
GO2_PART_Y_MIN = 4 
Find the height for a part at the minimum Y position 
GO2_PART_Y_MAX = 5 
Find the height for a part at the maximum Y position 
GO2_PART_Z_MIN = 6 
Find the height for a part at the minimum Z position 
GO2_PART_Z_MAX = 7 
Find the height for a part at the maximum Z position 
File

Go2PartTypes.h

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