2027 Method
Changes 0
M

ConicalSurface.IsValidConeAngle

Description:
Checks whether the input value lies is not 0, greater than -PI/2 and lesser than PI/2.
public static bool IsValidConeAngle(
	double halfAngle
)
  • Double
    halfAngle
    Cone half-angle parameter.
Return Value Boolean True if input is not 0, lesser than PI/2 and greater than -PI/2, false otherwise.