Home
last modified time | relevance | path

Searched refs:dimaltd (Results 1 – 19 of 19) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/
H A Ddrw_objects.h156 dimaltd(), in DRW_Dimstyle()
209 dimaltd = dimalttd = 3; in reset()
262 int dimaltd; /*!< code 171 */ variable
H A Ddrw_objects.cpp199 dimaltd = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp479 writer->writeInt16(171, ent->dimaltd); in writeDimstyle()
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/
H A Ddrw_objects.h146 dimaltd = dimalttd = 3; in reset()
200 int dimaltd; /*!< code 171 */ variable
H A Ddrw_objects.cpp292 dimaltd = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp429 writer->writeInt16(171, ent->dimaltd); in writeDimstyle()
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/
H A Ddrw_objects.h151 dimaltd = dimunit = dimaltu = dimalttd = dimlunit = 2; in reset()
204 int dimaltd; //!< Code 171 variable
H A Ddrw_objects.cpp297 dimaltd = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp537 writer->writeInt16( 171, ent->dimaltd ); in writeDimstyle()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/
H A Ddrw_objects.h151 dimaltd = dimunit = dimaltu = dimalttd = dimlunit = 2; in reset()
204 int dimaltd; //!< Code 171 variable
H A Ddrw_objects.cpp344 dimaltd = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp551 writer->writeInt16( 171, ent->dimaltd ); in writeDimstyle()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/
H A Ddrw_objects.h143 dimaltd = dimunit = dimaltu = dimalttd = dimlunit = 2; in reset()
196 int dimaltd; /*!< code 171 */ variable
H A Ddrw_objects.cpp289 dimaltd = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp451 writer->writeInt16(171, ent->dimaltd); in writeDimstyle()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tables/
H A Ddimstyle_table_entry.rst208 .. attribute:: dxf.dimaltd
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/dwg/
H A Dqgsdwgimporter.cpp1158 SETINTEGERPTR( dimaltd ); in addDimStyle()
/dports/graphics/qgis/qgis-3.22.3/src/app/dwg/
H A Dqgsdwgimporter.cpp1351 SETINTEGERPTR( dimaltd ); in addDimStyle()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c2812 BITCODE_BS dimaltd; in test_header() local
2813 if (dwg_dynapi_header_value (dwg, "DIMALTD", &dimaltd, NULL) in test_header()
2814 && dimaltd == dwg->header_vars.DIMALTD) in test_header()
2817 fail ("HEADER.DIMALTD [BS] %hu != %hu", dwg->header_vars.DIMALTD, dimaltd); in test_header()
2818 dimaltd++; in test_header()
2819 if (dwg_dynapi_header_set_value (dwg, "DIMALTD", &dimaltd, 0) in test_header()
2820 && dimaltd == dwg->header_vars.DIMALTD) in test_header()
2824 dwg->header_vars.DIMALTD, dimaltd); in test_header()
2825 dimaltd--; in test_header()
2826 dwg_dynapi_header_set_value (dwg, "DIMALTD", &dimaltd, 0); in test_header()