| 
    KiCad PCB EDA Suite
    
   | 
 
#include <writer.h>
Public Attributes | |
| std::string | name | 
| Name of the parent node to link to.   | |
| std::vector< float > | mat | 
| Transform matrix, 4x4, row major.   | |
| std::vector<float> U3D::PARENT_NODE::mat | 
Transform matrix, 4x4, row major.
Definition at line 186 of file writer.h.
Referenced by U3D::WRITER::generateMeshesByAssembly(), and U3D::WRITER::getGroupNodeBlock().
| std::string U3D::PARENT_NODE::name | 
Name of the parent node to link to.
Definition at line 181 of file writer.h.
Referenced by U3D::WRITER::generateMeshesByAssembly(), and U3D::WRITER::getGroupNodeBlock().