DirectionRADec# class ansys.stk.core.stkutil.DirectionRADec# Bases: IDirection Spherical direction (Right Ascension and Declination). Overview# Properties dec Declination: angle above the x-y plane. Uses Latitude Dimension. magnitude A unitless value that represents magnitude. ra Right Ascension: angle in x-y plane from x towards y. Uses Longitude Dimension. Import detail# from ansys.stk.core.stkutil import DirectionRADec Property detail# property DirectionRADec.dec: Any# Declination: angle above the x-y plane. Uses Latitude Dimension. property DirectionRADec.magnitude: float# A unitless value that represents magnitude. property DirectionRADec.ra: Any# Right Ascension: angle in x-y plane from x towards y. Uses Longitude Dimension.