ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
DL_DimOrdinateData Struct Reference

#include <dl_entities.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Ordinate Dimension Data.

Definition at line 1362 of file dl_entities.h.

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.

Definition at line 1367 of file dl_entities.h.

Member Data Documentation

◆ dpx1

double DL_DimOrdinateData::dpx1

X Coordinate of definition point 1.

Definition at line 1386 of file dl_entities.h.

Referenced by DL_Dxf::writeDimOrdinate().

◆ dpx2

double DL_DimOrdinateData::dpx2

X Coordinate of definition point 2.

Definition at line 1393 of file dl_entities.h.

Referenced by DL_Dxf::writeDimOrdinate().

◆ dpy1

double DL_DimOrdinateData::dpy1

Y Coordinate of definition point 1.

Definition at line 1388 of file dl_entities.h.

Referenced by DL_Dxf::writeDimOrdinate().

◆ dpy2

double DL_DimOrdinateData::dpy2

Y Coordinate of definition point 2.

Definition at line 1395 of file dl_entities.h.

Referenced by DL_Dxf::writeDimOrdinate().

◆ dpz1

double DL_DimOrdinateData::dpz1

Z Coordinate of definition point 1.

Definition at line 1390 of file dl_entities.h.

◆ dpz2

double DL_DimOrdinateData::dpz2

Z Coordinate of definition point 2.

Definition at line 1397 of file dl_entities.h.

◆ xtype

bool DL_DimOrdinateData::xtype

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

Definition at line 1400 of file dl_entities.h.

Referenced by DL_Dxf::writeDimOrdinate().


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