Click or drag to resize
SoROIbox Property

Specifies the bounds of the region of interest.

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

Property Value

Type: SoSFBox3i32
Remarks

If OIV.LDM.Nodes.SoROI.subVolume is non-empty, the box is clamped at the bounds of the subvolume. Depending on the OIV.LDM.Nodes.SoROI.relative field, the bounds may be relative to the subvolume. Default is an (essentially) empty box.

See Also