Web Analytics Made Easy - Statcounter
Skip to content

Property model attributes#

Property model attributes are defined in the propertyModel attribute space (short name: pm), that matches only property model nodes.

Attributes inherited from the node attribute space:

Attribute name Short name Possible values Examples
hasMaterial hm true, false pm.hm
not pm.hm
hidden h true, false pm.h
not pm.h
name n strings in quotes pm.n "A"
pm.n "L*"
ownsMaterial om true, false pm.om
selected true, false pm.selected
not pm.selected
selectionFlag sf true, false pm.sf false
pm.sf
visibilityFlag vf true, false pm.vf false
pm.vf
visible v true, false pm.v
not pm.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.