Class EXPORT

java.lang.Object
All Implemented Interfaces:
X3DChildNode, X3DNode

public class EXPORT extends X3DConcreteStatement implements X3DChildNode
Functional summary: EXPORT exposes a local node for ROUTE passing of event values when the current Scene is included via Inline by a parent external world. These connections allow event values to be exchanged via ROUTE statements between a parent model and a child Inline model. This concrete class represents an X3D EXPORT statement.

EXPORT statement tooltip: EXPORT exposes a single local node for external ROUTE passing of event values when the current Scene is included via Inline by a parent external world. These connections allow event values to be exchanged via ROUTE statements between a parent model and a child Inline model.
See Also: