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