Convert a string representation of an angle value to a real number in degrees.
FUNCTION Str2Angle(str : STRING): REAL;def vs.Str2Angle(str):
return REAL| Name | Type | Description |
|---|---|---|
| str | STRING | The string representation of the angle value. |
Availability: from Vectorworks 2014