RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ConicalSurface

ConicalSurface.IsValidConeAngle

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