Click or drag to resize
SoVolumeRenderingSetWriteAlternateRep Method

Sets the writeAlternateRep flag.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static void SetWriteAlternateRep(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

When this flag is true during an SoWriteAction traversal, some VolumeViz nodes will write an alternateRep subgraph containing only standard Open Inventor nodes that can be rendered even without VolumeViz. For example, SoOrthoSlice will write an SoTexture2 node and an SoFaceSet node. The default is false.

See Also