Represents a part height type.
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 |
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 |
Go2PartMeasurements.h