yucad3d

CadPlineGetArea

Enclosed area via Green's theorem ∮ x dy (always closes the ring).

double CadPlineGetArea ( YuHandle hEnt );

Parameters

hEnt (YuHandle)
Handle to the entity.

Return Value

The area.

Remarks

Straight edge: ½(y1−y0)(x0+x1). Arc edge: analytic ∫ x dy.

See Also