TorusCoverageGridMajorClockAngleBounds Property  | 
 
            Gets or sets the major clock angle bounds, the clock angle of the torus.
            The clock angle bounds define the closed set of values between 
LowerBound and 
UpperBound
            where 
UpperBound is mapped to the interval [lower bound, lower bound + 
TwoPi].
            
 
    Namespace: 
   AGI.Foundation.Geometry.Discrete
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Bounds MajorClockAngleBounds { get; set; }Public Property MajorClockAngleBounds As Bounds
	Get
	Set
public:
property Bounds MajorClockAngleBounds {
	Bounds get ();
	void set (Bounds value);
}member MajorClockAngleBounds : Bounds with get, set
Property Value
Type: 
Bounds
See Also