API Reference / DegreeAtom · interface
Interface: DegreeAtom
A point's zodiacal degree, stated ordinally: a body at 14°30' Aries
occupies the 15th degree of Aries -- degree symbols (Sabian and the
older sets) count from 1, so degree n spans [n-1°, n°) of the sign.
Emitted for every placed body (the mean node sits out when the true
node is present, as in aspects) and for the Ascendant and Midheaven.
face is the index of the sign's ten-degree face this degree falls in
(1-3) -- the face itself, not its dignity ruler, which is the dignity
atom's face facet.
Extends
FactAtomBase
Properties
| Property | Type | Description | Overrides | Inherited from |
|---|---|---|---|---|
<a id="bodies"></a> bodies | string[] | Body ids this atom concerns (empty for body-less signature facets). | - | FactAtomBase.bodies |
<a id="degree"></a> degree | number | Ordinal degree within the sign, 1-30. | - | - |
<a id="face"></a> face | number | Ten-degree face (decanate) index within the sign, 1-3. | - | - |
<a id="id"></a> id | string | Stable, content-addressable id, e.g. "placement:mars" or "aspect:mars~saturn:square". Interpretations cite this. | - | FactAtomBase.id |
<a id="kind"></a> kind | "degree" | - | FactAtomBase.kind | - |
<a id="point"></a> point | string | A body id, or "asc" / "mc" for the chart angles. | - | - |
<a id="salience"></a> salience | number | Transparent salience (higher = more prominent); see SalienceWeights. | - | FactAtomBase.salience |
<a id="sign"></a> sign | string | - | - | - |
<a id="text"></a> text | string | Plain-language statement of the fact -- no interpretation. | - | FactAtomBase.text |