Arc 命令

Arc( <Circle>, <Point M >, <Point N> )

返回给定圆的有向弧(逆时针),端点为 M 和 N。

Arc( <Ellipse>, <Point M>, <Point N> )

返回给定椭圆的有向弧(逆时针),端点为 M 和 N。

Arc( <Circle>, <Parameter Value>, <Parameter Value> )

返回给定圆的圆弧,其端点由指定的参数值确定。

内部使用以下参数形式:圆:( r cos( t ), r sin( t )) 其中 r 是圆的

Arc( <Ellipse>, <Parameter Value>, <Parameter Value> )

半径。

返回给定椭圆的椭圆弧,其端点由指定的参数值确定。 a 内部使用以下参数形式:椭圆:( t ), b cos( t sin( a )) 其中 b

CircumcircularArc 命令。