IDFstepper
IDF to STEP converter
|
An outline/cutout loop. More...
#include <IdfStructure.hpp>
Public Attributes | |
int | label |
The loop's label: 0 - Outline, points in counter-clockwise order. | |
double | x |
X-coordinate of the point in the specified units. | |
double | y |
Y-coordinate of the point in the specified units. | |
double | angle |
Include angle in degrees: 0 - Straight line between previous point and this point. |
An outline/cutout loop.
Definition at line 99 of file IdfStructure.hpp.
double idf::Loop::angle |
Include angle in degrees: 0 - Straight line between previous point and this point.
360 - Circle with center in previous point and circumference on this point. !=0 - Arc of given degrees between previous and this point, positive values for counter-clockwise arc.
Definition at line 115 of file IdfStructure.hpp.
int idf::Loop::label |
The loop's label: 0 - Outline, points in counter-clockwise order.
1 - First cutout, points in clockwise order. n - n-th cutout, points in clockwise order.
Definition at line 104 of file IdfStructure.hpp.
double idf::Loop::x |
X-coordinate of the point in the specified units.
Definition at line 106 of file IdfStructure.hpp.
double idf::Loop::y |
Y-coordinate of the point in the specified units.
Definition at line 108 of file IdfStructure.hpp.