Click or drag to resize

ComplexConicSetHalfAngles Method

Sets the inner and outer half angles of a sensor volume, which are used to define inner and outer conical volumes.

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 SetHalfAngles(
	double inner,
	double outer
)

Parameters

inner
Type: SystemDouble
The angle between the principal direction and the boundary of the interior conical volume of exclusion. Defines the interior conical volume of exclusion.
outer
Type: SystemDouble
The angle between the principal direction and the external boundary of the volume of the sensor. Defines the conical volume of the sensor.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The inner and outer half angles must be in the range from zero to pi radians, not inclusive.
ArgumentException The inner half angle must be less than the outer half angle.
See Also