fbxcel_dom/v7400/object/nodeattribute/
limbnode.rs

1//! `NodeAttribute` object (limbnode).
2
3use crate::v7400::object::nodeattribute::NodeAttributeHandle;
4
5define_object_subtype! {
6    /// `NodeAttribute` node handle (limbnode).
7    LimbNodeHandle: NodeAttributeHandle
8}