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

A drilled hole of a board or panel. More...

#include <IdfStructure.hpp>

List of all members.

Public Attributes

double diameter
 The hole diameter in board/panel units.
double x
 X-coordinate of hole.
double y
 Y-coordinate of hole.
PlatingStyle style
 Plating style of the board.
std::string associatedPart
 The associated part of the hole.
std::string type
 The type of the hole.
Owner owner
 The owner of the hole.

Detailed Description

A drilled hole of a board or panel.

Definition at line 243 of file IdfStructure.hpp.


Member Data Documentation

The associated part of the hole.

Definition at line 253 of file IdfStructure.hpp.

The hole diameter in board/panel units.

Definition at line 245 of file IdfStructure.hpp.

The owner of the hole.

Definition at line 257 of file IdfStructure.hpp.

Plating style of the board.

Definition at line 251 of file IdfStructure.hpp.

The type of the hole.

Definition at line 255 of file IdfStructure.hpp.

X-coordinate of hole.

Definition at line 247 of file IdfStructure.hpp.

Y-coordinate of hole.

Definition at line 249 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