Autodesk.AutoCAD.DatabaseServices Namespace > Curve Class
Curve Class
Description

 

This .NET class wraps the AcDbCurve ObjectARX class. 

The Curve class is the base class for all the entity classes that are variations of a curve such as Arc, Circle, Ellipse, Spline, and others. This base class provides the common functionality such as finding parameters for a point on the curve, finding offset curves, finding projections of the curve onto a plane, and so on.

Class Hierarchy
Visual Basic
Public abstract Class Curve
Inherits Entity
C#
public abstract class Curve : Entity;
Links
See Also

DBObject

   Comments?