Click or drag to resize
SoSlicealternateRep Property

This field optionally holds a subgraph containing only core Open Inventor nodes that can be used for rendering when VolumeViz is not available.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFNode alternateRep { get; }

Property Value

Type: SoSFNode
Remarks

For example, the alternate representation for an OIV.VolumeViz.Nodes.SoOrthoSlice could be a small scene graph containing an OIV.Inventor.Nodes.SoTexture2 and an OIV.Inventor.Nodes.SoIndexedFaceSet. Such a scene graph could be converted and exported as a PDF3D file. Default is NULL. But an alternateRep scene graph is automatically created during a write action if SoVolumeRendering.setWriteAlternateRep(true) was called.

Note Note

Field available since Open Inventor 4.0

See Also