eant_ArcElementSetAxes

Go Back

Summary:
  Set the axes of an element with arc info.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementSetAxes  (
    Eant_Element*    element,
    Eant_Real    semiMajor,
    Eant_Real    semiMinor,
    Eant_CoordSysConversion*    coordConvert,
    Eerr_ErrorReport**    lclerr,
  )
coordConvert
    The coordinate system conversion factors.
element
    The input element.
lclerr
    Error handling structure pointer.
semiMajor
    The semi-major axis of the arc.
semiMinor
    The semi-minor axis of the arc.

Description:
  Set the axes 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.