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

A board/panel outline as a sequence of points connected by straight lines or arcs. More...

#include <IdfStructure.hpp>

List of all members.

Public Attributes

Owner owner
 The owner of the outline.
double thickness
 Thickness of the board/panel in the specified units.
std::vector< Looploops
 Loops representing the board's or panel's outline.

Detailed Description

A board/panel outline as a sequence of points connected by straight lines or arcs.

Definition at line 122 of file IdfStructure.hpp.


Member Data Documentation

Loops representing the board's or panel's outline.

Definition at line 130 of file IdfStructure.hpp.

The owner of the outline.

Definition at line 124 of file IdfStructure.hpp.

Thickness of the board/panel in the specified units.

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