API Reference / compositeAspects · function
Function: compositeAspects()
function compositeAspects(
engine,
jdA,
jdB,
bodies?,
opts?): CompositeAspectHit[];
Aspects among the bodies of a midpoint-composite chart.
Same aspect table, orb policy, and strength arithmetic as
findAspects on a real chart -- the only difference is that the
composite's bodies do not move, so no applying/separating phase is
reported. Pairs come back in body order with a before b.
The node rule follows transitAspects: the non-aspecting points sit
out as they do natally, except that one node is admitted (true_node when
bodies carries it, otherwise mean_node), because the composite node is
read the same way the natal one is.
Parameters
| Parameter | Type |
|---|---|
engine | Engine |
jdA | number |
jdB | number |
bodies | BodyId[] |
opts | { orbs?: Record<string, number>; zodiac?: Zodiac; } |
opts.orbs? | Record<string, number> |
opts.zodiac? | Zodiac |