ObjectSearchArea.FromOrientedBox Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.