ConicalSurface.IsValidConeAngle
Description:
Checks whether the input value lies is not 0, greater than -PI/2 and lesser than PI/2.
Checks whether the input value lies is not 0, greater than -PI/2 and lesser than PI/2.
public static bool IsValidConeAngle(
double halfAngle
)