QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
DL_BlockData Struct Reference

Block Data. More...

#include <dl_entities.h>

Public Member Functions

 DL_BlockData (const std::string &bName, int bFlags, double bbpx, double bbpy, double bbpz)
 Constructor.
 

Public Attributes

double bpx
 X Coordinate of base point.
 
double bpy
 Y Coordinate of base point.
 
double bpz
 Z Coordinate of base point.
 
int flags
 Block flags.
 
std::string name
 Block name.
 

Detailed Description

Block Data.

Constructor & Destructor Documentation

◆ DL_BlockData()

DL_BlockData::DL_BlockData ( const std::string & bName,
int bFlags,
double bbpx,
double bbpy,
double bbpz )
inline

Constructor.

Parameters: see member variables.

Member Data Documentation

◆ bpx

double DL_BlockData::bpx

X Coordinate of base point.

◆ bpy

double DL_BlockData::bpy

Y Coordinate of base point.

◆ bpz

double DL_BlockData::bpz

Z Coordinate of base point.

◆ flags

int DL_BlockData::flags

Block flags.

(not used currently)

◆ name

std::string DL_BlockData::name

Block name.


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