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

dxf_comment_struct Struct Reference

DXF definition of an AutoCAD comment entity (COMMENT). More...

#include <comment.h>

Collaboration diagram for dxf_comment_struct:
Collaboration graph
[legend]

Data Fields

int id_code
char * value
struct DxfCommentnext

Detailed Description

DXF definition of an AutoCAD comment entity (COMMENT).

Definition at line 57 of file comment.h.


Field Documentation

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

Definition at line 61 of file comment.h.

Referenced by dxf_comment_get_id_code(), and dxf_comment_set_id_code().

group code = 999
The comment text string.

Definition at line 66 of file comment.h.

Referenced by dxf_comment_get_value(), and dxf_comment_set_value().

pointer to the next DxfComment.
NULL in the last DxfComment.

Definition at line 68 of file comment.h.

Referenced by dxf_comment_free(), dxf_comment_free_chain(), dxf_comment_get_last(), dxf_comment_get_next(), and dxf_comment_set_next().


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