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

endsec.c File Reference

Functions for a DXF end of section marker (ENDSEC). More...

#include "endsec.h"
Include dependency graph for endsec.c:

Go to the source code of this file.

Functions

int dxf_endsec_write (DxfFile *fp)
 Write DXF output to a file for an end of section marker (ENDSEC).

Detailed Description

Functions for a DXF end of section marker (ENDSEC).

Author:
Copyright (C) 2015 by Bert Timmerman <bert.timmerman@xs4all.nl>.

Copyright Notices.


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to:
Free Software Foundation, Inc.,
59 Temple Place,
Suite 330,
Boston,
MA 02111 USA.

Drawing eXchange Format (DXF) is a defacto industry standard for the exchange of drawing files between various Computer Aided Drafting programs.
DXF is an industry standard designed by Autodesk(TM).
For more details see http://www.autodesk.com.


Definition in file endsec.c.


Function Documentation

int dxf_endsec_write ( DxfFile fp)

Write DXF output to a file for an end of section marker (ENDSEC).

Returns:
EXIT_SUCCESS when done, or EXIT_FAILURE when an error occurred.
Version:
According to DXF R10.
According to DXF R11.
According to DXF R12.
According to DXF R13.
According to DXF R14.
Parameters:
fpDXF file pointer to an output file (or device).

Definition at line 53 of file endsec.c.

References _, DXF_DEBUG_BEGIN, DXF_DEBUG_END, and dxf_file_struct::fp.

Referenced by dxf_header_write(), and dxf_tables_write().