/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/ |
H A D | drw_objects.h | 176 dimsd1(), in DRW_Dimstyle() 213 dimtih = dimadec = dimaunit = dimsd1 = dimsd2 = dimtmove = 0; in reset() 282 int dimsd1; /*!< code 281 R13+ */ variable
|
H A D | drw_objects.cpp | 259 dimsd1 = reader->getInt32(); in parseCode()
|
H A D | libdxfrw.cpp | 507 writer->writeInt16(281, ent->dimsd1); in writeDimstyle()
|
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/ |
H A D | drw_objects.h | 150 dimtih = dimadec = dimaunit = dimsd1 = dimsd2 = dimtmove = 0; in reset() 220 int dimsd1; /*!< code 281 R13+ */ variable
|
H A D | drw_objects.cpp | 352 dimsd1 = reader->getInt32(); in parseCode()
|
H A D | libdxfrw.cpp | 457 writer->writeInt16(281, ent->dimsd1); in writeDimstyle()
|
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/ |
H A D | drw_objects.h | 154 dimtih = dimadec = dimaunit = dimsd1 = dimsd2 = dimtmove = 0; in reset() 224 int dimsd1; //!< Code 281 R13+ variable
|
H A D | drw_objects.cpp | 357 dimsd1 = reader->getInt32(); in parseCode()
|
H A D | libdxfrw.cpp | 569 writer->writeInt16( 281, ent->dimsd1 ); in writeDimstyle()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/ |
H A D | drw_objects.h | 154 dimtih = dimadec = dimaunit = dimsd1 = dimsd2 = dimtmove = 0; in reset() 224 int dimsd1; //!< Code 281 R13+ variable
|
H A D | drw_objects.cpp | 404 dimsd1 = reader->getInt32(); in parseCode()
|
H A D | libdxfrw.cpp | 583 writer->writeInt16( 281, ent->dimsd1 ); in writeDimstyle()
|
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/ |
H A D | drw_objects.h | 146 dimtih = dimadec = dimaunit = dimsd1 = dimsd2 = dimtmove = 0; in reset() 216 int dimsd1; /*!< code 281 R13+ */ variable
|
H A D | drw_objects.cpp | 349 dimsd1 = reader->getInt32(); in parseCode()
|
H A D | libdxfrw.cpp | 479 writer->writeInt16(281, ent->dimsd1); in writeDimstyle()
|
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_01_dxf_entities/ |
H A D | test_124_dimstyle_table_entry.py | 201 assert dimstyle2.dxf.dimsd1 == 1
|
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/ |
H A D | dimstyle.py | 508 self.dxf.dimsd1 = disable1
|
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tables/ |
H A D | dimstyle_table_entry.rst | 303 .. attribute:: dxf.dimsd1
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/dwg/ |
H A D | qgsdwgimporter.cpp | 1178 SETINTEGERPTR( dimsd1 ); in addDimStyle()
|
/dports/graphics/qgis/qgis-3.22.3/src/app/dwg/ |
H A D | qgsdwgimporter.cpp | 1371 SETINTEGERPTR( dimsd1 ); in addDimStyle()
|
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/ |
H A D | dynapi_test.c | 2848 BITCODE_B dimsd1; in test_header() local 2849 if (dwg_dynapi_header_value (dwg, "DIMSD1", &dimsd1, NULL) in test_header() 2850 && dimsd1 == dwg->header_vars.DIMSD1) in test_header() 2853 fail ("HEADER.DIMSD1 [B] " FORMAT_B " != " FORMAT_B "", dwg->header_vars.DIMSD1, dimsd1); in test_header() 2854 dimsd1++; in test_header() 2855 if (dwg_dynapi_header_set_value (dwg, "DIMSD1", &dimsd1, 0) in test_header() 2856 && dimsd1 == dwg->header_vars.DIMSD1) in test_header() 2860 dwg->header_vars.DIMSD1, dimsd1); in test_header() 2861 dimsd1--; in test_header() 2862 dwg_dynapi_header_set_value (dwg, "DIMSD1", &dimsd1, 0); in test_header()
|