Interface GeomMeasureFinal

    • 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.
      • 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 distances between selected coordinates.
        Returns:
        Vertex distance vector.
      • selection

        MeshSelection selection()
        Returns the measurement's selection.
        Returns:
        Selection.