/ . / _chimera / Ring
Ring(_x: Ring) -> Ring
attributes:
- atoms: set of Atom
- bonds: set of Bond
- orderedAtoms: list of Atom
- orderedBonds: list of Bond
Methods
|
|
|
planarity
|
planarity ( self )
planarity() -> list [4] of float, float, float
|
|
addBond
|
addBond ( self, element )
addBond(element: Bond)
|
|
aromatic
|
aromatic ( self )
aromatic() -> bool
|
|
removeBond
|
removeBond ( self, element )
removeBond(element: Bond)
|
|
|