ComplexConicMaximumClockAngle Property |
Gets the maximum clock angle. In conjunction with
MinimumClockAngle, this restricts
volume to only a wedge-shaped portion of the annular cross-section of the sensor cone. The angle is
measured clockwise when looking in the direction of the positive z axis.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double MaximumClockAngle { get; }
Public ReadOnly Property MaximumClockAngle As Double
Get
public:
property double MaximumClockAngle {
double get ();
}
member MaximumClockAngle : float with get
Property Value
Type:
DoubleSee Also