Interface GeomMeasureBase

    • Method Detail

      • getBoundaryVolume

        double getBoundaryVolume()
        Get area or length of boundary corresponding to the selected entities.
        Returns:
        Area or length.
      • getBoundingBox

        double[] getBoundingBox()
        Returns bounding box of selection.
        Returns:
        Bounding box coordinates, ([xmin, xmax, ymin, ymax, ...] depending on dimension).
      • getNEntities

        int[] getNEntities()
        Gets number of entities of each dimension.
        Returns:
        Vector with number of entities of each dimension.
      • getNFiniteVoids

        int getNFiniteVoids()
        Gets number of finite void regions.
        Returns:
        The number of finite void regions.
      • getVolume

        double getVolume()
        Gets volume, area, or length of the selected entities.
        Returns:
        Volume, area, or length.
      • getVtxCoord

        double[] getVtxCoord()
        Gets average coordinates for selected vertices.
        Returns:
        Average vertex coordinates.
      • getVtxDistance

        double[] getVtxDistance()
        Gets distance between two selected vertices.
        Returns:
        Vector of length sdim+1. The first component is the Euclidean distance. The remaining components are the distances in each coordinate direction.
      • selection

        AbstractSelection selection()
        Returns selection object for the measurement.
        Returns:
        Selection object.