Click or drag to resize
SoVolumeRenderingSetReadAlternateRep Method

Sets the readAlternateRep flag.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetReadAlternateRep(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

When this flag is true while reading an Open Inventor file, any alternateRep subgraphs attached to VolumeViz nodes are read and added to the scene graph. Otherwise, alternateRep subgraphs are discarded and the alternateRep field is set to NULL. The default is false.

See Also