Inline
Inline is a Grouping node that can load nodes from another X3D scene via url. Hint: you cannot ROUTE values into an Inline scene, use IMPORT/EXPORT (or ExternProtoDeclare and ProtoInstance) instead.
Inheritance
Code
XML encoding
<Inline nameSpaceName='' exportNameSpace='FALSE' usingNameSpace='' url='' load='TRUE' downloadMode='auto' bboxCenter='0 0 0' bboxSize='-1 -1 -1' render='TRUE' showBBox='FALSE' logFeature='' />
Classic encoding
Inline { nameSpaceName "" exportNameSpace FALSE usingNameSpace [""] url [""] load TRUE downloadMode "auto" bboxCenter 0 0 0 bboxSize -1 -1 -1 render TRUE showBBox FALSE logFeature [""] }
Interface
Filter: X3D only | Avalon only | All
id | Name | DataType | PartType | Default | ValueType | Description |
---|---|---|---|---|---|---|
bboxCenter | SFVec3f | initializeOnly | 0 0 0 | Bounding box center: position offset from origin of local coordinate system. | ||
bboxSize | SFVec3f | initializeOnly | -1 -1 -1 | Bounding box size: automatically calculated, can be specified as an optimization or constraint. | ||
downloadMode | SFString | initializeOnly | auto | [auto, asynchron, synchron] | controlls the how content is downloaded, parallel/asynchron or not-parallel/synchron | |
exportNameSpace | SFBool | initializeOnly | FALSE | flag to proclaim all node-names to the parent nameSpace | ||
load | SFBool | inputOutput | TRUE | Specifies whether the X3D file specified by the url field is loaded. Hint: use LoadSensor to detect when loading is complete. TRUE: load immediately (it's also possible to load the URL at a later time by sending a TRUE event to the load field); FALSE: no action is taken (by sending a FALSE event to the load field of a previously loaded Inline, the contents of the Inline will be unloaded from the scene graph) | ||
logFeature | MFString | inputOutput | state, child, parent, route, eventIn, eventOut | controls the logging of changes, state: log state changes (e.g. live), child: log child add/remove, parent: log parent add/remove, route: log route add/remove; eventIn: log receiving of events, eventOut: log sending of events: guiView, runtime system should create node-view, guiEdit: runtime system should create node-editeverything: log everything | ||
metadata | SFNode | inputOutput | MetadataObject | container for payload metadata inside MetadataSet element | ||
nameSpaceName | SFString | initializeOnly | Specifies the namespace of the Inline node. | |||
render | SFBool | inputOutput | TRUE | Flag to control the visibility of the node or subtree | ||
showBBox | SFBool | inputOutput | FALSE | Show Bounding Box of Subtree. | ||
url | MFString | inputOutput | Each specified URL shall refer to a valid X3D file that contains a list of children nodes, prototypes and routes at the top level. Hint: Strings can have multiple values, so separate each string by quote marks. Warning: strictly match directory and filename capitalization for http links! | |||
usingNameSpace | MFString | initializeOnly | Introduces the entire namespace defined in this field into the current region. |