Interface InternalViews


  • public interface InternalViews
    Holds references to internal Solibri-defined views. For those views that do not have getters, the static references can be used for layout defining purposes. For other uses the getters should be used as they provide the full access to the view, querying the views state and possibly also modifying the state.
    Since:
    9.10.8
    • Field Detail

      • MODEL_TREE_VIEW

        static final View MODEL_TREE_VIEW
        The model tree view.
        Since:
        9.10.8
      • THREED_VIEW

        static final View THREED_VIEW
        The 3D view.
        Since:
        9.10.8
      • INFO_VIEW

        static final View INFO_VIEW
        The component info view.
        Since:
        9.10.8
      • SELECTION_VIEW

        static final View SELECTION_VIEW
        The selection basket view.
        Since:
        9.10.8
      • RESULT_SUMMARY_VIEW

        static final View RESULT_SUMMARY_VIEW
        The checking result summary view.
        Since:
        9.10.8
      • RULESETS_VIEW

        static final View RULESETS_VIEW
        The checking ruleset definition view.
        Since:
        9.10.8
      • CHECKING_RESULTS_VIEW

        static final View CHECKING_RESULTS_VIEW
        The checking results view.
        Since:
        9.10.8
      • FILTERING_VIEW

        static final View FILTERING_VIEW
        The filtering view.
        Since:
        9.10.8
      • CLASSIFICATION_VIEW

        static final View CLASSIFICATION_VIEW
        The classification view.
        Since:
        9.10.8
      • PRESENTATION_VIEW

        static final View PRESENTATION_VIEW
        The presentation view.
        Since:
        9.10.8
      • ISSUES_VIEW

        static final View ISSUES_VIEW
        The issues view.
        Since:
        9.10.8
      • ISSUE_DETAILS_VIEW

        static final View ISSUE_DETAILS_VIEW
        The issue details view.
        Since:
        9.10.8
      • ISSUE_SORTER_VIEW

        static final View ISSUE_SORTER_VIEW
        The issue sorter view.
        Since:
        9.10.8
      • INFORMATION_TAKEOFF_VIEW

        static final View INFORMATION_TAKEOFF_VIEW
        The information takeoff view.
        Since:
        9.10.8
      • CHECKED_COMPONENTS_VIEW

        static final View CHECKED_COMPONENTS_VIEW
        The checked components view.
        Since:
        9.10.8
      • COMPARTMENTATION_VIEW

        static final View COMPARTMENTATION_VIEW
        The compartmentation view.
        Since:
        9.10.8
      • USER_DEFINED_RELATIONS_VIEW

        static final View USER_DEFINED_RELATIONS_VIEW
        The user-defined relations view.
        Since:
        9.10.8
      • HYPERLINK_VIEW

        static final View HYPERLINK_VIEW
        The hyperlink view.
        Since:
        9.10.8
    • Method Detail

      • getCheckingView

        CheckingView getCheckingView()
        Returns the internal Solibri checking view.
        Returns:
        the checking view
        Since:
        9.12.0
      • getCheckingResultsView

        CheckingResultsView getCheckingResultsView()
        Returns the internal Solibri checking results view.
        Returns:
        the checking view
        Since:
        9.12.0
      • getIssuesView

        IssuesView getIssuesView()
        Returns the internal Solibri issues view.
        Returns:
        the issues view
        Since:
        9.12.0