Extension: omni.kit.viewport.utility-1.0.17

Documentation Generated: Sep 11, 2024

Overview

The omni.kit.viewport.utility module provides a collection of utilities for interacting with and manipulating Viewport instances in NVIDIA Omniverse Kit applications. It allows users to access information about the active viewport, frame specific primitives, capture viewport images, and more.

Important API List

General Use Case

The utilities provided by the module are geared towards enhancing the viewport experience within Omniverse Kit applications. It can be used for framing objects within the viewport, capturing images of the viewport for both file output and use within the application, toggling visibility settings, and adding interactivity through drag-and-drop helpers. It also provides functionality for posting notifications to the viewport and disabling certain interactive elements like selection and context menus for specific use cases.For examples of how to use the APIs, please consult the Python usage pages.

User Guide