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

An outline/cutout loop. More...

#include <IdfStructure.hpp>

List of all members.

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.

Detailed Description

An outline/cutout loop.

Definition at line 99 of file IdfStructure.hpp.


Member Data Documentation

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.

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.


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