QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DL_ArcData Struct Reference

Arc Data. More...

#include <dl_entities.h>

List of all members.

Public Member Functions

 DL_ArcData (double acx, double acy, double acz, double aRadius, double aAngle1, double aAngle2)
 Constructor.

Public Attributes

double angle1
double angle2
double cx
double cy
double cz
double radius

Detailed Description

Arc Data.

Author:
Andrew Mustun

Constructor & Destructor Documentation

DL_ArcData::DL_ArcData ( double  acx,
double  acy,
double  acz,
double  aRadius,
double  aAngle1,
double  aAngle2 
)
inline

Constructor.

Parameters: see member variables.


Member Data Documentation

double DL_ArcData::angle1

Startangle of arc in degrees.

double DL_ArcData::angle2

Endangle of arc in degrees.

double DL_ArcData::cx

X Coordinate of center point.

double DL_ArcData::cy

Y Coordinate of center point.

double DL_ArcData::cz

Z Coordinate of center point.

double DL_ArcData::radius

Radius of arc.


The documentation for this struct was generated from the following file: