Click or drag to resize
SoOrthoSliceAffectsState Method

Overrides default method on OIV.Inventor.Nodes.SoShape.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override bool AffectsState()

Return Value

Type: Boolean
Remarks

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