IMultiModelReceiver Interface |
Namespace: Demo3D.MultiModel.Client
public interface IMultiModelReceiver : IMultiModelBase
The IMultiModelReceiver type exposes the following members.
| Name | Description | |
|---|---|---|
| LoadIdPathMap |
Map of load ids on the server to catalog paths.
| |
| MultiModelId |
The id used to identify during the MultiModel session.
(Inherited from IMultiModelBase.) | |
| Name |
The name of the component.
(Inherited from IMultiModelBase.) | |
The printing action used to print messages.
(Inherited from IMultiModelBase.) | ||
| TargetVisual |
The visual which will be used to create loads.
If the visual is a LoadCreatorVisual then the
load will be created by the LoadCreatorVisual
and will ignore the load received. Properties will still be applied
| |
| TransportMode |
The mode used to transport loads. See RouteTransportMode |
| Name | Description | |
|---|---|---|
| OnInitialize |
Initialize the receiver.
| |
| ReceiveCustomMessage |
Receive a custom message.
| |
| ReceiveLoad |
Receive and create a load.
| |
| Verify |
Verify that the component is set up correctly
(Inherited from IMultiModelBase.) |
| Name | Description | |
|---|---|---|
| OnBlockedUpdate |
Invoked when the congestion zone is blocked value is updated.
| |
| OnCustomMessageReceived |
Invoked when a custom message is received.
| |
| OnLoadReceived |
Invoked when a load is received.
| |
| TransportModeChanged |
Invoked when the transport mode changes.
|