Freigeben über


SpatialBoundingVolume.FromBox Methode

Definition

Erstellt ein umgebendes Volume aus dem angegebenen Feld, dessen Koordinaten innerhalb des angegebenen Koordinatensystems interpretiert werden.

 static SpatialBoundingVolume FromBox(SpatialCoordinateSystem const& coordinateSystem, SpatialBoundingBox const& box);
public static SpatialBoundingVolume FromBox(SpatialCoordinateSystem coordinateSystem, SpatialBoundingBox box);
function fromBox(coordinateSystem, box)
Public Shared Function FromBox (coordinateSystem As SpatialCoordinateSystem, box As SpatialBoundingBox) As SpatialBoundingVolume

Parameter

coordinateSystem
SpatialCoordinateSystem

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

box
SpatialBoundingBox

Das umschließende Feld.

Gibt zurück

Das neue Begrenzungsvolume.

Gilt für: