public SliceSphere( Camera transform, double radius, SliceVolumeCullDirection cullDirection )
Public Function New( _ ByVal transform As Camera, _ ByVal radius As Double, _ ByVal cullDirection As SliceVolumeCullDirection _ )
Parameters
- transform
- A Camera object used for to define the position of the SliceSphere. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.
- radius
- The radius of the sphere.
- cullDirection
- On which side of the sphere should geometry be cut away.