Overview | Statement List | Example
ANLSIS/ARCLEN,obj list,{INCHES|MMETER|CMETER|METER},n
Returns the total length of a list of previously defined objects. The objects are not required to be contiguous.
Parameter |
Description |
ARCLEN |
Minor word which indicates that the sum of the arc lengths of the specified objects is desired. |
obj list |
A list of objects which may consist of any combination of lines, arcs, conics or splines.
|
INCHES,MMETER,CMETER,METER |
Minor words which determine whether the unit value for the analysis is in inches, millimeters, centimeters, or meters respectively. |
n |
A numeric variable which is assigned the sum total of the arc lengths of the specified objects. |