Home
last modified time | relevance | path

Searched refs:dimtp (Results 1 – 24 of 24) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/
H A Ddrw_objects.h134 dimtp(), in DRW_Dimstyle()
200 dimrnd = dimdle = dimtp = dimtm = dimtsz = dimtvp = 0.0; in reset()
240 double dimtp; /*!< code 47 */ variable
H A Ddrw_objects.cpp133 dimtp = reader->getDouble(); in parseCode()
H A Dlibdxfrw.cpp454 writer->writeDouble(47, ent->dimtp); in writeDimstyle()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/howto/
H A Dcontent.rst165 dimtp = dimstyle_override['dimtp']
167 print(f'Upper tolerance: {dimtp}')
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/
H A Ddrw_objects.h137 dimrnd = dimdle = dimtp = dimtm = dimtsz = dimtvp = 0.0; in reset()
178 double dimtp; /*!< code 47 */ variable
H A Ddrw_objects.cpp226 dimtp = reader->getDouble(); in parseCode()
H A Dlibdxfrw.cpp404 writer->writeDouble(47, ent->dimtp); in writeDimstyle()
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/
H A Ddrw_objects.h146 dimrnd = dimdle = dimtp = dimtm = dimtsz = dimtvp = 0.0; in reset()
182 double dimtp; //!< Code 47 variable
H A Ddrw_objects.cpp231 dimtp = reader->getDouble(); in parseCode()
H A Dlibdxfrw.cpp508 writer->writeDouble( 47, ent->dimtp ); in writeDimstyle()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/
H A Ddrw_objects.h146 dimrnd = dimdle = dimtp = dimtm = dimtsz = dimtvp = 0.0; in reset()
182 double dimtp; //!< Code 47 variable
H A Ddrw_objects.cpp278 dimtp = reader->getDouble(); in parseCode()
H A Dlibdxfrw.cpp522 writer->writeDouble( 47, ent->dimtp ); in writeDimstyle()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/
H A Ddrw_objects.h138 dimrnd = dimdle = dimtp = dimtm = dimtsz = dimtvp = 0.0; in reset()
174 double dimtp; /*!< code 47 */ variable
H A Ddrw_objects.cpp223 dimtp = reader->getDouble(); in parseCode()
H A Dlibdxfrw.cpp424 writer->writeDouble(47, ent->dimtp); in writeDimstyle()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Ddimstyle.py594 self.dxf.dimtp = float(upper)
640 self.dxf.dimtp = float(upper)
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tutorials/
H A Dlinear_dimension.rst597 The attribute :attr:`dimtp` defines the upper tolerance value, :attr:`dimtm` defines the lower tole…
641 :attr:`dimtp` set the maximum (or upper) tolerance limit for dimension text
660 limit is scaled measurement value + :attr:`dimtp` and the lower limit is scaled measurement value -
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tables/
H A Ddimstyle_table_entry.rst97 .. attribute:: dxf.dimtp
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/dwg/
H A Dqgsdwgimporter.cpp1136 SETDOUBLEPTR( dimtp ); in addDimStyle()
/dports/graphics/qgis/qgis-3.22.3/src/app/dwg/
H A Dqgsdwgimporter.cpp1329 SETDOUBLEPTR( dimtp ); in addDimStyle()
/dports/math/libflame/libflame-5.2.0/docs/libflame/
H A D40-user-api.tex5007 \parameter{\dimtp}{b\_m}{A pointer to an array of unsigned integers in which to store the row block…
5008 \parameter{\dimtp}{b\_n}{A pointer to an array of unsigned integers in which to store the column bl…
12755 \parameter{\dimtp}{b\_flash}{A pointer to an array of \depth values to be used as blocksizes in cre…
12812 \parameter{\dimtp}{b\_flash}{A pointer to an array of \depth values to be used as blocksizes in cre…
12869 \parameter{\dimtp}{b\_flash}{A pointer to an array of \depth values to be used as blocksizes in cre…
12924 \parameter{\dimtp}{b\_flash}{A pointer to an array of \depth values to be used as blocksizes in cre…
12980 \parameter{\dimtp}{b\_flash}{A pointer to an array of \depth values to be used as blocksizes in cre…
13046 \parameter{\dimtp}{b\_flash}{A pointer to an array of \depth values to be used as blocksizes in cre…
H A Dmacros.tex402 \newcommand{\dimtp}{\mbox{{\tt dim\_t*}} }
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c3271 BITCODE_BD dimtp; in test_header() local
3272 if (dwg_dynapi_header_value (dwg, "DIMTP", &dimtp, NULL) in test_header()
3273 && dimtp == dwg->header_vars.DIMTP) in test_header()
3276 fail ("HEADER.DIMTP [BD] %g != %g", dwg->header_vars.DIMTP, dimtp); in test_header()
3277 dimtp++; in test_header()
3278 if (dwg_dynapi_header_set_value (dwg, "DIMTP", &dimtp, 0) in test_header()
3279 && dimtp == dwg->header_vars.DIMTP) in test_header()
3283 dwg->header_vars.DIMTP, dimtp); in test_header()
3284 dimtp--; in test_header()
3285 dwg_dynapi_header_set_value (dwg, "DIMTP", &dimtp, 0); in test_header()