SoNodeAffectsState Method |
Returns true if a node has an effect on the state during traversal.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual bool AffectsState()
Public Overridable Function AffectsState As Boolean
public:
virtual bool AffectsState()
abstract AffectsState : unit -> bool
override AffectsState : unit -> bool
Return Value
Type:
BooleanRemarks 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