AnyLogic
Expand
Font size
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

Method Summary

Modifier and TypeMethodDescription
doublegetZ()
Returns the base z coordinate of the area.
doublegetZHeight()
Returns the height of the area along Z-axis.

Methods inherited from interface com.anylogic.engine.Area2D

getHeight, getWidth, getX, getY

Methods inherited from interface com.anylogic.engine.Locatable3D

getZOffset

Method Details

getZ

double getZ()
Returns the base z coordinate of the area.
Specified by:
getZ in interface Locatable3D
Returns:
the base z coordinate of the area

getZHeight

double getZHeight()
Returns the height of the area along Z-axis.
Returns:
the height of the area along Z-axis