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: 23.1.416.0 (23.1.416.0)
Syntaxpublic void SetHalfAngles(
double inner,
double outer
)
Public Sub SetHalfAngles (
inner As Double,
outer As Double
)
public:
void SetHalfAngles(
double inner,
double outer
)
member SetHalfAngles :
inner : float *
outer : float -> unit
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
See Also