Click or drag to resize
SoIndexedTexture2GetAlternateRep Method

This method returns the alternate represention (currently only for PDF and U3D exports).

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

Parameters

action
Type: OIV.Inventor.ActionsSoAction

Return Value

Type: SoNode
Remarks

The node returned is an OIV.Inventor.Nodes.SoTexture2.

See Also