Web Analytics Made Easy - Statcounter
Skip to content

Visual model attributes#

Visual model attributes are defined in the visualModel attribute space (short name: vm), that matches only visual model nodes.

Attributes inherited from the node attribute space:

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

hasMaterial#

Inherited from node.hasMaterial.

hidden#

Inherited from node.hidden.

name#

Inherited from node.name.

ownsMaterial#

Inherited from node.ownsMaterial.

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.