Summary:
Compute the bounding box of a transformed element with arc info.
Header File:
eant.h
Library Name:
elib
Efga_Matrix* eant_ArcElementBboxCalculateNoSave (
Eant_Element* element,
Exfr_XForm* xform,
Eant_CoordSysConversion* coordConvert,
Eerr_ErrorReport** lclerr,
)
coordConvert The coordinate system conversion factors.element The input element.lclerr Error handling structure pointer.xform The transformation to be used to calculate bounding box.Description:
Compute the bounding box of a transformed element with arc info.
Notes:
None.
Return Description:
Upon success this function returns a pointer to Efga_Matrix structure. If an error occurs, this function calls eerr_CreateErrorReport and returns NULL.