Properties¶
- appearanceURI¶
6 not_recursive_by_default
A resource identifier used to overwrite an appearance. Can be an URI to an external resource e.g."http://foo.bar"
or named resource like"urn:X-l3d:color:red"
.
- children¶
1 readonly not_recursive_by_default
The list of IDs of the node’s child nodes.
- enabled¶
7 recursive_by_default
Sets whether a node is shown or hidden.
- globalTransform¶
3 readonly not_recursive_by_default
READONLY. The stacked transformation matrix for the node. The transformation is applied to local geometry and all children.
- globalVolume¶
5 readonly not_recursive_by_default
The axis-aligned bounding box of the node’s geometry and all child nodes, given in the global coordinate system.
- hasAuxStructure¶
11 not_recursive_by_default
Shows if a node has additional aux structures.
- label¶
10 not_recursive_by_default
A string to be displayed to the user in UI Elements.
- localTransform¶
2 readonly not_recursive_by_default
The transformation matrix that is put on the transformation stack for the node. The transformation is applied to local geometry and all children.
- localVolume¶
4 not_recursive_by_default
The axis-aligned bounding box of the local geometry in the local coordinate system.
- parent¶
0 readonly not_recursive_by_default
The ID of the node’s parent node.
- pickable¶
8 readonly recursive_by_default
Shows whether a node is pickable in the 3D view.
- selected¶
9 readonly recursive_by_default
Shows whether a node is in the current selection.