Share

AcGiGeometry::edge Method

C++

virtual Adesk::Boolean edge(
    const AcArray<AcGeCurve2d*>& edges
) const = 0;

Description

Define the boundary of the fill.

Parameters

Parameters Description
edges The edge loop which bounds a fill

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?