Package com.anylogic.engine
- All Superinterfaces:
Area2D
,Locatable2D
,Locatable3D
- All Known Implementing Classes:
ShapeRectangle
,ShapeRoundedRectangle
public interface Area3D extends Area2D, Locatable3D
This interface represents some rectangular area.
- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Method | Description |
---|---|---|
double | getZ() |
Returns the base z coordinate of the area.
|
double | getZHeight() |
Returns the height of the area along Z-axis.
|
double getZ()
Returns the base z coordinate of the area.
- Specified by:
getZ
in interfaceLocatable3D
- Returns:
- the base z coordinate of the area
double getZHeight()
Returns the height of the area along Z-axis.
- Returns:
- the height of the area along Z-axis