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.hmnot pm.hm |
| hidden | h |
true, false |
pm.hnot pm.h |
| name | n |
strings in quotes | pm.n "A"pm.n "L*" |
| ownsMaterial | om |
true, false |
pm.om |
| selected | true, false |
pm.selectednot pm.selected |
|
| selectionFlag | sf |
true, false |
pm.sf falsepm.sf |
| visibilityFlag | vf |
true, false |
pm.vf falsepm.vf |
| visible | v |
true, false |
pm.vnot 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.