Web Analytics Made Easy - Statcounter
Skip to content

Backbone attributes#

Backbone attributes are defined in the backbone attribute space (short name: s), that matches only backbone nodebb.

Attributes inherited from the node attribute space:

Attribute name Short name Possible values Examples
hasMaterial hm true, false bb.hm
not bb.hm
hidden h true, false bb.h
not bb.h
name n strings in quotes bb.n "A"
bb.n "L*"
ownsMaterial om true, false bb.om
selected true, false bb.selected
not bb.selected
selectionFlag sf true, false bb.sf false
bb.sf
visibilityFlag vf true, false bb.vf false
bb.vf
visible v true, false bb.v
not bb.v

Attributes inherited from the structuralGroup attribute space:

Attribute name Short name Possible values Examples
formalCharge fc integers bb.fc > 1
bb.fc 6:8
numberOfAtoms nat integers bb.nat < 1000
bb.nat 100:200
numberOfCarbons nC integers bb.nC < 10
bb.nC 10:20
numberOfHydrogens nH integers bb.nH < 10
bb.nH 10:20
numberOfNitrogens nN integers bb.nN < 10
bb.nN 10:20
numberOfOxygens nO integers bb.nO < 10
bb.nO 10:20
numberOfSulfurs nS integers bb.nS < 10
bb.nS 10:20
numberOfCoarseGrainedAtoms ncga integers bb.ncga < 1000
bb.ncga 100:200
partialCharge pc real bb.pc > 1.5
bb.pc 1.5:2.0

formalCharge#

Inherited from structuralGroup.formalCharge.

hasMaterial#

Inherited from node.hasMaterial.

hidden#

Inherited from node.hidden.

name#

Inherited from node.name.

numberOfAtoms#

Inherited from structuralGroup.numberOfAtoms.

numberOfCarbons#

Inherited from structuralGroup.numberOfCarbons.

numberOfCoarseGrainedAtoms#

Inherited from structuralGroup.numberOfCoarseGrainedAtoms.

numberOfHydrogens#

Inherited from structuralGroup.numberOfHydrogens.

numberOfNitrogens#

Inherited from structuralGroup.numberOfNitrogens.

numberOfOxygens#

Inherited from structuralGroup.numberOfOxygens.

numberOfSulfurs#

Inherited from structuralGroup.numberOfSulfurs.

ownsMaterial#

Inherited from node.ownsMaterial.

partialCharge#

Inherited from structuralGroup.partialCharge.

selected#

Inherited from node.selected, but without the short name s.

selectionFlag#

Inherited from node.selectionFlag.

visibilityFlag#

Inherited from node.visibilityFlag.

visible#

Inherited from node.visible.