显示目录

加入书签

主页: AutoCAD .NET 开发人员手册
创建多段线对象

创建对象

创建圆对象
You can create a variety of curved
objects with AutoCAD, including splines, helixes, circles, arcs,
and ellipses. All curves are created on the XY plane of
the current UCS.
用户可以使用 AutoCAD 创建各种曲线对象,包括样条曲线、螺旋线、圆、圆弧和椭圆。所有的曲线都在当前 UCS 的 XY 平面上创建。
To create a curve, you
create a new instance of one of the following objects:
若要创建曲线,可以创建下面任一个对象的新实例:
- Arc
-
Creates an arc given the center point,
radius, start and end angles.
使用给定的中心点,半径,起始和终止角度创建圆弧。
- Circle
-
Creates a circle given the center point
and radius.
使用给定的中心点和半径创建圆。
- Ellipse
-
Creates an ellipse given the center
point, a point on the major axis, and the radius ratio.
使用给定的中心点,长轴点,和半径比创建椭圆。
- Spline
-
Creates a quadratic or cubic NURBS (nonuniform
rational B-spline) curve.
创建一个二次或三次的曲线曲面的非均匀有理B样条(非均匀 B 样条曲线)曲线。
- Helix
-
Creates a 2D or 3D helix
object.
创建一个二维或三维的螺旋线对象。