Click or drag to resize

ComplexConicSetClockAngles Method

Sets the clock angles, which restrict the volume to a wedge-shaped portion of the annular cross section.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SetClockAngles(
	double minimum,
	double maximum
)

Parameters

minimum
Type: SystemDouble
The angle between the positive x-axis and the opening edge of the restricted annular cross-section. The angle is measured clockwise when looking in the direction of the positive z axis. In conjunction with the maximum, restricts sensor volume to a portion of the annular cross section of a cone.
maximum
Type: SystemDouble
The angle between the positive x-axis and the closing edge of the restricted annular cross-section. The angle is measured clockwise when looking in the direction of the positive z axis. In conjunction with the minimum, restricts the sensor volume to a portion of the annular cross section of a cone.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The minimum and maximum clock angles must be in the range from -2pi to 2pi radians.
ArgumentException The minimum clock angle must be less than the maximum clock angle.
See Also