libDXF 0.0.1
A library with DXF related functions written in C.
|
Functions for a DXF dimension style table (DIMSTYLE
).
More...
#include "dimstyle.h"
Go to the source code of this file.
Functions | |
DxfDimStyle * | dxf_dimstyle_new () |
Allocate memory for a DXF DIMSTYLE . | |
DxfDimStyle * | dxf_dimstyle_init (DxfDimStyle *dimstyle) |
Allocate memory and initialize data fields in a DXF DIMSTYLE entity. | |
int | dxf_dimstyle_write (DxfFile *fp, DxfDimStyle *dimstyle) |
Write DXF output for a DXF DIMSTYLE table. | |
DxfDimStyle * | dxf_dimstyle_read (DxfFile *fp, DxfDimStyle *dimstyle) |
Read data from a DXF file into a DXF DIMSTYLE table. | |
int | dxf_dimstyle_free (DxfDimStyle *dimstyle) |
Free the allocated memory for a DXF DIMSTYLE and all it's data fields. | |
void | dxf_dimstyle_free_chain (DxfDimStyle *dimstyles) |
Free the allocated memory for a chain of DXF DIMSTYLE symbol table and all their data fields. | |
char * | dxf_dimstyle_get_dimstyle_name (DxfDimStyle *dimstyle) |
Get the dimension style name string value (dimstyle_name ) from this DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimstyle_name (DxfDimStyle *dimstyle, char *dimstyle_name) |
Set the dimension style name string value (dimstyle_name ) for a DXF dimension style symbol table (DIMSTYLE ). | |
char * | dxf_dimstyle_get_dimpost (DxfDimStyle *dimstyle) |
Get the general dimensioning suffix string value (dimpost ) from this DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimpost (DxfDimStyle *dimstyle, char *dimpost) |
Set the general dimensioning suffix string value (dimpost ) for this DXF dimension style symbol table (DIMSTYLE ). | |
char * | dxf_dimstyle_get_dimapost (DxfDimStyle *dimstyle) |
Get the alternate dimensioning suffix string value (dimapost ) from this DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimapost (DxfDimStyle *dimstyle, char *dimapost) |
Set the alternate dimensioning suffix string value (dimapost ) for this DXF dimension style symbol table (DIMSTYLE ). | |
char * | dxf_dimstyle_get_dimblk (DxfDimStyle *dimstyle) |
Get the arrow block name string value (dimblk ) from this DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimblk (DxfDimStyle *dimstyle, char *dimblk) |
Set the arrow block name string value (dimblk ) for this DXF dimension style symbol table (DIMSTYLE ). | |
char * | dxf_dimstyle_get_dimblk1 (DxfDimStyle *dimstyle) |
Get the first arrow block name string value (dimblk1 ) from this DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimblk1 (DxfDimStyle *dimstyle, char *dimblk1) |
Set the first arrow block name string value (dimblk1 ) for this DXF dimension style symbol table (DIMSTYLE ). | |
char * | dxf_dimstyle_get_dimblk2 (DxfDimStyle *dimstyle) |
Get the second arrow block name string value (dimblk2 ) from this DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimblk2 (DxfDimStyle *dimstyle, char *dimblk2) |
Set the second arrow block name string value (dimblk2 ) for this DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimscale (DxfDimStyle *dimstyle) |
Get the overall dimensioning scale factor value (dimscale ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimscale (DxfDimStyle *dimstyle, double dimscale) |
Set the overall dimensioning scale factor value (dimscale ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimasz (DxfDimStyle *dimstyle) |
Get the dimensioning arrow size value (dimasz ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimasz (DxfDimStyle *dimstyle, double dimasz) |
Set the dimensioning arrow size value (dimasz ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimexo (DxfDimStyle *dimstyle) |
Get the extension line offset value (dimexo ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimexo (DxfDimStyle *dimstyle, double dimexo) |
Set the extension line offset value (dimexo ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimdli (DxfDimStyle *dimstyle) |
Get the dimension line increment value (dimdli ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimdli (DxfDimStyle *dimstyle, double dimdli) |
Set the dimension line increment value (dimdli ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimexe (DxfDimStyle *dimstyle) |
Get the extension line extension value (dimexe ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimexe (DxfDimStyle *dimstyle, double dimexe) |
Set the extension line extension value (dimexe ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimrnd (DxfDimStyle *dimstyle) |
Get the rounding value for dimension distances (dimrnd ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimrnd (DxfDimStyle *dimstyle, double dimrnd) |
Set the rounding value for dimension distances (dimrnd ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimdle (DxfDimStyle *dimstyle) |
Get the dimension line extension value (dimdle ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimdle (DxfDimStyle *dimstyle, double dimdle) |
Set the dimension line extension value (dimdle ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimtp (DxfDimStyle *dimstyle) |
Get the plus tolerance value (dimtp ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtp (DxfDimStyle *dimstyle, double dimtp) |
Set the plus tolerance value (dimtp ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimtm (DxfDimStyle *dimstyle) |
Get the minus tolerance value (dimtm ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtm (DxfDimStyle *dimstyle, double dimtm) |
Set the minus tolerance value (dimtm ) for a DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_flag (DxfDimStyle *dimstyle) |
Get the flag value (flag ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_flag (DxfDimStyle *dimstyle, int flag) |
Set the flag value (flag ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimtol (DxfDimStyle *dimstyle) |
Get the dimension tolerances value (dimtol ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtol (DxfDimStyle *dimstyle, int dimtol) |
Set the dimension tolerances value (dimtol ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimlim (DxfDimStyle *dimstyle) |
Get the dimension limits value (dimlim ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimlim (DxfDimStyle *dimstyle, int dimlim) |
Set the dimension limits value (dimlim ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimtih (DxfDimStyle *dimstyle) |
Get the text inside horizontal value (dimtih ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtih (DxfDimStyle *dimstyle, int dimtih) |
Set the text inside horizontal value (dimtih ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimtoh (DxfDimStyle *dimstyle) |
Get the text outside horizontal value (dimtoh ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtoh (DxfDimStyle *dimstyle, int dimtoh) |
Set the text outside horizontal value (dimtoh ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimse1 (DxfDimStyle *dimstyle) |
Get the first extension line suppressed value (dimse1 ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimse1 (DxfDimStyle *dimstyle, int dimse1) |
Set the first extension line suppressed value (dimse1 ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimse2 (DxfDimStyle *dimstyle) |
Get the second extension line suppressed value (dimse2 ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimse2 (DxfDimStyle *dimstyle, int dimse2) |
Set the second extension line suppressed value (dimse2 ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimtad (DxfDimStyle *dimstyle) |
Get the text above dimension line value (dimtad ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtad (DxfDimStyle *dimstyle, int dimtad) |
Set the text above dimension line value (dimtad ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimzin (DxfDimStyle *dimstyle) |
Get the zero suppression for "feet & inch" dimensions value (dimzin ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimzin (DxfDimStyle *dimstyle, int dimzin) |
Set the zero suppression for "feet & inch" dimensions value (dimzin ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_id_code (DxfDimStyle *dimstyle) |
Get the ID code from this DXF dimenstion style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_id_code (DxfDimStyle *dimstyle, int id_code) |
Set the ID code for this DXF dimenstion style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimtxt (DxfDimStyle *dimstyle) |
Get the dimensioning text height value (dimtxt ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtxt (DxfDimStyle *dimstyle, double dimtxt) |
Set the dimensioning text height value (dimtxt ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimcen (DxfDimStyle *dimstyle) |
Get the size of center mark/lines value (dimcen ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimcen (DxfDimStyle *dimstyle, double dimcen) |
Set the size of center mark/lines value (dimcen ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimtsz (DxfDimStyle *dimstyle) |
Get the dimensioning tick size value (dimtsz ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtsz (DxfDimStyle *dimstyle, double dimtsz) |
Set the dimensioning tick size value (dimtsz ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimaltf (DxfDimStyle *dimstyle) |
Get the alternate unit scale factor value (dimaltf ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimaltf (DxfDimStyle *dimstyle, double dimaltf) |
Set the alternate unit scale factor value (dimaltf ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimlfac (DxfDimStyle *dimstyle) |
Get the linear measurements scale factor value (dimlfac ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimlfac (DxfDimStyle *dimstyle, double dimlfac) |
Set the linear measurements scale factor value (dimlfac ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimtvp (DxfDimStyle *dimstyle) |
Get the text vertical position value (dimtvp ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtvp (DxfDimStyle *dimstyle, double dimtvp) |
Set the text vertical position value (dimtvp ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimtfac (DxfDimStyle *dimstyle) |
Get the dimension tolerance display scale factor value (dimtfac ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtfac (DxfDimStyle *dimstyle, double dimtfac) |
Set the dimension tolerance display scale factor value (dimtfac ) for a DXF dimension style symbol table (DIMSTYLE ). | |
double | dxf_dimstyle_get_dimgap (DxfDimStyle *dimstyle) |
Get the dimension line gap value (dimgap ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimgap (DxfDimStyle *dimstyle, double dimgap) |
Set the dimension line gap value (dimgap ) for a DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimalt (DxfDimStyle *dimstyle) |
Get the alternate unit dimensioning value (dimalt ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimalt (DxfDimStyle *dimstyle, int dimalt) |
Set the alternate unit dimensioning value (dimalt ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimaltd (DxfDimStyle *dimstyle) |
Get the alternate unit decimal places value (dimaltd ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimaltd (DxfDimStyle *dimstyle, int dimaltd) |
Set the alternate unit decimal places value (dimaltd ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimtofl (DxfDimStyle *dimstyle) |
Get the text outside extensions, force line extensions value (dimtofl ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtofl (DxfDimStyle *dimstyle, int dimtofl) |
Set the text outside extensions, force line extensions value (dimtofl ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimsah (DxfDimStyle *dimstyle) |
Get the use separate arrow blocks value (dimsah ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimsah (DxfDimStyle *dimstyle, int dimsah) |
Set the use separate arrow blocks value (dimsah ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimtix (DxfDimStyle *dimstyle) |
Get the force text inside extensions value (dimtix ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtix (DxfDimStyle *dimstyle, int dimtix) |
Set the force text inside extensions value (dimtix ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimsoxd (DxfDimStyle *dimstyle) |
Get the suppress outside-extensions dimension lines value (dimsoxd ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimsoxd (DxfDimStyle *dimstyle, int dimsoxd) |
Set the suppress outside-extensions dimension lines value (dimsoxd ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimclrd (DxfDimStyle *dimstyle) |
Get the dimension line color value (dimclrd ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimclrd (DxfDimStyle *dimstyle, int dimclrd) |
Set the dimension line color value (dimclrd ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimclre (DxfDimStyle *dimstyle) |
Get the dimension extension line color value (dimclre ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimclre (DxfDimStyle *dimstyle, int dimclre) |
Set the dimension extension line color value (dimclre ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimclrt (DxfDimStyle *dimstyle) |
Get the dimension text color value (dimclrt ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimclrt (DxfDimStyle *dimstyle, int dimclrt) |
Set the dimension text color value (dimclrt ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimunit (DxfDimStyle *dimstyle) |
Get the dimension units format value (dimunit ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimunit (DxfDimStyle *dimstyle, int dimunit) |
Set the dimension units format value (dimunit ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimdec (DxfDimStyle *dimstyle) |
Get the number of decimal places for the tolerance values of a primary units dimension value (dimdec ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimdec (DxfDimStyle *dimstyle, int dimdec) |
Set the number of decimal places for the tolerance values of a primary units dimension value (dimdec ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimtdec (DxfDimStyle *dimstyle) |
Get the number of decimal places to display the tolerance values (dimtdec ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtdec (DxfDimStyle *dimstyle, int dimtdec) |
Set the number of decimal places to display the tolerance values (dimtdec ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimaltu (DxfDimStyle *dimstyle) |
Get the units format for alternate units value (dimaltu ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimaltu (DxfDimStyle *dimstyle, int dimaltu) |
Set the units format for alternate units value (dimaltu ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimalttd (DxfDimStyle *dimstyle) |
Get the number of decimal places for tolerance values of an alternate units dimension value (dimalttd ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimalttd (DxfDimStyle *dimstyle, int dimalttd) |
Set the number of decimal places for tolerance values of an alternate units dimension value (dimalttd ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimaunit (DxfDimStyle *dimstyle) |
Get the angle format for angular dimensions value (dimaunit ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimaunit (DxfDimStyle *dimstyle, int dimaunit) |
Set the angle format for angular dimensions value (dimaunit ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimjust (DxfDimStyle *dimstyle) |
Get the horizontal dimension text position value (dimjust ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimjust (DxfDimStyle *dimstyle, int dimjust) |
Set the horizontal dimension text position value (dimjust ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimsd1 (DxfDimStyle *dimstyle) |
Get the suppression of first extension line value (dimsd1 ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimsd1 (DxfDimStyle *dimstyle, int dimsd1) |
Set the suppression of first extension line value (dimsd1 ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimsd2 (DxfDimStyle *dimstyle) |
Get the suppression of the second extension line value (dimsd2 ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimsd2 (DxfDimStyle *dimstyle, int dimsd2) |
Set the suppression of the second extension line value (dimsd2 ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimtolj (DxfDimStyle *dimstyle) |
Get the vertical justification for tolerance value (dimtolj ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtolj (DxfDimStyle *dimstyle, int dimtolj) |
Set the vertical justification for tolerance value (dimtolj ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimtzin (DxfDimStyle *dimstyle) |
Get the suppression of zeros for tolerance value (dimtzin ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtzin (DxfDimStyle *dimstyle, int dimtzin) |
Set the suppression of zeros for tolerance value (dimtzin ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimaltz (DxfDimStyle *dimstyle) |
Get the toggle suppression of zeros for alternate unit dimension value (dimaltz ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimaltz (DxfDimStyle *dimstyle, int dimaltz) |
Set the toggle suppression of zeros for alternate unit dimension value (dimaltz ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimalttz (DxfDimStyle *dimstyle) |
Get the toggle suppression of zeros for tolerance units value (dimalttz ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimalttz (DxfDimStyle *dimstyle, int dimalttz) |
Set the toggle suppression of zeros for tolerance units value (dimalttz ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimfit (DxfDimStyle *dimstyle) |
Get the placement of text and arrowheads value (dimfit ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimfit (DxfDimStyle *dimstyle, int dimfit) |
Set the placement of text and arrowheads value (dimfit ) for this DXF dimension style symbol table (DIMSTYLE ). | |
int | dxf_dimstyle_get_dimupt (DxfDimStyle *dimstyle) |
Get the cursor functionality for user positioned text value (dimupt ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimupt (DxfDimStyle *dimstyle, int dimupt) |
Set the cursor functionality for user positioned text value (dimupt ) for this DXF dimension style symbol table (DIMSTYLE ). | |
char * | dxf_dimstyle_get_dimtxsty (DxfDimStyle *dimstyle) |
Get the dimension text style value (dimtxsty ) from a DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_set_dimtxsty (DxfDimStyle *dimstyle, char *dimtxsty) |
Set the dimension text style value (dimtxsty ) for this DXF dimension style symbol table (DIMSTYLE ). | |
DxfDimStyle * | dxf_dimstyle_get_next (DxfDimStyle *dimstyle) |
Get the pointer to the next DIMSTYLE dimension style symbol table from a DXF DIMSTYLE dimension style symbol table. | |
DxfDimStyle * | dxf_dimstyle_set_next (DxfDimStyle *dimstyle, DxfDimStyle *next) |
Set the pointer to the next DIMSTYLE for a DXF DIMSTYLE dimension style symbol table. | |
DxfDimStyle * | dxf_dimstyle_get_last (DxfDimStyle *dimstyle) |
Get the pointer to the last DIMSTYLE dimension style symbol table from a linkedlist of DXF DIMSTYLE dimension style symbol tables. |
Functions for a DXF dimension style table (DIMSTYLE
).
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 dimstyle.c.
DxfDimStyle* dxf_dimstyle_new | ( | ) |
Allocate memory for a DXF DIMSTYLE
.
Fill the memory contents with zeros.
NULL
when no memory was allocated, a pointer to the allocated memory when succesful. Definition at line 54 of file dimstyle.c.
References _, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init(), and dxf_dimstyle_read().
DxfDimStyle* dxf_dimstyle_init | ( | DxfDimStyle * | dimstyle | ) |
Allocate memory and initialize data fields in a DXF DIMSTYLE
entity.
NULL
when no memory was allocated, a pointer to the allocated memory when succesful. dimstyle | Pointer to the memory occupied by the DXF DIMSTYLE table. |
Definition at line 92 of file dimstyle.c.
References _, DXF_COLOR_BYLAYER, DXF_DEBUG_BEGIN, DXF_DEBUG_END, dxf_dimstyle_new(), dxf_dimstyle_set_dimalt(), dxf_dimstyle_set_dimaltd(), dxf_dimstyle_set_dimaltf(), dxf_dimstyle_set_dimapost(), dxf_dimstyle_set_dimasz(), dxf_dimstyle_set_dimblk(), dxf_dimstyle_set_dimblk1(), dxf_dimstyle_set_dimblk2(), dxf_dimstyle_set_dimcen(), dxf_dimstyle_set_dimclrd(), dxf_dimstyle_set_dimclre(), dxf_dimstyle_set_dimclrt(), dxf_dimstyle_set_dimdle(), dxf_dimstyle_set_dimdli(), dxf_dimstyle_set_dimexe(), dxf_dimstyle_set_dimexo(), dxf_dimstyle_set_dimgap(), dxf_dimstyle_set_dimlfac(), dxf_dimstyle_set_dimlim(), dxf_dimstyle_set_dimpost(), dxf_dimstyle_set_dimrnd(), dxf_dimstyle_set_dimsah(), dxf_dimstyle_set_dimscale(), dxf_dimstyle_set_dimse1(), dxf_dimstyle_set_dimse2(), dxf_dimstyle_set_dimsoxd(), dxf_dimstyle_set_dimstyle_name(), dxf_dimstyle_set_dimtad(), dxf_dimstyle_set_dimtfac(), dxf_dimstyle_set_dimtih(), dxf_dimstyle_set_dimtix(), dxf_dimstyle_set_dimtm(), dxf_dimstyle_set_dimtofl(), dxf_dimstyle_set_dimtoh(), dxf_dimstyle_set_dimtol(), dxf_dimstyle_set_dimtp(), dxf_dimstyle_set_dimtsz(), dxf_dimstyle_set_dimtvp(), dxf_dimstyle_set_dimtxt(), dxf_dimstyle_set_dimzin(), dxf_dimstyle_set_flag(), and dxf_dimstyle_set_next().
Referenced by dxf_dimstyle_read().
int dxf_dimstyle_write | ( | DxfFile * | fp, |
DxfDimStyle * | dimstyle | ||
) |
Write DXF output for a DXF DIMSTYLE
table.
EXIT_SUCCESS
when done, or EXIT_FAILURE
when an error occurred. fp | DXF file pointer to an output file (or device). |
dimstyle | Pointer to the memory occupied by the DXF DIMSTYLE table. |
Definition at line 173 of file dimstyle.c.
References _, dxf_file_struct::acad_version_number, AutoCAD_13, AutoCAD_2000, DXF_DEBUG_BEGIN, DXF_DEBUG_END, dxf_dimstyle_get_dimalt(), dxf_dimstyle_get_dimaltd(), dxf_dimstyle_get_dimaltf(), dxf_dimstyle_get_dimalttd(), dxf_dimstyle_get_dimalttz(), dxf_dimstyle_get_dimaltu(), dxf_dimstyle_get_dimaltz(), dxf_dimstyle_get_dimapost(), dxf_dimstyle_get_dimasz(), dxf_dimstyle_get_dimaunit(), dxf_dimstyle_get_dimblk(), dxf_dimstyle_get_dimblk1(), dxf_dimstyle_get_dimblk2(), dxf_dimstyle_get_dimcen(), dxf_dimstyle_get_dimclrd(), dxf_dimstyle_get_dimclre(), dxf_dimstyle_get_dimclrt(), dxf_dimstyle_get_dimdec(), dxf_dimstyle_get_dimdle(), dxf_dimstyle_get_dimdli(), dxf_dimstyle_get_dimexe(), dxf_dimstyle_get_dimexo(), dxf_dimstyle_get_dimfit(), dxf_dimstyle_get_dimgap(), dxf_dimstyle_get_dimjust(), dxf_dimstyle_get_dimlfac(), dxf_dimstyle_get_dimlim(), dxf_dimstyle_get_dimpost(), dxf_dimstyle_get_dimrnd(), dxf_dimstyle_get_dimsah(), dxf_dimstyle_get_dimscale(), dxf_dimstyle_get_dimsd1(), dxf_dimstyle_get_dimsd2(), dxf_dimstyle_get_dimse1(), dxf_dimstyle_get_dimse2(), dxf_dimstyle_get_dimsoxd(), dxf_dimstyle_get_dimstyle_name(), dxf_dimstyle_get_dimtad(), dxf_dimstyle_get_dimtdec(), dxf_dimstyle_get_dimtfac(), dxf_dimstyle_get_dimtih(), dxf_dimstyle_get_dimtix(), dxf_dimstyle_get_dimtm(), dxf_dimstyle_get_dimtofl(), dxf_dimstyle_get_dimtoh(), dxf_dimstyle_get_dimtol(), dxf_dimstyle_get_dimtolj(), dxf_dimstyle_get_dimtp(), dxf_dimstyle_get_dimtsz(), dxf_dimstyle_get_dimtvp(), dxf_dimstyle_get_dimtxsty(), dxf_dimstyle_get_dimtxt(), dxf_dimstyle_get_dimtzin(), dxf_dimstyle_get_dimunit(), dxf_dimstyle_get_dimupt(), dxf_dimstyle_get_dimzin(), dxf_dimstyle_get_flag(), dxf_dimstyle_get_id_code(), dxf_dimstyle_set_dimapost(), dxf_dimstyle_set_dimblk(), dxf_dimstyle_set_dimblk1(), dxf_dimstyle_set_dimblk2(), dxf_dimstyle_set_dimpost(), dxf_file_struct::fp, and dxf_dimstyle_struct::id_code.
DxfDimStyle* dxf_dimstyle_read | ( | DxfFile * | fp, |
DxfDimStyle * | dimstyle | ||
) |
Read data from a DXF file into a DXF DIMSTYLE
table.
The last line read from file contained the string "DIMSTYLE".
Now follows some data for the DIMSTYLE
, to be terminated with a " 0" string announcing the following table, or the end of the TABLES
section marker ENDTAB
.
dimstyle
. fp | DXF file pointer to an input file (or device). |
dimstyle | Pointer to the memory occupied by the DXF DIMSTYLE table. |
Definition at line 361 of file dimstyle.c.
References _, dxf_file_struct::acad_version_number, AutoCAD_13, AutoCAD_2000, dxf_dimstyle_struct::dimalt, dxf_dimstyle_struct::dimaltd, dxf_dimstyle_struct::dimaltf, dxf_dimstyle_struct::dimalttd, dxf_dimstyle_struct::dimalttz, dxf_dimstyle_struct::dimaltu, dxf_dimstyle_struct::dimaltz, dxf_dimstyle_struct::dimapost, dxf_dimstyle_struct::dimasz, dxf_dimstyle_struct::dimaunit, dxf_dimstyle_struct::dimblk, dxf_dimstyle_struct::dimblk1, dxf_dimstyle_struct::dimblk2, dxf_dimstyle_struct::dimcen, dxf_dimstyle_struct::dimclrd, dxf_dimstyle_struct::dimclre, dxf_dimstyle_struct::dimclrt, dxf_dimstyle_struct::dimdec, dxf_dimstyle_struct::dimdle, dxf_dimstyle_struct::dimdli, dxf_dimstyle_struct::dimexe, dxf_dimstyle_struct::dimexo, dxf_dimstyle_struct::dimfit, dxf_dimstyle_struct::dimgap, dxf_dimstyle_struct::dimjust, dxf_dimstyle_struct::dimlfac, dxf_dimstyle_struct::dimlim, dxf_dimstyle_struct::dimpost, dxf_dimstyle_struct::dimrnd, dxf_dimstyle_struct::dimsah, dxf_dimstyle_struct::dimscale, dxf_dimstyle_struct::dimsd1, dxf_dimstyle_struct::dimsd2, dxf_dimstyle_struct::dimse1, dxf_dimstyle_struct::dimse2, dxf_dimstyle_struct::dimsoxd, dxf_dimstyle_struct::dimstyle_name, dxf_dimstyle_struct::dimtad, dxf_dimstyle_struct::dimtdec, dxf_dimstyle_struct::dimtfac, dxf_dimstyle_struct::dimtih, dxf_dimstyle_struct::dimtix, dxf_dimstyle_struct::dimtm, dxf_dimstyle_struct::dimtofl, dxf_dimstyle_struct::dimtoh, dxf_dimstyle_struct::dimtol, dxf_dimstyle_struct::dimtolj, dxf_dimstyle_struct::dimtp, dxf_dimstyle_struct::dimtsz, dxf_dimstyle_struct::dimtvp, dxf_dimstyle_struct::dimtxsty, dxf_dimstyle_struct::dimtxt, dxf_dimstyle_struct::dimtzin, dxf_dimstyle_struct::dimunit, dxf_dimstyle_struct::dimupt, dxf_dimstyle_struct::dimzin, DXF_DEBUG_BEGIN, DXF_DEBUG_END, dxf_dimstyle_get_dimstyle_name(), dxf_dimstyle_init(), dxf_dimstyle_new(), dxf_file_struct::filename, dxf_dimstyle_struct::flag, dxf_file_struct::fp, dxf_dimstyle_struct::id_code, and dxf_file_struct::line_number.
int dxf_dimstyle_free | ( | DxfDimStyle * | dimstyle | ) |
Free the allocated memory for a DXF DIMSTYLE
and all it's data fields.
EXIT_SUCCESS
when done, or EXIT_FAILURE
when an error occurred. dimstyle | Pointer to the memory occupied by the DXF DIMSTYLE table. |
Definition at line 894 of file dimstyle.c.
References _, DXF_DEBUG_BEGIN, DXF_DEBUG_END, dxf_dimstyle_get_dimapost(), dxf_dimstyle_get_dimblk(), dxf_dimstyle_get_dimblk1(), dxf_dimstyle_get_dimblk2(), dxf_dimstyle_get_dimpost(), dxf_dimstyle_get_dimstyle_name(), and dxf_dimstyle_struct::next.
Referenced by dxf_dimstyle_free_chain().
void dxf_dimstyle_free_chain | ( | DxfDimStyle * | dimstyles | ) |
Free the allocated memory for a chain of DXF DIMSTYLE
symbol table and all their data fields.
dimstyles | pointer to the chain of DXF DIMSTYLE symbol tables. |
Definition at line 939 of file dimstyle.c.
References _, DXF_DEBUG_BEGIN, DXF_DEBUG_END, dxf_dimstyle_free(), and dxf_dimstyle_struct::next.
char* dxf_dimstyle_get_dimstyle_name | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension style name string value (dimstyle_name
) from this DXF dimension style symbol table (DIMSTYLE
).
dimstyle_name
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 974 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimstyle_name, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_free(), dxf_dimstyle_read(), and dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimstyle_name | ( | DxfDimStyle * | dimstyle, |
char * | dimstyle_name | ||
) |
Set the dimension style name string value (dimstyle_name
) for a DXF dimension style symbol table (DIMSTYLE
).
DIMSTYLE
symbol table if successful, a NULL
when an error occurred.dimstyle_name
member of the DxfDimstyle
struct is performed.dimstyle_name
variable is not freed by this function and needs to be freed by the caller. dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimstyle_name | a pointer to a dimension style name string value (dimstyle_name ). |
Definition at line 1013 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimstyle_name, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
char* dxf_dimstyle_get_dimpost | ( | DxfDimStyle * | dimstyle | ) |
Get the general dimensioning suffix string value (dimpost
) from this DXF dimension style symbol table (DIMSTYLE
).
dimpost
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1056 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimpost, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_free(), and dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimpost | ( | DxfDimStyle * | dimstyle, |
char * | dimpost | ||
) |
Set the general dimensioning suffix string value (dimpost
) for this DXF dimension style symbol table (DIMSTYLE
).
DIMSTYLE
symbol table if successful, a NULL
when an error occurred.dimpost
member of the DxfDimstyle
struct is performed.dimpost
variable is not freed by this function and needs to be freed by the caller. dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimpost | a pointer to a general dimensioning suffix string value (dimpost ). |
Definition at line 1095 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimpost, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init(), and dxf_dimstyle_write().
char* dxf_dimstyle_get_dimapost | ( | DxfDimStyle * | dimstyle | ) |
Get the alternate dimensioning suffix string value (dimapost
) from this DXF dimension style symbol table (DIMSTYLE
).
dimapost
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1138 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimapost, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_free(), and dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimapost | ( | DxfDimStyle * | dimstyle, |
char * | dimapost | ||
) |
Set the alternate dimensioning suffix string value (dimapost
) for this DXF dimension style symbol table (DIMSTYLE
).
DIMSTYLE
symbol table if successful, a NULL
when an error occurred.dimapost
member of the DxfDimstyle
struct is performed.dimapost
variable is not freed by this function and needs to be freed by the caller. dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimapost | a pointer to a alternate dimensioning suffix string value (dimapost ). |
Definition at line 1177 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimapost, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init(), and dxf_dimstyle_write().
char* dxf_dimstyle_get_dimblk | ( | DxfDimStyle * | dimstyle | ) |
Get the arrow block name string value (dimblk
) from this DXF dimension style symbol table (DIMSTYLE
).
dimblk
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1220 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimblk, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_free(), and dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimblk | ( | DxfDimStyle * | dimstyle, |
char * | dimblk | ||
) |
Set the arrow block name string value (dimblk
) for this DXF dimension style symbol table (DIMSTYLE
).
DIMSTYLE
symbol table if successful, a NULL
when an error occurred.dimblk
member of the DxfDimstyle
struct is performed.dimblk
variable is not freed by this function and needs to be freed by the caller. dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimblk | arrow block name string value (dimblk ). |
Definition at line 1259 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimblk, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init(), and dxf_dimstyle_write().
char* dxf_dimstyle_get_dimblk1 | ( | DxfDimStyle * | dimstyle | ) |
Get the first arrow block name string value (dimblk1
) from this DXF dimension style symbol table (DIMSTYLE
).
dimblk1
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1301 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimblk1, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_free(), and dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimblk1 | ( | DxfDimStyle * | dimstyle, |
char * | dimblk1 | ||
) |
Set the first arrow block name string value (dimblk1
) for this DXF dimension style symbol table (DIMSTYLE
).
DIMSTYLE
symbol table if successful, a NULL
when an error occurred.dimblk1
member of the DxfDimstyle
struct is performed.dimblk1
variable is not freed by this function and needs to be freed by the caller. dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimblk1 | a pointer to the first arrow block name string value (dimblk1 ). |
Definition at line 1340 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimblk1, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init(), and dxf_dimstyle_write().
char* dxf_dimstyle_get_dimblk2 | ( | DxfDimStyle * | dimstyle | ) |
Get the second arrow block name string value (dimblk2
) from this DXF dimension style symbol table (DIMSTYLE
).
dimblk2
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1383 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimblk2, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_free(), and dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimblk2 | ( | DxfDimStyle * | dimstyle, |
char * | dimblk2 | ||
) |
Set the second arrow block name string value (dimblk2
) for this DXF dimension style symbol table (DIMSTYLE
).
DIMSTYLE
symbol table if successful, a NULL
when an error occurred.dimblk2
member of the DxfDimstyle
struct is performed.dimblk2
variable is not freed by this function and needs to be freed by the caller. dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimblk2 | a pointer to the second arrow block name string value (dimblk2 ). |
Definition at line 1422 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimblk2, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init(), and dxf_dimstyle_write().
double dxf_dimstyle_get_dimscale | ( | DxfDimStyle * | dimstyle | ) |
Get the overall dimensioning scale factor value (dimscale
) from a DXF dimension style symbol table (DIMSTYLE
).
dimscale
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1465 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimscale, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimscale | ( | DxfDimStyle * | dimstyle, |
double | dimscale | ||
) |
Set the overall dimensioning scale factor value (dimscale
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimscale | the overall dimensioning scale factor value (dimscale ) to be set for the symbol table. |
Definition at line 1502 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimscale, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimasz | ( | DxfDimStyle * | dimstyle | ) |
Get the dimensioning arrow size value (dimasz
) from a DXF dimension style symbol table (DIMSTYLE
).
dimasz
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1545 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimasz, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimasz | ( | DxfDimStyle * | dimstyle, |
double | dimasz | ||
) |
Set the dimensioning arrow size value (dimasz
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimasz | the dimensioning arrow size value (dimasz ) to be set for the symbol table. |
Definition at line 1582 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimasz, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimexo | ( | DxfDimStyle * | dimstyle | ) |
Get the extension line offset value (dimexo
) from a DXF dimension style symbol table (DIMSTYLE
).
dimexo
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1625 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimexo, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimexo | ( | DxfDimStyle * | dimstyle, |
double | dimexo | ||
) |
Set the extension line offset value (dimexo
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimexo | the extension line offset value (dimexo ) to be set for the symbol table. |
Definition at line 1655 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimexo, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimdli | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension line increment value (dimdli
) from a DXF dimension style symbol table (DIMSTYLE
).
dimdli
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1691 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimdli, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimdli | ( | DxfDimStyle * | dimstyle, |
double | dimdli | ||
) |
Set the dimension line increment value (dimdli
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimdli | the dimension line increment value (dimdli ) to be set for the symbol table. |
Definition at line 1721 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimdli, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimexe | ( | DxfDimStyle * | dimstyle | ) |
Get the extension line extension value (dimexe
) from a DXF dimension style symbol table (DIMSTYLE
).
dimexe
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1757 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimexe, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimexe | ( | DxfDimStyle * | dimstyle, |
double | dimexe | ||
) |
Set the extension line extension value (dimexe
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimexe | the extension line extension value (dimexe ) to be set for the symbol table. |
Definition at line 1787 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimexe, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimrnd | ( | DxfDimStyle * | dimstyle | ) |
Get the rounding value for dimension distances (dimrnd
) from a DXF dimension style symbol table (DIMSTYLE
).
dimrnd
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1823 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimrnd, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimrnd | ( | DxfDimStyle * | dimstyle, |
double | dimrnd | ||
) |
Set the rounding value for dimension distances (dimrnd
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimrnd | the rounding value for dimension distances (dimrnd ) to be set for the symbol table. |
Definition at line 1853 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimrnd, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimdle | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension line extension value (dimdle
) from a DXF dimension style symbol table (DIMSTYLE
).
dimdle
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1889 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimdle, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimdle | ( | DxfDimStyle * | dimstyle, |
double | dimdle | ||
) |
Set the dimension line extension value (dimdle
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimdle | the dimension line extension value (dimdle ) to be set for the symbol table. |
Definition at line 1919 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimdle, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimtp | ( | DxfDimStyle * | dimstyle | ) |
Get the plus tolerance value (dimtp
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtp
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 1955 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtp, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtp | ( | DxfDimStyle * | dimstyle, |
double | dimtp | ||
) |
Set the plus tolerance value (dimtp
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtp | the plus tolerance value (dimtp ) to be set for the symbol table. |
Definition at line 1985 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtp, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimtm | ( | DxfDimStyle * | dimstyle | ) |
Get the minus tolerance value (dimtm
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtm
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2021 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtm, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtm | ( | DxfDimStyle * | dimstyle, |
double | dimtm | ||
) |
Set the minus tolerance value (dimtm
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtm | the minus tolerance value (dimtm ) to be set for the symbol table. |
Definition at line 2051 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtm, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_flag | ( | DxfDimStyle * | dimstyle | ) |
Get the flag value (flag
) from a DXF dimension style symbol table (DIMSTYLE
).
flag
).dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2091 of file dimstyle.c.
References _, DXF_DEBUG_BEGIN, DXF_DEBUG_END, and dxf_dimstyle_struct::flag.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_flag | ( | DxfDimStyle * | dimstyle, |
int | flag | ||
) |
Set the flag value (flag
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
flag | the flag value (flag ). |
Definition at line 2121 of file dimstyle.c.
References _, DXF_DEBUG_BEGIN, DXF_DEBUG_END, and dxf_dimstyle_struct::flag.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimtol | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension tolerances value (dimtol
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtol
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2160 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtol, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtol | ( | DxfDimStyle * | dimstyle, |
int | dimtol | ||
) |
Set the dimension tolerances value (dimtol
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtol | the dimension tolerances value (dimtol ) to be set for the symbol table. |
Definition at line 2190 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtol, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimlim | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension limits value (dimlim
) from a DXF dimension style symbol table (DIMSTYLE
).
dimlim
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2226 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimlim, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimlim | ( | DxfDimStyle * | dimstyle, |
int | dimlim | ||
) |
Set the dimension limits value (dimlim
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimlim | the dimension limits value (dimlim ) to be set for the symbol table. |
Definition at line 2256 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimlim, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimtih | ( | DxfDimStyle * | dimstyle | ) |
Get the text inside horizontal value (dimtih
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtih
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2292 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtih, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtih | ( | DxfDimStyle * | dimstyle, |
int | dimtih | ||
) |
Set the text inside horizontal value (dimtih
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtih | the text inside horizontal value (dimtih ) to be set for the symbol table. |
Definition at line 2322 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtih, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimtoh | ( | DxfDimStyle * | dimstyle | ) |
Get the text outside horizontal value (dimtoh
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtoh
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2358 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtoh, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtoh | ( | DxfDimStyle * | dimstyle, |
int | dimtoh | ||
) |
Set the text outside horizontal value (dimtoh
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtoh | the text outside horizontal value (dimtoh ) to be set for the symbol table. |
Definition at line 2388 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtoh, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimse1 | ( | DxfDimStyle * | dimstyle | ) |
Get the first extension line suppressed value (dimse1
) from a DXF dimension style symbol table (DIMSTYLE
).
dimse1
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2424 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimse1, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimse1 | ( | DxfDimStyle * | dimstyle, |
int | dimse1 | ||
) |
Set the first extension line suppressed value (dimse1
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimse1 | the first extension line suppressed value (dimse1 ) to be set for the symbol table. |
Definition at line 2454 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimse1, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimse2 | ( | DxfDimStyle * | dimstyle | ) |
Get the second extension line suppressed value (dimse2
) from a DXF dimension style symbol table (DIMSTYLE
).
dimse2
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2490 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimse2, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimse2 | ( | DxfDimStyle * | dimstyle, |
int | dimse2 | ||
) |
Set the second extension line suppressed value (dimse2
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimse2 | the second extension line suppressed value (dimse2 ) to be set for the symbol table. |
Definition at line 2520 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimse2, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimtad | ( | DxfDimStyle * | dimstyle | ) |
Get the text above dimension line value (dimtad
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtad
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2556 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtad, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtad | ( | DxfDimStyle * | dimstyle, |
int | dimtad | ||
) |
Set the text above dimension line value (dimtad
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtad | the text above dimension line value (dimtad ) to be set for the symbol table. |
Definition at line 2586 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtad, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimzin | ( | DxfDimStyle * | dimstyle | ) |
Get the zero suppression for "feet & inch" dimensions value (dimzin
) from a DXF dimension style symbol table (DIMSTYLE
).
dimzin
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2623 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimzin, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimzin | ( | DxfDimStyle * | dimstyle, |
int | dimzin | ||
) |
Set the zero suppression for "feet & inch" dimensions value (dimzin
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimzin | the zero suppression for "feet & inch" dimensions value (dimzin ) to be set for the symbol table. |
Definition at line 2653 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimzin, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_id_code | ( | DxfDimStyle * | dimstyle | ) |
Get the ID code from this DXF dimenstion style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF DIMSTYLE symbol table entry. |
Definition at line 2689 of file dimstyle.c.
References _, DXF_DEBUG_BEGIN, DXF_DEBUG_END, and dxf_dimstyle_struct::id_code.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_id_code | ( | DxfDimStyle * | dimstyle, |
int | id_code | ||
) |
Set the ID code for this DXF dimenstion style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimenstion style symbol table (DIMSTYLE ). |
id_code | Identification number for the entity. This is to be an unique (sequential) number in the DXF file. |
Definition at line 2718 of file dimstyle.c.
References _, DXF_DEBUG_BEGIN, DXF_DEBUG_END, and dxf_dimstyle_struct::id_code.
double dxf_dimstyle_get_dimtxt | ( | DxfDimStyle * | dimstyle | ) |
Get the dimensioning text height value (dimtxt
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtxt
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2755 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtxt, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtxt | ( | DxfDimStyle * | dimstyle, |
double | dimtxt | ||
) |
Set the dimensioning text height value (dimtxt
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtxt | the dimensioning text height value (dimtxt ) to be set for the symbol table. |
Definition at line 2785 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtxt, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimcen | ( | DxfDimStyle * | dimstyle | ) |
Get the size of center mark/lines value (dimcen
) from a DXF dimension style symbol table (DIMSTYLE
).
dimcen
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2821 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimcen, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimcen | ( | DxfDimStyle * | dimstyle, |
double | dimcen | ||
) |
Set the size of center mark/lines value (dimcen
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimcen | the size of center mark/lines value (dimcen ) to be set for the symbol table. |
Definition at line 2851 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimcen, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimtsz | ( | DxfDimStyle * | dimstyle | ) |
Get the dimensioning tick size value (dimtsz
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtsz
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2887 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtsz, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtsz | ( | DxfDimStyle * | dimstyle, |
double | dimtsz | ||
) |
Set the dimensioning tick size value (dimtsz
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtsz | the dimensioning tick size value (dimtsz ) to be set for the symbol table. |
Definition at line 2917 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtsz, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimaltf | ( | DxfDimStyle * | dimstyle | ) |
Get the alternate unit scale factor value (dimaltf
) from a DXF dimension style symbol table (DIMSTYLE
).
dimaltf
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 2953 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimaltf, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimaltf | ( | DxfDimStyle * | dimstyle, |
double | dimaltf | ||
) |
Set the alternate unit scale factor value (dimaltf
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimaltf | the alternate unit scale factor value (dimaltf ) to be set for the symbol table. |
Definition at line 2983 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimaltf, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimlfac | ( | DxfDimStyle * | dimstyle | ) |
Get the linear measurements scale factor value (dimlfac
) from a DXF dimension style symbol table (DIMSTYLE
).
dimlfac
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3019 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimlfac, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimlfac | ( | DxfDimStyle * | dimstyle, |
double | dimlfac | ||
) |
Set the linear measurements scale factor value (dimlfac
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimlfac | the linear measurements scale factor value (dimlfac ) to be set for the symbol table. |
Definition at line 3049 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimlfac, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimtvp | ( | DxfDimStyle * | dimstyle | ) |
Get the text vertical position value (dimtvp
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtvp
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3085 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtvp, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtvp | ( | DxfDimStyle * | dimstyle, |
double | dimtvp | ||
) |
Set the text vertical position value (dimtvp
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtvp | the text vertical position value (dimtvp ) to be set for the symbol table. |
Definition at line 3115 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtvp, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimtfac | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension tolerance display scale factor value (dimtfac
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtfac
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3151 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtfac, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtfac | ( | DxfDimStyle * | dimstyle, |
double | dimtfac | ||
) |
Set the dimension tolerance display scale factor value (dimtfac
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtfac | the dimension tolerance display scale factor value (dimtfac ) to be set for the symbol table. |
Definition at line 3181 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtfac, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
double dxf_dimstyle_get_dimgap | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension line gap value (dimgap
) from a DXF dimension style symbol table (DIMSTYLE
).
dimgap
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3217 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimgap, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimgap | ( | DxfDimStyle * | dimstyle, |
double | dimgap | ||
) |
Set the dimension line gap value (dimgap
) for a DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimgap | the dimension line gap value (dimgap ) to be set for the symbol table. |
Definition at line 3247 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimgap, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimalt | ( | DxfDimStyle * | dimstyle | ) |
Get the alternate unit dimensioning value (dimalt
) from a DXF dimension style symbol table (DIMSTYLE
).
dimalt
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3283 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimalt, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimalt | ( | DxfDimStyle * | dimstyle, |
int | dimalt | ||
) |
Set the alternate unit dimensioning value (dimalt
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimalt | the alternate unit dimensioning value (dimalt ) to be set for the symbol table. |
Definition at line 3313 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimalt, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimaltd | ( | DxfDimStyle * | dimstyle | ) |
Get the alternate unit decimal places value (dimaltd
) from a DXF dimension style symbol table (DIMSTYLE
).
dimaltd
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3349 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimaltd, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimaltd | ( | DxfDimStyle * | dimstyle, |
int | dimaltd | ||
) |
Set the alternate unit decimal places value (dimaltd
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimaltd | the alternate unit decimal places value (dimaltd ) to be set for the symbol table. |
Definition at line 3379 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimaltd, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimtofl | ( | DxfDimStyle * | dimstyle | ) |
Get the text outside extensions, force line extensions value (dimtofl
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtofl
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3416 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtofl, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtofl | ( | DxfDimStyle * | dimstyle, |
int | dimtofl | ||
) |
Set the text outside extensions, force line extensions value (dimtofl
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtofl | the text outside extensions, force line extensions value (dimtofl ) to be set for the symbol table. |
Definition at line 3446 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtofl, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimsah | ( | DxfDimStyle * | dimstyle | ) |
Get the use separate arrow blocks value (dimsah
) from a DXF dimension style symbol table (DIMSTYLE
).
dimsah
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3482 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimsah, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimsah | ( | DxfDimStyle * | dimstyle, |
int | dimsah | ||
) |
Set the use separate arrow blocks value (dimsah
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimsah | the use separate arrow blocks value (dimsah ) to be set for the symbol table. |
Definition at line 3512 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimsah, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimtix | ( | DxfDimStyle * | dimstyle | ) |
Get the force text inside extensions value (dimtix
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtix
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3548 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtix, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtix | ( | DxfDimStyle * | dimstyle, |
int | dimtix | ||
) |
Set the force text inside extensions value (dimtix
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtix | the force text inside extensions value (dimtix ) to be set for the symbol table. |
Definition at line 3578 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtix, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimsoxd | ( | DxfDimStyle * | dimstyle | ) |
Get the suppress outside-extensions dimension lines value (dimsoxd
) from a DXF dimension style symbol table (DIMSTYLE
).
dimsoxd
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3615 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimsoxd, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimsoxd | ( | DxfDimStyle * | dimstyle, |
int | dimsoxd | ||
) |
Set the suppress outside-extensions dimension lines value (dimsoxd
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimsoxd | the suppress outside-extensions dimension lines value (dimsoxd ) to be set for the symbol table. |
Definition at line 3645 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimsoxd, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimclrd | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension line color value (dimclrd
) from a DXF dimension style symbol table (DIMSTYLE
).
dimclrd
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3681 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimclrd, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimclrd | ( | DxfDimStyle * | dimstyle, |
int | dimclrd | ||
) |
Set the dimension line color value (dimclrd
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimclrd | the dimension line color value (dimclrd ) to be set for the symbol table. |
Definition at line 3711 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimclrd, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimclre | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension extension line color value (dimclre
) from a DXF dimension style symbol table (DIMSTYLE
).
dimclre
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3747 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimclre, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimclre | ( | DxfDimStyle * | dimstyle, |
int | dimclre | ||
) |
Set the dimension extension line color value (dimclre
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimclre | the dimension extension line color value (dimclre ) to be set for the symbol table. |
Definition at line 3777 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimclre, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimclrt | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension text color value (dimclrt
) from a DXF dimension style symbol table (DIMSTYLE
).
dimclrt
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3813 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimclrt, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimclrt | ( | DxfDimStyle * | dimstyle, |
int | dimclrt | ||
) |
Set the dimension text color value (dimclrt
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimclrt | the dimension text color value (dimclrt ) to be set for the symbol table. |
Definition at line 3843 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimclrt, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_init().
int dxf_dimstyle_get_dimunit | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension units format value (dimunit
) from a DXF dimension style symbol table (DIMSTYLE
).
dimunit
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3879 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimunit, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimunit | ( | DxfDimStyle * | dimstyle, |
int | dimunit | ||
) |
Set the dimension units format value (dimunit
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimunit | the dimension units format value (dimunit ) to be set for the symbol table. |
Definition at line 3921 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimunit, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimdec | ( | DxfDimStyle * | dimstyle | ) |
Get the number of decimal places for the tolerance values of a primary units dimension value (dimdec
) from a DXF dimension style symbol table (DIMSTYLE
).
dimdec
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 3971 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimdec, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimdec | ( | DxfDimStyle * | dimstyle, |
int | dimdec | ||
) |
Set the number of decimal places for the tolerance values of a primary units dimension value (dimdec
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimdec | the number of decimal places for the tolerance values of a primary units dimension value (dimdec ) to be set for the symbol table. |
Definition at line 4002 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimdec, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimtdec | ( | DxfDimStyle * | dimstyle | ) |
Get the number of decimal places to display the tolerance values (dimtdec
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtdec
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4041 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtdec, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtdec | ( | DxfDimStyle * | dimstyle, |
int | dimtdec | ||
) |
Set the number of decimal places to display the tolerance values (dimtdec
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtdec | the number of decimal places to display the tolerance values (dimtdec ) to be set for the symbol table. |
Definition at line 4072 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtdec, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimaltu | ( | DxfDimStyle * | dimstyle | ) |
Get the units format for alternate units value (dimaltu
) from a DXF dimension style symbol table (DIMSTYLE
).
dimaltu
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4109 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimaltu, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimaltu | ( | DxfDimStyle * | dimstyle, |
int | dimaltu | ||
) |
Set the units format for alternate units value (dimaltu
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimaltu | the units format for alternate units value (dimaltu ) to be set for the symbol table. |
Definition at line 4139 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimaltu, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimalttd | ( | DxfDimStyle * | dimstyle | ) |
Get the number of decimal places for tolerance values of an alternate units dimension value (dimalttd
) from a DXF dimension style symbol table (DIMSTYLE
).
dimalttd
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4177 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimalttd, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimalttd | ( | DxfDimStyle * | dimstyle, |
int | dimalttd | ||
) |
Set the number of decimal places for tolerance values of an alternate units dimension value (dimalttd
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimalttd | the number of decimal places for tolerance values of an alternate units dimension value (dimalttd ) to be set for the symbol table. |
Definition at line 4208 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimalttd, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimaunit | ( | DxfDimStyle * | dimstyle | ) |
Get the angle format for angular dimensions value (dimaunit
) from a DXF dimension style symbol table (DIMSTYLE
).
dimaunit
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4246 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimaunit, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimaunit | ( | DxfDimStyle * | dimstyle, |
int | dimaunit | ||
) |
Set the angle format for angular dimensions value (dimaunit
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimaunit | the angle format for angular dimensions value (dimaunit ) to be set for the symbol table. |
Definition at line 4288 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimaunit, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimjust | ( | DxfDimStyle * | dimstyle | ) |
Get the horizontal dimension text position value (dimjust
) from a DXF dimension style symbol table (DIMSTYLE
).
dimjust
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4336 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimjust, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimjust | ( | DxfDimStyle * | dimstyle, |
int | dimjust | ||
) |
Set the horizontal dimension text position value (dimjust
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimjust | the horizontal dimension text position value (dimjust ) to be set for the symbol table. |
Definition at line 4378 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimjust, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimsd1 | ( | DxfDimStyle * | dimstyle | ) |
Get the suppression of first extension line value (dimsd1
) from a DXF dimension style symbol table (DIMSTYLE
).
dimsd1
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4426 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimsd1, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimsd1 | ( | DxfDimStyle * | dimstyle, |
int | dimsd1 | ||
) |
Set the suppression of first extension line value (dimsd1
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimsd1 | the suppression of first extension line value (dimsd1 ) to be set for the symbol table. |
Definition at line 4468 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimsd1, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimsd2 | ( | DxfDimStyle * | dimstyle | ) |
Get the suppression of the second extension line value (dimsd2
) from a DXF dimension style symbol table (DIMSTYLE
).
dimsd2
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4517 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimsd2, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimsd2 | ( | DxfDimStyle * | dimstyle, |
int | dimsd2 | ||
) |
Set the suppression of the second extension line value (dimsd2
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimsd2 | the suppression of the second extension line value (dimsd2 ) to be set for the symbol table. |
Definition at line 4559 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimsd2, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimtolj | ( | DxfDimStyle * | dimstyle | ) |
Get the vertical justification for tolerance value (dimtolj
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtolj
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4607 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtolj, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtolj | ( | DxfDimStyle * | dimstyle, |
int | dimtolj | ||
) |
Set the vertical justification for tolerance value (dimtolj
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtolj | the vertical justification for tolerance value (dimtolj ) to be set for the symbol table. |
Definition at line 4649 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtolj, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimtzin | ( | DxfDimStyle * | dimstyle | ) |
Get the suppression of zeros for tolerance value (dimtzin
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtzin
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4697 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtzin, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtzin | ( | DxfDimStyle * | dimstyle, |
int | dimtzin | ||
) |
Set the suppression of zeros for tolerance value (dimtzin
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtzin | the suppression of zeros for tolerance value (dimtzin ) to be set for the symbol table. |
Definition at line 4739 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtzin, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimaltz | ( | DxfDimStyle * | dimstyle | ) |
Get the toggle suppression of zeros for alternate unit dimension value (dimaltz
) from a DXF dimension style symbol table (DIMSTYLE
).
dimaltz
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4789 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimaltz, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimaltz | ( | DxfDimStyle * | dimstyle, |
int | dimaltz | ||
) |
Set the toggle suppression of zeros for alternate unit dimension value (dimaltz
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimaltz | the toggle suppression of zeros for alternate unit dimension value (dimaltz ) to be set for the symbol table. |
Definition at line 4832 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimaltz, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimalttz | ( | DxfDimStyle * | dimstyle | ) |
Get the toggle suppression of zeros for tolerance units value (dimalttz
) from a DXF dimension style symbol table (DIMSTYLE
).
dimalttz
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4883 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimalttz, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimalttz | ( | DxfDimStyle * | dimstyle, |
int | dimalttz | ||
) |
Set the toggle suppression of zeros for tolerance units value (dimalttz
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimalttz | the toggle suppression of zeros for tolerance units value (dimaltz ) to be set for the symbol table. |
Definition at line 4926 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimalttz, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimfit | ( | DxfDimStyle * | dimstyle | ) |
Get the placement of text and arrowheads value (dimfit
) from a DXF dimension style symbol table (DIMSTYLE
).
dimfit
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 4974 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimfit, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimfit | ( | DxfDimStyle * | dimstyle, |
int | dimfit | ||
) |
Set the placement of text and arrowheads value (dimfit
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimfit | the placement of text and arrowheads value (dimfit ) to be set for the symbol table. |
Definition at line 5016 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimfit, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
int dxf_dimstyle_get_dimupt | ( | DxfDimStyle * | dimstyle | ) |
Get the cursor functionality for user positioned text value (dimupt
) from a DXF dimension style symbol table (DIMSTYLE
).
dimupt
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 5065 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimupt, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimupt | ( | DxfDimStyle * | dimstyle, |
int | dimupt | ||
) |
Set the cursor functionality for user positioned text value (dimupt
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimupt | the cursor functionality for user positioned text value (dimupt ) to be set for the symbol table. |
Definition at line 5107 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimupt, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
char* dxf_dimstyle_get_dimtxsty | ( | DxfDimStyle * | dimstyle | ) |
Get the dimension text style value (dimtxsty
) from a DXF dimension style symbol table (DIMSTYLE
).
dimtxsty
). dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
Definition at line 5155 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtxsty, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
Referenced by dxf_dimstyle_write().
DxfDimStyle* dxf_dimstyle_set_dimtxsty | ( | DxfDimStyle * | dimstyle, |
char * | dimtxsty | ||
) |
Set the dimension text style value (dimtxsty
) for this DXF dimension style symbol table (DIMSTYLE
).
dimstyle | a pointer to a DXF dimension style symbol table (DIMSTYLE ). |
dimtxsty | the dimension text style value (dimtxsty ) to be set for the symbol table. |
Definition at line 5185 of file dimstyle.c.
References _, dxf_dimstyle_struct::dimtxsty, DXF_DEBUG_BEGIN, and DXF_DEBUG_END.
DxfDimStyle* dxf_dimstyle_get_next | ( | DxfDimStyle * | dimstyle | ) |
Get the pointer to the next DIMSTYLE
dimension style symbol table from a DXF DIMSTYLE
dimension style symbol table.
DIMSTYLE
dimension style symbol table.dimstyle | a pointer to a DXF DIMSTYLE dimension style symbol table. |
Definition at line 5230 of file dimstyle.c.
References _, DXF_DEBUG_BEGIN, DXF_DEBUG_END, and dxf_dimstyle_struct::next.
DxfDimStyle* dxf_dimstyle_set_next | ( | DxfDimStyle * | dimstyle, |
DxfDimStyle * | next | ||
) |
Set the pointer to the next DIMSTYLE
for a DXF DIMSTYLE
dimension style symbol table.
dimstyle | a pointer to a DXF DIMSTYLE dimension style symbol table. |
next | a pointer to the next DIMSTYLE for the symbol table. |
Definition at line 5267 of file dimstyle.c.
References _, DXF_DEBUG_BEGIN, DXF_DEBUG_END, and dxf_dimstyle_struct::next.
Referenced by dxf_dimstyle_init().
DxfDimStyle* dxf_dimstyle_get_last | ( | DxfDimStyle * | dimstyle | ) |
Get the pointer to the last DIMSTYLE
dimension style symbol table from a linkedlist of DXF DIMSTYLE
dimension style symbol tables.
DIMSTYLE
dimension style symbol table.dimstyle | a pointer to a DXF DIMSTYLE dimension style symbol table. |
Definition at line 5313 of file dimstyle.c.
References _, DXF_DEBUG_BEGIN, DXF_DEBUG_END, and dxf_dimstyle_struct::next.