ShopToolsUtilGetAngle Method
Return the binary representation of the caller's angle, in degrees,
after solving for variables and expressions.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static float GetAngle(
string angleText
)
Public Shared Function GetAngle (
angleText As String
) As Single
No code example is currently available or this language may not be supported.
- angleText String
-
The freehand angle text to convert to a single binary value, in
degrees.
Single
The binary floating point representation of the caller's specified
angle, after variables and expressions have been solved.
In this version, the text can be purely numeric, in which case, it will
be interpreted as degrees, or can have the suffices 'deg', 'degrees',
'rad', or 'radians'.