Represents a virtual socket on a product used for modular assembly connections.
What does it unlock?
Virtual socket metadata linking abstract connection points to their underlying original sockets
defined on the 3D model.
Practical Application
Virtual sockets are abstraction layers over physical sockets on the 3D model. They group one or
more original sockets under a single named connection point, simplifying the connector logic
for modular assembly.
AI Coding Best Practices
This is an internal data structure managed by MetaBox. Access via product.virtualSockets on a
component's product. Typically consumed by the connector validation logic rather than directly
by UI code.
Represents a virtual socket on a product used for modular assembly connections.
What does it unlock?
Virtual socket metadata linking abstract connection points to their underlying original sockets defined on the 3D model.
Practical Application
Virtual sockets are abstraction layers over physical sockets on the 3D model. They group one or more original sockets under a single named connection point, simplifying the connector logic for modular assembly.
AI Coding Best Practices
This is an internal data structure managed by MetaBox. Access via
product.virtualSocketson a component's product. Typically consumed by the connector validation logic rather than directly by UI code.