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.2.419.0 (24.2.419.0)
Syntax public void SetClockAngles(
double minimum,
double maximum
)
Public Sub SetClockAngles (
minimum As Double,
maximum As Double
)
public:
void SetClockAngles(
double minimum,
double maximum
)
member SetClockAngles :
minimum : float *
maximum : float -> unit
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 See Also