SoLDMDataTransformGetAffectedRegion Method (Queue) |
Note: This API is now obsolete.
Returns a list of IJK bounding boxes affected by this transformation.
Namespace: OIV.LDM.Nodes
[ObsoleteAttribute("See documentation for more details")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public void GetAffectedRegion( Queue regions )
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.