Click or drag to resize
SoActionUseAlternateRep Method

Tell the action to use alternate representations during traversal when available.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void UseAlternateRep(
	bool enable
)

Parameters

enable
Type: SystemBoolean
Remarks

See SoNode.getAternateRep(). Default is false. When true, it is the responsibility of each OIV.Inventor.Nodes.SoNode derived object to choose to provide or not an alternate representation for a given action.

See Also