Share via


SpatialBoundingVolume.FromOrientedBox Método

Definición

Crea un volumen delimitador a partir del cuadro orientado especificado, con sus coordenadas interpretadas dentro del sistema de coordenadas especificado.

 static SpatialBoundingVolume FromOrientedBox(SpatialCoordinateSystem const& coordinateSystem, SpatialBoundingOrientedBox const& box);
public static SpatialBoundingVolume FromOrientedBox(SpatialCoordinateSystem coordinateSystem, SpatialBoundingOrientedBox box);
function fromOrientedBox(coordinateSystem, box)
Public Shared Function FromOrientedBox (coordinateSystem As SpatialCoordinateSystem, box As SpatialBoundingOrientedBox) As SpatialBoundingVolume

Parámetros

coordinateSystem
SpatialCoordinateSystem

Sistema de coordenadas en el que se van a interpretar las coordenadas del rectángulo de selección.

box
SpatialBoundingOrientedBox

Cuadro de límite orientado.

Devoluciones

Nuevo volumen de límite.

Se aplica a