KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetOverlappingObjects

GetOverlappingObjects(bool)

Returns the list of objects whose 2D silhouette overlaps that of this object 2D silhouette.

Declaration
public IList<Scene.Object> GetOverlappingObjects(bool testAltitude)
Parameters
Type Name Description
bool testAltitude

Specifies whether to test for an overlapping on the vertical axis as well. It set to true an object should overlap with this object on vertical axis as well to appear in the list.

Returns
Type Description
IList<Scene.Object>

The list of overlapping objects.

In this article
  • GetOverlappingObjects(bool)
Back to top Generated by DocFX