eant_ArcElementSetLocationData

Go Back

Summary:
  Set the location data of an element with arc info.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementSetLocationData  (
    Eant_Element*    element,
    Eevg_Coord*    center,
    Eant_Real    orientation,
    Eant_Real    semiMajor,
    Eant_Real    semiMinor,
    Eerr_ErrorReport**    lclerr,
  )
center
    The coordinates of the center of the arc.
element
    The input element.
lclerr
    Error handling structure pointer.
orientation
    The orientation of the arc.
semiMajor
    The semi-major axis of the arc.
semiMinor
    The semi-minor axis of the arc.

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