Interface View

    • Method Detail

      • geom

        GeomSequence geom()
        Gets the geometry sequence associated with the view. If the view is not associated with a geometry, null is returned.
        Returns:
        Geometry sequence or null.
      • getHiddenEntities

        int[][] getHiddenEntities()
        Returns an array of hidden entities in each dimension. The entity numbers refer to the entities of the finalized geometry.
        Returns:
        Hidden entities for each dimension.
      • getHiddenEntities

        int[][] getHiddenEntities​(java.lang.String mesh)
        Returns an array of hidden entities in each dimension. The entity numbers refer to the entities of specified mesh in its current state.
        Parameters:
        mesh - Tag of meshing sequence.
        Returns:
        Hidden entities for each dimension.
      • getSDim

        int getSDim()
        Gets space dimension of view.
        Returns:
        Space dimension.
      • isCurrent

        boolean isCurrent()
        Returns whether the view is the current view for the geometry which it belongs to. For views used only in postprocessing false is always returned.
        Returns:
        true if the view is the current view.