Click or drag to resize
SoLDMDataTransformGetAffectedRegion Method (Queue)

Note: This API is now obsolete.

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
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetAffectedRegion(
	Queue regions
)

Parameters

regions
Type: System.CollectionsQueue
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.

Obsolete since Open Inventor 8000.
See Also