Represents the type for a part feature.
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 |
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 |
Go2PartTypes.h