Click or drag to resize
SoVolumeSkinGetAlternateRep 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 the volume skin could be represented using OIV.Inventor.Nodes.SoTexture2 nodes. This class implements an alternate for PDF and U3D export.

See Also