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
double |
getZ() |
Returns the base z coordinate of the area.
|
double |
getZHeight() |
Returns the height of the area along Z-axis.
|
Modifier and Type | Method | Description |
---|
getHeight, getWidth, getX, getY
getZOffset
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
-
How can we improve this article?
-