Connection Points#

To enable simulation runtimes to accurately generate data using AI Factory Digital Twin SimReady assets, you must add USD prims to the composed stage to indicate various connection points to other parts of the facility. This includes connections for electrical power, thermal cooling piping, and air vents.

Connection Points prims are simple geometry prims positioned where AI Factory equipment connects to piping, ductwork, electrical sockets, and similar interfaces. They are represented as rectangular 2D planes or circular 2D disks and must match the size, shape, and location of the corresponding openings.

Naming Conventions#

Each connection point prim should be prefixed with a naming identifier. A vendor name helps identify the equipment and avoid conflicts. The suffix can be as descriptive as needed.

Connection Point Type

USD Prim Naming

Example

Generic Liquid Intake Pipe

<vendor>_liq_supply_*

vertiv_liq_supply_primary_01

Generic Liquid Outflow Pipe

<vendor>_liq_return_*

trane_liq_return_secondary

FWS Supply Pipe

<vendor>_fws_supply_piping_connection_*

vertiv_fws_supply_piping_connection_main

FWS Return Pipe

<vendor>_fws_return_piping_connection_*

vertiv_fws_return_piping_connection_main

TCS Supply Pipe

<vendor>_tcs_supply_piping_connection_*

vertiv_tcs_supply_piping_connection_main

TCS Return Pipe

<vendor>_tcs_return_piping_connection_*

vertiv_tcs_return_piping_connection_main

Electrical Power Socket

<vendor>_electrical_nominal_voltage_*

trane_electrical_nominal_voltage_main

Airflow Intake Vents

<vendor>_airvent_intake_*

trane_airvent_intake_frontplate

Airflow Outflow Vents

<vendor>_airvent_outflow_*

trane_airvent_outflow_cabinet_top

For multiple connection points of the same type (for example, two liquid intake pipes), use a numerical suffix to keep the naming unique.

Considerations#

  • Airflow vents: Simplify intricate vent patterns to their aggregate area.

  • Piping connections: Match the diameter of the pipe opening and align with the top of the pipe opening.

  • Materials: Connection point prims do not need materials - they will not be rendered visually.

Workflow#

  1. Open your main geometry file in USD Composer. Note the defaultPrim name (you will need it later).

    Default Prim in USD Composer
  2. Reset to a new, empty scene (no environment or lighting). Ensure your default environment is Z-Up and set to meters.

  3. Drag and drop the main geometry file into the new stage. This creates a payload reference (indicated by the blue arrow next to the XForm node).

    Payload reference in stage
  4. Right-click in the Stage window > Create > Scope named ConnectionPoints.

  5. Identify the connection points for thermal cooling, electrical connectivity, and airflow vents:

    • Use Create > Mesh > Plane (rectangular) or Disk (circular) to generate connection point geometry prims

    • Drag the new prim into the ConnectionPoints scope if created outside the hierarchy

    Creating connection point mesh
    • Position and orient each prim to its corresponding opening on the main asset

    • Name per the convention table above

  6. Delete the payload reference to the main asset. You should be left with only the ConnectionPoints scope and the prims you created.

    Connection points without main asset
  7. Select all connection point geometry prims and in the Properties panel, change their Purpose from default to guide.

    Setting Purpose to guide

    If they disappear in the viewport, go to the Eye icon in the 3D View and choose Show By Purpose > Guide.

    Show By Purpose menu
  8. Rename the defaultPrim to match the name from your original main geometry file. Double-click on the defaultPrim in the Stage panel and rename it.

    Renaming defaultPrim
  9. Save the file as <AssetName>_ConnectionPoints.usd (for example, CW375_ConnectionPoints.usd).

  10. Reload the main geometry file. In the Layers panel, drag and drop the connection points file as a sublayer.

Result#

The connection points geometry prims should precisely line up with the main geometry, and the USD stage should show the full set of composition arcs.

See also