ChemicalElement {BioNovoGene.BioDeep.Chemoinformatics.SMILES} | .NET clr documentation |
the chemical atom element
# namespace BioNovoGene.BioDeep.Chemoinformatics.SMILES
export class ChemicalElement extends Node {
aromatic: boolean;
# the ion charge value
charge: integer;
# 2D coordinate [x,y]
coordinate: double;
degree: tuple[integer, integer];
# the atom or atom group element label text
elementName: string;
graph_id: integer;
# the atom group name
group: string;
# The number of the hydrogen of current atom group it has
hydrogen: integer;
ID: integer;
# 与当前的这个元素连接的化学键的数量
Keys: integer;
label: string;
}