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

dxf_hatch_pattern_struct Struct Reference

DXF definition of an AutoCAD hatch pattern. More...

#include <hatch.h>

Collaboration diagram for dxf_hatch_pattern_struct:
Collaboration graph
[legend]

Data Fields

int id_code
int number_of_def_lines
struct DxfHatchPatternDefLinedef_lines
int number_of_seed_points
struct DxfHatchPatternSeedPointseed_points
struct DxfHatchPatternnext

Detailed Description

DXF definition of an AutoCAD hatch pattern.

Definition at line 411 of file hatch.h.


Field Documentation

group code = 5.

Definition at line 415 of file hatch.h.

Referenced by dxf_hatch_pattern_get_id_code(), dxf_hatch_pattern_init(), and dxf_hatch_pattern_set_id_code().

Number of hatch pattern definition lines.
Group code = 78.

Definition at line 417 of file hatch.h.

Referenced by dxf_hatch_pattern_get_number_of_def_lines(), dxf_hatch_pattern_init(), and dxf_hatch_pattern_set_number_of_def_lines().

Pointer to the first DxfHatchPatterDefLine.

Definition at line 419 of file hatch.h.

Referenced by dxf_hatch_pattern_free(), dxf_hatch_pattern_get_def_lines(), dxf_hatch_pattern_init(), and dxf_hatch_pattern_set_def_lines().

Number of seed points.
Group code = 98.

Definition at line 422 of file hatch.h.

Referenced by dxf_hatch_pattern_get_number_of_seed_points(), dxf_hatch_pattern_init(), and dxf_hatch_pattern_set_number_of_seed_points().

Pointer to the first DxfHatchSeedPoint.

Definition at line 424 of file hatch.h.

Referenced by dxf_hatch_pattern_free(), dxf_hatch_pattern_get_seed_points(), dxf_hatch_pattern_init(), and dxf_hatch_pattern_set_seed_points().

Pointer to the next DxfHatchPattern.
NULL if the last DxfHatchPattern.

Definition at line 426 of file hatch.h.

Referenced by dxf_hatch_pattern_free(), dxf_hatch_pattern_free_chain(), dxf_hatch_pattern_get_last(), dxf_hatch_pattern_get_next(), dxf_hatch_pattern_init(), and dxf_hatch_pattern_set_next().


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