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

An additional outline not related to the entities shape. More...

#include <IdfStructure.hpp>

List of all members.

Public Attributes

Owner owner
 The owner of the outline.
std::string identifier
 The outline identifier, e.g. a part or layer name.
double thickness
 The extrude thickness from the board's/panel's surface.
BoardSide side
 The side on which to extrude the outline.
std::vector< Looploops
 Loops representing the area's outline and cutouts.

Detailed Description

An additional outline not related to the entities shape.

Definition at line 136 of file IdfStructure.hpp.


Member Data Documentation

The outline identifier, e.g. a part or layer name.

Definition at line 141 of file IdfStructure.hpp.

Loops representing the area's outline and cutouts.

Definition at line 148 of file IdfStructure.hpp.

The owner of the outline.

Definition at line 138 of file IdfStructure.hpp.

The side on which to extrude the outline.

Definition at line 145 of file IdfStructure.hpp.

The extrude thickness from the board's/panel's surface.

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