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, GO2_PART_HEIGHT_TYPE_AVERAGE = 4, GO2_PART_HEIGHT_TYPE_MEDIAN = 5 };
|
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 |
|
GO2_PART_HEIGHT_TYPE_AVERAGE = 4 |
Find the height for a part based on an average of all the points in the part. |
|
GO2_PART_HEIGHT_TYPE_MEDIAN = 5 |
Find the height for a part based on the median of all the points in the part. |
Go2PartTypes.h