Package 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
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetAx()Gets the value of the attribute: ax.doublegetAy()Gets the value of the attribute: ay.doublegetAz()Gets the value of the attribute: az.doublegetBx()Gets the value of the attribute: bx.doublegetBy()Gets the value of the attribute: by.doublegetBz()Gets the value of the attribute: bz.
-
Method Details
-
getAx
Gets the value of the attribute: ax.
Supported API: true- Returns:
- double
- Throws:
WTException
-
getAy
Gets the value of the attribute: ay.
Supported API: true- Returns:
- double
- Throws:
WTException
-
getAz
Gets the value of the attribute: az.
Supported API: true- Returns:
- double
- Throws:
WTException
-
getBx
Gets the value of the attribute: bx.
Supported API: true- Returns:
- double
- Throws:
WTException
-
getBy
Gets the value of the attribute: by.
Supported API: true- Returns:
- double
- Throws:
WTException
-
getBz
Gets the value of the attribute: bz.
Supported API: true- Returns:
- double
- Throws:
WTException
-