Click or drag to resize
SoSeparatorAffectsState Method

Returns true if a node has an effect on the state during traversal.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override bool AffectsState()

Return Value

Type: Boolean
Remarks

The default method returns true. Node classes (such as OIV.Inventor.Nodes.SoSeparator) that isolate their effects from the rest of the graph override this method to return false.

See Also