Returns the angle value of a line segment or an arc. If more than one line segment or arc matches the search criteria, the function will return the sum of the matching objects' angle values.
FUNCTION Angle(c : CRITERIA): REAL;def vs.Angle(c):
return REAL| Name | Type | Description |
|---|---|---|
| c | CRITERIA | Search criteria. |
aValue:=Angle(N='LineSeg');Availability: from All Versions