Share

AcGiGeometry::curve

C++

virtual Adesk::Boolean curve(
    const AcGeCurve3d*
) const;

Description

This method draws a 3D curve object.

Parameters

Parameters Description
curveObj Input an AcGeCurve3d object

Returns

A return value of Adesk::kFalse (that is, 0) indicates that the primitive has been successfully stored in the graphics database. A return value of Adesk::kTrue indicates that the operation has been terminated and the application wants to get control back as soon as possible.

Links

AcGiGeometry

Was this information helpful?