Click or drag to resize
SoDBReadAllVRML Method

Note: This API is now obsolete.

Reads all graphs and paths from the VRML file specified by the given SoInput.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static SoVRMLGroup ReadAllVRML(
	SoInput in
)

Parameters

in
Type: OIV.InventorSoInput

Return Value

Type: SoVRMLGroup
Remarks

If there is only one graph in the file and its root is an SoVRMLGroup, the root is returned. In all other cases, this creates an SoVRMLGroup, adds the root nodes to its children field, and returns it. This returns NULL on error. This processes directory paths in the same way as the other reading routines.Obsoletesince Open Inventor 9810 The VRML API is no longer supported.

See Also