LibrePCB Developers Documentation
KiCadFootprintModel Struct Referencefinal

Represents the 3D model of a KiCad footprint. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadFootprintModel:

Static Public Member Functions

static KiCadFootprintModel parse (const SExpression &node, MessageLogger &log)
 

Public Attributes

QString path
 
QVector3D offset
 
QVector3D scale
 
QVector3D rotate
 

Detailed Description

Represents the 3D model of a KiCad footprint.

Member Function Documentation

◆ parse()

KiCadFootprintModel parse ( const SExpression node,
MessageLogger log 
)
static
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ path

QString path

◆ offset

QVector3D offset

◆ scale

QVector3D scale

◆ rotate

QVector3D rotate

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