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
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the value of the attribute: ax.
    double
    Gets the value of the attribute: ay.
    double
    Gets the value of the attribute: az.
    double
    Gets the value of the attribute: bx.
    double
    Gets the value of the attribute: by.
    double
    Gets the value of the attribute: bz.
  • Method Details

    • 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