SoObliqueSliceGetAlternateRep 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 a slice can be represented using a FaceSet and a Texture2 node.
See Also