Interface HideGeom

    • Method Detail

      • addMeshControl

        HideGeom addMeshControl​(int... entities)
        Add the given geometric mesh control entities to the hide selection.
        Parameters:
        entities - Geometric entities.
        Returns:
        HideGeom.
      • meshControlEntities

        int[] meshControlEntities​(int dim)
        Return the geometric mesh control entities on the given dimension.
        Parameters:
        dim - Dimension to analyze.
        Returns:
        Vector of geometric mesh control entities.
      • meshControlEntities

        int[] meshControlEntities​(java.lang.String mesh,
                                  int dim)
        Return the geometric mesh control entities on the given dimension with respect to the build state of the given mesh.
        Parameters:
        mesh - Mesh to consider.
        dim - Dimension to analyze.
        Returns:
        Vector of geometric mesh control entities.
      • removeMeshControl

        HideGeom removeMeshControl​(int... entities)
        Remove the given geometric mesh control entities from the hide selection.
        Parameters:
        entities - Geometric entities.
        Returns:
        HideGeom.
      • setMeshControl

        HideGeom setMeshControl​(int... entities)
        Set the hide selection to use the given geometric mesh control entities.
        Parameters:
        entities - Geometric entities.
        Returns:
        HideGeom.