SoOrthoSliceAffectsState Method |
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public override bool AffectsState()
Public Overrides Function AffectsState As Boolean
public:
virtual bool AffectsState() override
abstract AffectsState : unit -> bool
override AffectsState : unit -> bool
Return Value
Type:
BooleanRemarks It must return true if clip plane is activated. Used internally, especially for path traversal. Probably no reason for applications to ever call it.
See Also