com.xj.anylogic.engine
Interface Area3D

All Superinterfaces:
Area2D, Locatable2D, Locatable3D
All Known Implementing Classes:
Shape3DRectangle

public interface Area3D
extends Area2D, Locatable3D

This interface represents some rectangular area.

Author:
XJ Technologies Company Ltd. www.anylogic.com

Method Summary
 double getZ()
          Returns the base z coordinate of the area.
 double getZHeight()
          Returns the height of the area along Z-axis.
 
Methods inherited from interface com.xj.anylogic.engine.Area2D
getHeight, getWidth, getX, getY
 
Methods inherited from interface com.xj.anylogic.engine.Locatable3D
getZOffset
 

Method Detail

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


Copyright © 1991-2008 XJ Technlogies. All Rights Reserved.