get_view(view_name: Literal["Isometric", "Front", "Top", "Right", "Back", "Left", "Bottom", "Dimetric", "Trimetric"], width: int | None = None, height: int | None = None, focus_object: str | None = None, display_mode: Literal["Shaded", "Wireframe", "Flat Lines", "Hidden line", "Points", "As is"] | None = None, hide: list[str] | None = None, show_only: list[str] | None = None, highlight: list[str] | None = None, highlight_color: list[float] | None = None, camera_mode: Literal["Perspective", "Orthographic"] | None = None) -> list[ImageContent | TextContent]