Interface GeomMeshFeature

    • Method Detail

      • errors

        java.lang.String[] errors()
        Return error information.
        Returns:
        Array with error tags.
      • hasError

        boolean hasError()
        Checks if feature has error.
        Returns:
        true if feature has error.
      • hasProblem

        boolean hasProblem()
        Checks if feature has problem.
        Returns:
        true if feature has problem.
      • hasWarning

        boolean hasWarning()
        Checks if feature has warning.
        Returns:
        true if feature has warning.
      • importData

        void importData()
        Update the output geometry objects of this feature or the mesh to account for the following external changes:
        1. Import geometry data from a file, a LiveLink, or another sequence.
        2. Update geometry after changes in functions.
        3. Update a deformed configuration from a solution dataset.
        4. Import a mesh from a file or another sequence.
      • isBuilt

        boolean isBuilt()
        Checks if the feature has been built (possibly with a warning).
        Returns:
        true if built.
      • message

        java.lang.String message()
        Returns message.
        Returns:
        Message.
      • problems

        java.lang.String[] problems()
        Return error and warning information.
        Returns:
        Array with problem tags.
      • status

        java.lang.String status()
        Returns feature status as string.
        Returns:
        Feature status.
      • warnings

        java.lang.String[] warnings()
        Return warning information.
        Returns:
        Array with warning tags.