KiCad PCB EDA Suite
Loading...
Searching...
No Matches
S3D_INFO Struct Reference

#include <3d_info.h>

Public Member Functions

 S3D_INFO ()
 
 S3D_INFO (const FP_3DMODEL &aModel)
 

Public Attributes

SGPOINT m_Scale
 scaling factors for the 3D footprint shape
 
SGPOINT m_Rotation
 an X,Y,Z rotation (unit = degrees) for the 3D shape
 
SGPOINT m_Offset
 an offset (unit = inch) for the 3D shape
 
wxString m_Filename
 The 3D shape filename in 3D library.
 

Detailed Description

Definition at line 41 of file 3d_info.h.

Constructor & Destructor Documentation

◆ S3D_INFO() [1/2]

S3D_INFO::S3D_INFO ( )

◆ S3D_INFO() [2/2]

S3D_INFO::S3D_INFO ( const FP_3DMODEL aModel)

Member Data Documentation

◆ m_Filename

wxString S3D_INFO::m_Filename

The 3D shape filename in 3D library.

Definition at line 49 of file 3d_info.h.

◆ m_Offset

SGPOINT S3D_INFO::m_Offset

an offset (unit = inch) for the 3D shape

Definition at line 48 of file 3d_info.h.

◆ m_Rotation

SGPOINT S3D_INFO::m_Rotation

an X,Y,Z rotation (unit = degrees) for the 3D shape

Definition at line 47 of file 3d_info.h.

◆ m_Scale

SGPOINT S3D_INFO::m_Scale

scaling factors for the 3D footprint shape

Definition at line 46 of file 3d_info.h.


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