Go to the source code of this file.
◆ AGSExtrusionMode
The options for handling extrusion values.
- Since
- 100
Enumerator |
---|
AGSExtrusionModeNone | No extrusion.
|
AGSExtrusionModeMinimum | A z-value is calculated by adding the extrusion height to the minimum z-value of the geo-element, and the geo-element is extruded to a flat top at that value.
|
AGSExtrusionModeMaximum | A z-value is calculated by adding the extrusion height to the maximum z-value of the geo-element, and the geo-element is extruded to a flat top at that value.
|
AGSExtrusionModeAbsoluteHeight | The geo-element is extruded to the specified z-value as a flat top, regardless of the z-values of the geo-element.
|
AGSExtrusionModeBaseHeight | A z-value is calculated for each vertex of the geo-element's base, and the geo-element is extruded to the various z-values. This is the only extrusion mode that doesn't have a flat top.
|