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