Click or drag to resize
SoLDMDataTransformGetAffectedRegion Method (IListSbBox3i32)

Returns a list of IJK bounding boxes affected by this transformation.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void GetAffectedRegion(
	IList<SbBox3i32> regions
)

Parameters

regions
Type: System.Collections.GenericIListSbBox3i32
Remarks

For example, if this transform only affects the diagonal of the dataset, it would be over-estimated to return the bounding box of the whole dataset. In this case, this method should return a list of smaller bounding boxes located along the dataset diagonal.

See Also