SoVolumeSkinGetAlternateRep Method |
Returns an alternate represention for this node.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override SoNode GetAlternateRep(
SoAction action
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Function GetAlternateRep (
action As SoAction
) As SoNode
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual SoNode^ GetAlternateRep(
SoAction^ action
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract GetAlternateRep :
action : SoAction -> SoNode
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override GetAlternateRep :
action : SoAction -> SoNode
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
Return Value
Type:
SoNodeRemarks
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