Freigeben über


SpatialBoundingVolume.FromOrientedBox Methode

Definition

Erstellt ein umschließendes Volume aus dem angegebenen orientierten Feld, dessen Koordinaten innerhalb des angegebenen Koordinatensystems interpretiert werden.

 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

Parameter

coordinateSystem
SpatialCoordinateSystem

Das Koordinatensystem, in dem die Koordinaten des Begrenzungsrahmens interpretiert werden sollen.

box
SpatialBoundingOrientedBox

Das orientierte Begrenzungsfeld.

Gibt zurück

Das neue Begrenzungsvolume.

Gilt für: