Feature: ID:001 - Minimal - Base#

Property

Value

Internal ID

FET001_BASE_NEUTRAL

Description#

The minimal placeable visual feature comprises a list of requirements that enable the digital representation of a real world object to be visualized in a broad range of applications.

It additionally provides a list of requirements to ensure that the scale, units and placement of the object may be correctly represented, so that the object can be placed and aggregated with other objects in a scene.

Dependency Graph#

This feature has no dependencies and no other features depend on it directly.

Use Cases#

Products that consume this feature:

  • NDAS SDG / Stargate

  • MetroSim

  • AI Factory

  • AV Sim

  • IsaacSim

  • MEGA

  • Lightwheel SOW1

Neutral Format#

Version 0.1.0#

Details

Used in Profiles#

This version is used in the following profiles:

Requirements#

Pipelines Supported for this Feature#

Source file type:

  • .blend

    • Via Blender SimReady Add-ons

  • .mjcf

    • Via Blender SimReady Add-ons + MJCF2USD Tool

  • .step

    • Via Blender SimReady Add-ons + CAD Converter

Samples#

Benchmarks#

Version 1.0.0#

Details

Requirements#

### Version 1.0.1
Details * Capability: [Visualization/Geometry](../capabilities/visualization/geometry/capability-geometry.md) * Requirements
    * [Geometry-cached-extent](../capabilities/visualization/geometry/requirements/usdgeom-extent.md)
        * VG.008 | version 0.1.0
        * [Rule | Implementation](../capabilities/visualization/geometry/validation.py)

Samples#

Benchmarks#

Runtime Validation with SimReady Benchmark#

The Minimal Placeable Visual feature includes automated benchmarks run with SimReady Benchmark. The benchmarks verify:

  • Asset loads without warnings or errors (AA.002)

  • Proper camera framing of geometry (VG.002)

  • Correct transformation and positioning (HI.001, HI.003, HI.004)

  • Valid renderable geometry (VG.MESH.001, VG.027)

  • Correct winding order and normals (VG.028, VG.029)

  • Proper origin positioning (VG.025)

Running the tests:

Benchmarks for this feature run with the simready-benchmark tool and the bundled FET suite. Install and configure the tool, then run it against an asset:

simready-benchmark --assets path/to/asset.usd --features FET001

--features FET001 forces this feature’s tests to run on the asset and bypasses the usual eligibility and validation gate, so you can check the feature directly. The framework runs the tests in the engine and writes an HTML and JSON report. For installation, configuration, and how to read the report, refer to the SimReady Benchmark guide.