2027 Method
Changes 0
M

PipeSettings.IsValidSpecificFittingAngle

Description:
Checks that the given value is a valid specific fitting angle. The specific fitting angles are angles of 90, 60, 45, 30, 22.5 or 11.25 degrees.
public bool IsValidSpecificFittingAngle(
	double angle
)
  • Double
    angle
    The angle value (in degree).
Return Value Boolean True if the given value is a valid specific fitting angle.