ARC creates an arc defined by a center point, begin or end points, peripheral points, a radius, and a begin and/or opening angle. All arcs are defined counter-clockwise.
+----------------<-----------------+ | | ---->(ARC)----+-(:CEN_RAD_ANG)-+--|center|--------->----------+ | | | | | +--|radius or peripheral posn|-+ | | v | | +--|angle or start position|---+ | | v | | +--|angle or posn to end arc|--+ | | v | | +------------------------>---------+----> | | | +-----------<----------------+ | | | | | +----(:CENTER)---+---|center position|->-+ | | | | ^ | | +---|begin position|----+ | | | v | | | +---|end position|------->---+-->--+ | | | +-----------<----------------+ | | | | | +----(:3_POS)----+---|begin position|-->-+ | | | | ^ | | +---|end position|------+ | | | v | | | +---|peripheral position|----+-->--+ | | | +----------<------------+ | | | | | +----(:DIAMETER)--+--|1st position|---+ | | | v ^ | | +--|2nd position|---+ | | | | | | | +----------->-----------+---->----+ | | | +--------<-----+ | | | | | +--(:CONCENTRIC)--|element|------+--|offset|----+---+ | | | +-------<------+ | | | | | +--(:SMOOTH)--|element and posn|--+--|end posn|--+--+ | | +--(:CLOCKWISE)--+--(:on)---------------+-----------+ | | +--(:OFF)--------------+ | | +--(:DEFAULT)----------+ | | +--(:KEEP_AS_DEFAULT)--+
The automatic loop facility lets you create several concentric circles in one operation.
The automatic loop facility lets you create a series of smooth connected arcs.
ARC :DIAMETER 50,50 100,100
The arc is created.