Click or drag to resize
SoOrthoSliceGetAlternateRep Method

Returns an alternate represention for this node.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override SoNode GetAlternateRep(
	SoAction action
)

Parameters

action
Type: OIV.Inventor.ActionsSoAction

Return Value

Type: SoNode
Remarks

This is typically a scene graph that gives approximately the same appearance using only core Open Inventor nodes. For example a slice can be represented using a FaceSet and a Texture2 node.

See Also