Interface SelectionFeature

    • Method Detail

      • model

        SelectionFeature model​(java.lang.String modelTag)
        Sets the model node of the named selection.
        Specified by:
        model in interface ModelEntity
        Parameters:
        modelTag - Model node tag.
        Returns:
        Named selection.
      • problem

        ProblemList problem()
        Gets the list of problem features.
        Returns:
        List of selection problem features.
      • problem

        ProblemFeature problem​(java.lang.String fTag)
        Returns the problem feature with tag fTag.
        Parameters:
        fTag - Problem feature tag.
        Returns:
        Geometry problem feature.
      • getReferenceArray

        @Deprecated
        java.util.List<?> getReferenceArray​(java.lang.String name)
        Deprecated.
        Shouldn't be used.
        Specified by:
        getReferenceArray in interface PropFeature