Description
Method draws a 3D curve object.
Visual Basic
Public abstract Function Curve( curve3d As Curve3d ) As bool
C#
public abstract bool Curve( Curve3d curve3d );
Parameters
| Parameters | Description |
|---|---|
| Curve3d curve3d | Input a Curve3d object |
Returns
A return value of False (that is, 0) indicates that the primitive has been successfully stored in the graphics database. A return value of True indicates that the operation has been terminated and the application wants to get control back as soon as possible.
Links
Geometry Class, Autodesk.AutoCAD.GraphicsInterface Namespace