Mesh attributes#
Mesh attributes are defined in the mesh
attribute space (short name: me
), that matches only mesh nodes.
Attributes inherited from the node attribute space:
Attribute name | Short name | Possible values | Examples |
---|---|---|---|
hasMaterial | hm |
true , false |
me.hm not me.hm |
hidden | h |
true , false |
me.h not me.h |
name | n |
strings in quotes | me.n "A" me.n "L*" |
ownsMaterial | om |
true , false |
me.om |
selected | true , false |
me.selected not me.selected |
|
selectionFlag | sf |
true , false |
me.sf false me.sf |
visibilityFlag | vf |
true , false |
me.vf false me.vf |
visible | v |
true , false |
me.v not me.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.