Measure Tool¶
Overview¶
The measure tool is available in Omniverse USD Composer as a beta feature. It can be used to query for distances between objects with a variety of options. In the latest version, it is also possible to determine staggered distances, angles and areas.
Enabling the Extension¶
In any supported Kit based App, the measure tool can be enabled via the Extension Manager Simply search for “Measure” and install the extension. Once the extension is installed, The measurement can be activated by clicking the slider.

Measure can be called in Omniverse USD Composer under Tools > Measure. An additional tab will then appear next to Render Settings.

Using Measure¶
Measure is built up of measurement sub-tools. The main interface panel controls options for each sub-tool.

Note
The Placement area is only visible when one of the sub-tool collectors is selected.
Color |
Option |
Result |
---|---|---|
Red |
The Sub-tool Selector |
This holds the following sub-tools: Measure Selected, Point-to-point, Multi-point, Angle, and Area
|
Green |
Sub-tool Placement Options |
This panel holds options to aid in making measurements within the viewport. Some fields are tool-specific. See Placement Parameters for more information.
|
Yellow |
Measurement Display Options |
This panel holds options for the measurement during and after the measurement is created. See Display Parameters for more information.
|
Placement Parameters¶
The Placement panel is the single source of control for placing points in the viewport to create a measurement.

Option |
Result |
---|---|
Snap To |
Provides the option to select from custom snapping for Perpendicular (Point-to-point sub-tool only)
|
Snap: Pivot |
Snaps the point to the first raycast-hit object pivot.
|
Snap: Center |
Snaps to the center bound point of the first raycast-hit object. May inherit parent xform center if no transform exists.
|
Snap: Vertex |
Snaps the point to the first raycast-hit surface vertex.
|
Snap: Mid Point |
Snaps the point to the first raycast-hit edge midpoint.
|
Snap: Edge |
Snape the point to the first raycast-hit edge.
|
Options: Constrain To |
Area sub-tool only. Constrains measurement to a plane based on the constrain axis selected.
|
Display Parameters¶
The display panel handles configuration options for measurements being created:

Option |
Result |
---|---|
Display XYZ |
Allows for the ability to display World or Local (based on first selection) XYZ dimensions.
|
Units |
Controls the display of measurements in common units (centimeter, inch, millimeter, etc.)
|
Precision |
The number decimal places to use before rounding.
|
Label Size |
The font size of the generated labels for the measurement.
|
Line Color |
Defines the main color of the created measurement.
|
Note
The line color must be specified before the first measurement selection.
Sub-tools¶
Sub-tools allow for the creation and viewing of a measurement based on the tool’s context:
Measure Selected¶

Select 2 prims in the scene. This is required in order to enabled the tool activation.
Adjust the Selected Mode and display options as required for your measuring operation in the Measure panel.
Press the Selected toolbar button in the Measure panel.
A measurement is then established denoting distance in the viewport.
Note
To delete the measurement, select the Measurement in the viewport and press delete.
Point-to-point¶

Enable Point-to-Point by pressing the Point-to-Point toolbar button in the Measure Panel.
Adjust the placement and display options for making the selection of the first point in the viewport.
Left-Click in the viewport to make the first point of the measurement.
Left-Click a second time in the viewport to make the end point of the measurement.
Right click in the viewport to clear the measurement and start over (at any time).
Multi-point¶

Enable Multi Point by pressing the Multi Point toolbar button in the Measure Panel.
Adjust the placement and display options for making the selection of the first point in the viewport.
Left-Click in the viewport to make the first point of the measurement.
Append points for each additional Left-Click in the viewport.
Right click in the viewport to finalize the measurement.
Right click to clear the final measurement and start over.
Angle¶

Enable Angle by pressing the Angle toolbar button in the Measure Panel.
Adjust the placement and display options for making the selection of the first point in the viewport.
Left-Click in the viewport to make the first point of the measurement.
Left-Click a second time in the viewport to make the mid point of the measurement.
Left-Click a third and final time in the viewport to make the end point of the measurement.
Right click in the viewport to clear the measurement and start over (at any time).
Area¶

Enable Area by pressing the Area toolbar button in the Measure Panel.
Adjust the placement and display options for making the selection of the first point in the viewport.
Left-Click in the viewport to make the first point of the measurement.
Append points for each additional Left-Click in the viewport. Three points are required to calculate the area.
Right click in the viewport to finalize the measurement.
Right click to clear the final measurement and start over.
Note
Use the Constrain to property to align points along a specific axis plane. Default aligns to the Scene Up of the stage.