> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/ui-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/ui-plus/components/display/rhino-viewer.md).

# Rhino Viewer

## Description

Display a Rhino viewport

{% hint style="warning" %}
Only user saved **Named Views** can be specified. Default Views such as Top, Right, Front, etc. will default to Perspective.
{% endhint %}

{% tabs %}
{% tab title="Preview" %}
![](/files/esci80MgII59pxx0QeyO)
{% endtab %}

{% tab title="Location" %}
**Name** | Ui Rhino Viewer

**Nickname** | Rhino Viewer

**Tab** | Ui

**Panel** | Display

**Division** | 3
{% endtab %}

{% tab title="Inputs" %}
**\*E** | **Element** (*Ui+ Element*) | An optional input for an Element.&#x20;

> If an Element is input it will be updated, if empty a new Element will be created.
>
> The input control must be of the same type as the component

**N** | **Named View** (*Text*) | The name of a user created Rhino Named View

**D** | **Display Mode** (*Integer*) | The viewport display mode

**P** | **Projection** (*Integer*) | The camera projection type
{% endtab %}

{% tab title="Ouputs" %}
**E** | **Element** (*Ui+ Element*) | Ui Element Control.&#x20;
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage

![](/files/hA3ECaDLpN6bUFZhBBz5)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://interopxyz.gitbook.io/ui-plus/components/display/rhino-viewer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
