DK11 for Java | tatukgis.jdk.TGIS_3DBasementType | Enums
Shape on DEM basement enforcement (for 3D mode only).
// Java public enum TGIS_3DBasementType { Off, Lowest }
// Oxygene type TGIS_3DBasementType = public ( Off, Lowest };
Name | Value | Description | |
---|---|---|---|
Off | 3D objects basement will take Z value from DEM. | ||
Lowest | 3D objects basement level will have Z equal to the lowest value of object basement. | ||