ObjectSearchArea.FromOrientedBox Method

Definition

Creates a search area from an oriented box.

public:
 static Microsoft::Azure::ObjectAnchors::ObjectSearchArea ^ FromOrientedBox(Microsoft::Azure::ObjectAnchors::SpatialGraph::SpatialGraphCoordinateSystem coordinateSystem, Microsoft::Azure::ObjectAnchors::SpatialGraph::SpatialOrientedBox bounds);
public static Microsoft.Azure.ObjectAnchors.ObjectSearchArea FromOrientedBox (Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialGraphCoordinateSystem coordinateSystem, Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialOrientedBox bounds);
static member FromOrientedBox : Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialGraphCoordinateSystem * Microsoft.Azure.ObjectAnchors.SpatialGraph.SpatialOrientedBox -> Microsoft.Azure.ObjectAnchors.ObjectSearchArea
Public Shared Function FromOrientedBox (coordinateSystem As SpatialGraphCoordinateSystem, bounds As SpatialOrientedBox) As ObjectSearchArea

Parameters

coordinateSystem
SpatialGraphCoordinateSystem

Reference coordinate system for the search area.

bounds
SpatialOrientedBox

The bounds.

Returns

ObjectSearchArea

Applies to