KCF {BioNovoGene.BioDeep.Chemistry.Model} | .NET clr documentation |
# namespace BioNovoGene.BioDeep.Chemistry.Model
export class KCF {
# 原子基团列表
Atoms: Atom[];
# 原子基团之间相互连接的化学键
Bounds: Bound[];
Entry: Entry;
}
Atoms
: AtomBounds
: BoundEntry
: Entry