QCAD
Open Source 2D CAD
DL_DimOrdinateData Struct Reference

Ordinate Dimension Data. More...

#include <dl_entities.h>

Public Member Functions

 DL_DimOrdinateData (double ddpx1, double ddpy1, double ddpz1, double ddpx2, double ddpy2, double ddpz2, bool dxtype)
 Constructor. More...
 

Public Attributes

double dpx1
 
double dpx2
 
double dpy1
 
double dpy2
 
double dpz1
 
double dpz2
 
bool xtype
 

Detailed Description

Ordinate Dimension Data.

Constructor & Destructor Documentation

◆ DL_DimOrdinateData()

DL_DimOrdinateData::DL_DimOrdinateData ( double  ddpx1,
double  ddpy1,
double  ddpz1,
double  ddpx2,
double  ddpy2,
double  ddpz2,
bool  dxtype 
)
inline

Constructor.

Parameters: see member variables.

Member Data Documentation

◆ dpx1

double DL_DimOrdinateData::dpx1

X Coordinate of definition point 1.

◆ dpx2

double DL_DimOrdinateData::dpx2

X Coordinate of definition point 2.

◆ dpy1

double DL_DimOrdinateData::dpy1

Y Coordinate of definition point 1.

◆ dpy2

double DL_DimOrdinateData::dpy2

Y Coordinate of definition point 2.

◆ dpz1

double DL_DimOrdinateData::dpz1

Z Coordinate of definition point 1.

◆ dpz2

double DL_DimOrdinateData::dpz2

Z Coordinate of definition point 2.

◆ xtype

bool DL_DimOrdinateData::xtype

True if the dimension indicates the X-value, false for Y-value


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