CylinderCoverageGridClockAngleBounds Property |
Gets or sets the bounds for the cylinder's clock angle.
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: 24.2.419.0 (24.2.419.0)
Syntax public Bounds ClockAngleBounds { get; set; }
Public Property ClockAngleBounds As Bounds
Get
Set
public:
property Bounds ClockAngleBounds {
Bounds get ();
void set (Bounds value);
}
member ClockAngleBounds : Bounds with get, set
Property Value
Type:
BoundsSee Also