EllipsoidSurfaceRegionRotationDirection Method  | 
 
            Computes the rotation sense of the region.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static int RotationDirection(
	EllipsoidSurfaceRegion region
)
Public Shared Function RotationDirection ( 
	region As EllipsoidSurfaceRegion
) As Integer
public:
static int RotationDirection(
	EllipsoidSurfaceRegion^ region
)
static member RotationDirection : 
        region : EllipsoidSurfaceRegion -> int 
Parameters
- region
 - Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegion
The input region. 
Return Value
Type: 
Int32The rotation sense. Counter clockwise is 1, clockwise is -1.
See Also