📑 CSV Analysis Documentation

The CSV Analysis tool allows you to export the entire hierarchical structure and metadata of the loaded model into a spreadsheet-compatible format.

📊 Data Content

The generated CSV file contains the following columns for every RenderNode (visible mesh) in the scene:

  • RN_ID: The unique internal ID of the RenderNode.
  • Node_ID: The ID of the associated Hierarchy Node.
  • RN_Name: The name of the mesh geometry.
  • Node_Name: The structural name from the hierarchy.
  • Parent_Node: The name of the immediate parent group.
  • Depth: How deep the node is in the hierarchy tree (0 = Root).
  • Path: The full breadcrumb path (e.g., Root > Fuselage > Cockpit > Seat).

🖱️ Usage

1. Open the CSV Analysis tool from the menu.

2. Review the "Data Summary" to see total node and functionality counts.

3. Click "Download CSV Analysis".

4. Open the resulting file in Excel, Google Sheets, or Python/Pandas for data mining.

💡
TIP Project Tracking*: This CSV export is highly effective for project management. You can import the file into tools like **Notion**, **Airtable**, or *Trello to create a detailed database for tracking your cockpit manufacturing process, part by part.

PitForge 3D Technical Documentation

v2.1.2