Home
last modified time | relevance | path

Searched refs:dimlunit (Results 1 – 25 of 25) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_dimdiametric.cpp95 int dimlunit = getGraphicVariableInt("$DIMLUNIT", 2); in getMeasuredLabel() local
98 RS2::LinearFormat format = graphic->getLinearFormat(dimlunit); in getMeasuredLabel()
H A Drs_dimradial.cpp94 int dimlunit = getGraphicVariableInt("$DIMLUNIT", 2); in getMeasuredLabel() local
97 RS2::LinearFormat format = graphic->getLinearFormat(dimlunit); in getMeasuredLabel()
H A Drs_dimlinear.cpp122 int dimlunit = getGraphicVariableInt("$DIMLUNIT", 2); in getMeasuredLabel() local
125 RS2::LinearFormat format = graphic->getLinearFormat(dimlunit); in getMeasuredLabel()
H A Drs_dimaligned.cpp114 int dimlunit = getGraphicVariableInt("$DIMLUNIT", 2); in getMeasuredLabel() local
117 RS2::LinearFormat format = graphic->getLinearFormat(dimlunit); in getMeasuredLabel()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/
H A Ddrw_objects.h172 dimlunit(), in DRW_Dimstyle()
208 dimunit = dimaltu = dimlunit = 2; in reset()
278 int dimlunit; /*!< code 277 V2000+ */ variable
H A Ddrw_objects.cpp247 dimlunit = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp501 writer->writeInt16(277, ent->dimlunit); in writeDimstyle()
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/
H A Ddrw_objects.h145 dimunit = dimaltu = dimlunit = 2; in reset()
216 int dimlunit; /*!< code 277 V2000+ */ variable
H A Ddrw_objects.cpp340 dimlunit = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp451 writer->writeInt16(277, ent->dimlunit); in writeDimstyle()
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/
H A Ddrw_objects.h151 dimaltd = dimunit = dimaltu = dimalttd = dimlunit = 2; in reset()
220 int dimlunit; //!< Code 277 V2000+ variable
H A Ddrw_objects.cpp345 dimlunit = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp562 writer->writeInt16( 277, ent->dimlunit ); 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()
220 int dimlunit; //!< Code 277 V2000+ variable
H A Ddrw_objects.cpp392 dimlunit = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp576 writer->writeInt16( 277, ent->dimlunit ); 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()
212 int dimlunit; /*!< code 277 V2000+ */ variable
H A Ddrw_objects.cpp337 dimlunit = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp473 writer->writeInt16(277, ent->dimlunit); in writeDimstyle()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_dlgoptionsdrawing.cpp319 int dimlunit = graphic->getVariableInt("$DIMLUNIT", lunits); in setGraphic() local
320 cbDimLUnit->setCurrentIndex(dimlunit-1); in setGraphic()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tables/
H A Ddimstyle_table_entry.rst272 .. attribute:: dxf.dimlunit
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/dwg/
H A Dqgsdwgimporter.cpp1174 SETINTEGERPTR( dimlunit ); in addDimStyle()
/dports/graphics/qgis/qgis-3.22.3/src/app/dwg/
H A Dqgsdwgimporter.cpp1367 SETINTEGERPTR( dimlunit ); in addDimStyle()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/filters/
H A Drs_filterdxfrw.cpp1987 dsty.dimlunit = graphic->getVariableInt("$DIMLUNIT", 2); in writeDimstyles()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c3730 BITCODE_BS dimlunit; in test_header() local
3731 if (dwg_dynapi_header_value (dwg, "DIMLUNIT", &dimlunit, NULL) in test_header()
3732 && dimlunit == dwg->header_vars.DIMLUNIT) in test_header()
3735 fail ("HEADER.DIMLUNIT [BS] %hu != %hu", dwg->header_vars.DIMLUNIT, dimlunit); in test_header()
3736 dimlunit++; in test_header()
3737 if (dwg_dynapi_header_set_value (dwg, "DIMLUNIT", &dimlunit, 0) in test_header()
3738 && dimlunit == dwg->header_vars.DIMLUNIT) in test_header()
3742 dwg->header_vars.DIMLUNIT, dimlunit); in test_header()
3743 dimlunit--; in test_header()
3744 dwg_dynapi_header_set_value (dwg, "DIMLUNIT", &dimlunit, 0); in test_header()