Interface LocalSelection

    • Method Detail

      • embedded

        boolean embedded()
        Returns true if the selection selects embedded entities. Returns false if the selection selects geometric entities.
        Returns:
        True or false.
      • embedded

        LocalSelection embedded​(boolean useEmbedded)
        Set to true to support selecting embedded entities and false to only select geometric entities.
        Parameters:
        useEmbedded - True to select embedded entities.
        Returns:
        This selection.
      • embeddedSelection

        EmbeddedSelection embeddedSelection()
        Returns the embedded selection or null if this is a selection without any support for embedded selections.
        Returns:
        An embedded selection or null.
      • named

        java.lang.String named()
        Returns named selection referred to. An empty string means that the selection is manual, that is, it does not refer to a named selection.
        Returns:
        Tag of named selection.
      • named

        LocalSelection named​(java.lang.String selTag)
        Let the selection refer to a named selection. If selTag is empty, it means that the selection becomes manual, that is, it does no longer refer to a named selection.
        Parameters:
        selTag - Tag of named selection.
        Returns:
        Local selection.