.. This file is auto-generated by generate_class_index.py - do not edit manually. .. _AllClasses: Project Tree Classes ==================== ResInsight provides access to a number of other objects in the Project Tree. These all inherit the :ref:`PdmObjectBaseLabel` class. You can look for objects of a specific type by using the **descendants** method of **rips.project** :: import rips # Connect to ResInsight instance resinsight = rips.Instance.find() # Example code print("ResInsight version: " + resinsight.version_string()) # Get a list of all Eclipse views in the project views = resinsight.project.descendants(rips.EclipseView) The classes are grouped by topic. Select a topic below to see its classes; each class links to its full API reference. Members shared by every class are documented once on :ref:`PdmObjectBaseLabel`. .. toctree:: :maxdepth: 1 api_categories/application_and_project api_categories/cases_and_case_collections api_categories/grids api_categories/summary_data api_categories/views_and_contour_maps api_categories/cell_results_and_color_legends api_categories/cell_filters_and_intersections api_categories/faults api_categories/annotations_and_polygons api_categories/wells_and_well_paths api_categories/well_events api_categories/well_logs api_categories/well_log_plots api_categories/perforations_and_fishbones api_categories/valves api_categories/fractures api_categories/well_bore_stability api_categories/surfaces api_categories/plots_and_curves api_categories/data_containers_and_statistics api_categories/base_classes