Click or drag to resize
SoROIrelative Property

Specifies whether the box bounds are relative to the subvolume or the full volume (i.e., are specified in absolute slice coordinates).

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool relative { get; }

Property Value

Type: SoSFBool
Remarks

true means that if the subvolume is non-empty, moving the subvolume through the volume also moves the ROI box through the volume. Default is false.

See Also