Interface RibbonSubgroup

A minimal interface to support the default accessors used by RibbonGenerator for properties of source and target objects of a Ribbon.

(Corresponds to ChordSubgroup)

interface RibbonSubgroup {
    endAngle: number;
    radius: number;
    startAngle: number;
}

Properties

endAngle: number

End angle of the ribbon subgroup in radians

radius: number

Radius of the ribbon subgroup

startAngle: number

Start angle of the ribbon subgroup in radians