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: 9.9.13.0 (9.9.13.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 SoNode derived object to choose to provide or not an alternate representation for a given action.

See Also