Add arbitrary key:value data to the design. If the structure is modified later, design data will be kept.
Add arbitrary key:value data to the specific structure of the design. If the structure is modified later, the data will no longer be shown.
Prevent messages being further sent or received on this connection.
Request the latest current design be dispatched. Current design data can be handled with TXDAMessageHandlers.onUpdateCurrentDesign
.
Request the latest current design be dispatched with its 3D structure (if any). This is more expensive to fetch than TXDAConnection.requestCurrentDesign
,
therefore it is not automatically dispatched on design edits and changes, and must be requested with this method.
Current design data with the 3D structure can be handled with TXDAMessageHandlers.onUpdateCurrentDesign3d
.
Request the data associated with the current design. This will be key:value pairs of data for the design and structure.
Data is handled by TXDAMessageHandlers.onUpdateCurrentDesignData
Generated using TypeDoc
The underlying
MessagePort
used to send and receive messages for this connection. This should not need to be used directly.