wt.epm.ndi
Interface EPMNDBoxExtents


public interface EPMNDBoxExtents

The EPMNDBoxExtents represent a box around the CAD model associated to the EPMNDDocument . It is assumed that the sides of the box are parallel to the standard coordinate system and the box is centered at the local origin of the model. The box will be stored by specifying two opposite corners. The minimum coordinates will be stored as point A and the maximum as point B.

Supported API: true

Extendable: false


Method Summary
 double getAx()
          Gets the value of the attribute: ax.
 double getAy()
          Gets the value of the attribute: ay.
 double getAz()
          Gets the value of the attribute: az.
 double getBx()
          Gets the value of the attribute: bx.
 double getBy()
          Gets the value of the attribute: by.
 double getBz()
          Gets the value of the attribute: bz.
 

Method Detail

getAx

double getAx()
             throws WTException
Gets the value of the attribute: ax.

Supported API: true

Returns:
double
Throws:
WTException

getAy

double getAy()
             throws WTException
Gets the value of the attribute: ay.

Supported API: true

Returns:
double
Throws:
WTException

getAz

double getAz()
             throws WTException
Gets the value of the attribute: az.

Supported API: true

Returns:
double
Throws:
WTException

getBx

double getBx()
             throws WTException
Gets the value of the attribute: bx.

Supported API: true

Returns:
double
Throws:
WTException

getBy

double getBy()
             throws WTException
Gets the value of the attribute: by.

Supported API: true

Returns:
double
Throws:
WTException

getBz

double getBz()
             throws WTException
Gets the value of the attribute: bz.

Supported API: true

Returns:
double
Throws:
WTException