2012

Table Of Contents
set of specialized functions for calculations involving points, vectors, and
AutoCAD for Mac geometry. With the CAL command, you can
Calculate a vector from two points, the length of a vector, a normal vector
(perpendicular to the XY plane), or a point on a line
Calculate a distance, radius, or angle
Specify a point with the pointing device
Specify the last-specified point or intersection
Use object snaps as variables in an expression
Convert points between a UCS and the WCS
Filter the X, Y, and Z components of a vector
Rotate a point around an axis
Evaluating Expressions
CAL evaluates expressions according to standard mathematical rules of
precedence.
Mathematical operators in order of precedence
OperationOperator
Groups expressions( )
Indicates numeric exponent^
Multiplies and divides numbers*, /
Adds and subtracts numbers+, -
Calculating Points
You can use CAL whenever you need to calculate a point or a number within
a command.
For example, you enter (mid+cen)/2 to specify a point halfway between the
midpoint of a line and the center of a circle.
The following example uses CAL as a construction tool. It locates a center
point for a new circle, and then calculates one fifth of the radius of an existing
circle.
Use Precision Tools | 193