schrodinger.project.surface_map_utils module¶
- schrodinger.project.surface_map_utils.get_included_maps(project: Project) list[ProjectSurface]¶
Get volume-based surfaces from all map-only entries included in the Workspace.
- Parameters:
project – The project to get surfaces from.
- Raises:
ValueError – If the project is None.
- Returns:
A list of
ProjectSurfaceobjects corresponding to the volume-based surfaces for map-only entries in the project.