Summary:
Set the orientation of an element with arc info.
Header File:
eant.h
Library Name:
elib
void eant_ArcElementSetOrientation (
Eant_Element* element,
Eant_Real orientation,
Eant_CoordSysConversion* coordConvert,
Eerr_ErrorReport** lclerr,
)
coordConvert The coordinate system conversion factors.element The input element.lclerr Error handling structure pointer.orientation The orientation of the arc.Description:
Set the orientation of an element with arc info.
Notes:
None.
Return Description:
This function is of type void. If an error occurs this function calls eerr_CreateErrorReport.