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: 10.3.0.0 (10.3.0.0)
Syntax
public SoSFBox3i32 box { get; }

Property Value

Type: SoSFBox3i32
Remarks

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

See Also