IDFstepper
IDF to STEP converter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Attributes
idf::ComponentPlacement Struct Reference

Placement information of a single component. More...

#include <IdfStructure.hpp>

List of all members.

Public Attributes

std::string package
 Name of the component's package.
std::string number
 Component's part number.
std::string refdes
 Reference designator.
double x
 X-coordinate of location.
double y
 Y-coordinate of location.
double offset
 Mounting offset from board surface.
double angle
 Rotation angle in degrees.
BoardSide side
 Mounting side of board, either TOP_SIDE or BOTTOM_SIDE.
PlacementStatus status
 Placement status of component.

Detailed Description

Placement information of a single component.

Definition at line 295 of file IdfStructure.hpp.


Member Data Documentation

Rotation angle in degrees.

Definition at line 310 of file IdfStructure.hpp.

Component's part number.

Definition at line 299 of file IdfStructure.hpp.

Mounting offset from board surface.

Definition at line 308 of file IdfStructure.hpp.

Name of the component's package.

Definition at line 297 of file IdfStructure.hpp.

Reference designator.

Definition at line 301 of file IdfStructure.hpp.

Mounting side of board, either TOP_SIDE or BOTTOM_SIDE.

Definition at line 312 of file IdfStructure.hpp.

Placement status of component.

Definition at line 314 of file IdfStructure.hpp.

X-coordinate of location.

Definition at line 304 of file IdfStructure.hpp.

Y-coordinate of location.

Definition at line 306 of file IdfStructure.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines