SoVRMLShapeAffectsState Method |
Returns true if a node has an effect on the state during traversal.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override bool AffectsState()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Function AffectsState As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool AffectsState() override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract AffectsState : unit -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override AffectsState : unit -> bool
Return Value
Type:
Boolean
RemarksThe default method returns true. Node classes (such as SoSeparator) that isolate their effects from the rest of the graph override this method to return false.
See Also