Click or drag to resize
SoWWWInlineSetReadAsSoFile Method

Sets the ReadAsSoFile flag.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetReadAsSoFile(
	bool onOff
)

Parameters

onOff
Type: SystemBoolean
Remarks

If true, assume that "url" points to other Open Inventor files on local filesystem, and load them directly as if this were an OIV.Inventor.Nodes.SoFile node instead of using ().

See Also