libDXF 0.0.1
A library with DXF related functions written in C.
Data Fields

dxf_rastervariables_struct Struct Reference

DXF definition of an AutoCAD rastervariables object (RASTERVARIABLES). More...

#include <rastervariables.h>

Collaboration diagram for dxf_rastervariables_struct:
Collaboration graph
[legend]

Data Fields

int id_code
char * dictionary_owner_soft
char * dictionary_owner_hard
int display_image_frame
int display_quality
int units
int32_t class_version
struct DxfRasterVariablesnext

Detailed Description

DXF definition of an AutoCAD rastervariables object (RASTERVARIABLES).

Definition at line 59 of file rastervariables.h.


Field Documentation

Identification number for the entity.
This is to be an unique (sequential) number in the DXF file.
Group code = 5.

Definition at line 64 of file rastervariables.h.

Referenced by dxf_rastervariables_get_id_code(), dxf_rastervariables_init(), dxf_rastervariables_read(), dxf_rastervariables_set_id_code(), and dxf_rastervariables_write().

Display-image-frame flag.

  1. No frame.
  2. Display frame.

Group code = 70.

Definition at line 76 of file rastervariables.h.

Referenced by dxf_rastervariables_get_display_image_frame(), dxf_rastervariables_init(), dxf_rastervariables_read(), dxf_rastervariables_set_display_image_frame(), and dxf_rastervariables_write().

Image display quality (screen only).

  1. Draft.
  2. High.

Group code = 71.

Definition at line 83 of file rastervariables.h.

Referenced by dxf_rastervariables_get_display_quality(), dxf_rastervariables_init(), dxf_rastervariables_read(), dxf_rastervariables_set_display_quality(), and dxf_rastervariables_write().

AutoCAD units for inserting images.
This is what one AutoCAD unit is equal to for the purpose of inserting and scaling images with an associated resolution.

  1. None.
  2. Millimeter.
  3. Centimeter.
  4. Meter.
  5. Kilometer.
  6. Inch.
  7. Foot.
  8. Yard.
  9. Mile.

Group code = 72.

Definition at line 90 of file rastervariables.h.

Referenced by dxf_rastervariables_get_units(), dxf_rastervariables_init(), dxf_rastervariables_read(), dxf_rastervariables_set_units(), and dxf_rastervariables_write().

Pointer to the next DxfRasterVariables.
NULL in the last DxfRasterVariables.

Definition at line 110 of file rastervariables.h.

Referenced by dxf_rastervariables_free(), dxf_rastervariables_free_chain(), dxf_rastervariables_get_last(), dxf_rastervariables_get_next(), dxf_rastervariables_init(), and dxf_rastervariables_set_next().


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