Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 604 Bytes

File metadata and controls

34 lines (26 loc) · 604 Bytes

Angle

Description

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

Parameters

Name Type Description
c CRITERIA Search criteria.

Examples

VectorScript

aValue:=Angle(N='LineSeg');

Python

Version

Availability: from All Versions

Category