KiCad PCB EDA Suite
Loading...
Searching...
No Matches
U3D::GROUP_NODE Struct Reference

#include <writer.h>

Public Attributes

std::string name
 Name of this group node.
 
std::vector< PARENT_NODEparentNodes
 List of parent nodes this group node belongs to.
 

Detailed Description

Definition at line 189 of file writer.h.

Member Data Documentation

◆ name

std::string U3D::GROUP_NODE::name

Name of this group node.

Definition at line 194 of file writer.h.

Referenced by U3D::WRITER::generateMeshesByAssembly().

◆ parentNodes

std::vector<PARENT_NODE> U3D::GROUP_NODE::parentNodes

List of parent nodes this group node belongs to.

Definition at line 199 of file writer.h.

Referenced by U3D::WRITER::generateMeshesByAssembly().


The documentation for this struct was generated from the following file: