共用方式為


SpatialBoundingVolume.FromSphere 方法

定義

從指定的球體建立周框磁片區,並在指定的座標系統中解譯其座標。

 static SpatialBoundingVolume FromSphere(SpatialCoordinateSystem const& coordinateSystem, SpatialBoundingSphere const& sphere);
public static SpatialBoundingVolume FromSphere(SpatialCoordinateSystem coordinateSystem, SpatialBoundingSphere sphere);
function fromSphere(coordinateSystem, sphere)
Public Shared Function FromSphere (coordinateSystem As SpatialCoordinateSystem, sphere As SpatialBoundingSphere) As SpatialBoundingVolume

參數

coordinateSystem
SpatialCoordinateSystem

要在其中解譯周框球體座標的座標系統。

sphere
SpatialBoundingSphere

周框球體。

傳回

新的周框磁片區。

適用於