Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions rst/indigo/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,10 @@ You can get and set different S-group's properties using the next methods:
- ``getSGroupNumCrossBonds`` - returns number of crossing bonds for sgroup
- ``addSGroupAttachmentPoint`` - accepts attachment point's description and creates it (for S-groups of "SUP" type)
- ``deleteSGroupAttachmentPoint`` - accepts attachment point's index and removes it (for S-groups of "SUP" type)
- ``iterateSGroupAttachmentPoints`` - iterates attachment points of sgroup (for S-groups of "SUP" type)
- ``getSGroupAttachmentPointAtomIdx`` - returns the attachment atom index (for S-groups of "SUP" type)
- ``getSGroupAttachmentPointLeaveAtom`` - returns the leaving atom index (for S-groups of "SUP" type)
- ``getSGroupAttachmentPointLabel`` - returns the attachment point label (for S-groups of "SUP" type)
- ``getSGroupDisplayOption`` - returns display option for sgroup (for S-groups of "SUP" type)
- ``setSGroupDisplayOption`` - accepts display option for sgroup (for S-groups of "SUP" type)
- ``getSGroupMultiplier`` - returns multiplier value for sgroup (for S-groups of "MUL" type)
Expand Down
Loading