/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/ |
H A D | drw_objects.h | 138 dimcen(), in DRW_Dimstyle() 194 dimasz = dimtxt = dimcen = 2.5; in reset() 244 double dimcen; /*!< code 141 */ variable
|
H A D | drw_objects.cpp | 145 dimcen = reader->getDouble(); in parseCode()
|
H A D | libdxfrw.cpp | 457 writer->writeDouble(141, ent->dimcen); in writeDimstyle()
|
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/ |
H A D | drw_objects.h | 131 dimasz = dimtxt = dimcen = 2.5; in reset() 182 double dimcen; /*!< code 141 */ variable
|
H A D | drw_objects.cpp | 238 dimcen = reader->getDouble(); in parseCode()
|
H A D | libdxfrw.cpp | 407 writer->writeDouble(141, ent->dimcen); in writeDimstyle()
|
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/ |
H A D | drw_objects.h | 142 dimgap = dimcen = 0.09; in reset() 186 double dimcen; //!< Code 141 variable
|
H A D | drw_objects.cpp | 243 dimcen = reader->getDouble(); in parseCode()
|
H A D | libdxfrw.cpp | 513 writer->writeDouble( 141, ent->dimcen ); in writeDimstyle()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/ |
H A D | drw_objects.h | 142 dimgap = dimcen = 0.09; in reset() 186 double dimcen; //!< Code 141 variable
|
H A D | drw_objects.cpp | 290 dimcen = reader->getDouble(); in parseCode()
|
H A D | libdxfrw.cpp | 527 writer->writeDouble( 141, ent->dimcen ); in writeDimstyle()
|
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/ |
H A D | drw_objects.h | 134 dimgap = dimcen = 0.09; in reset() 178 double dimcen; /*!< code 141 */ variable
|
H A D | drw_objects.cpp | 235 dimcen = reader->getDouble(); in parseCode()
|
H A D | libdxfrw.cpp | 429 writer->writeDouble(141, ent->dimcen); in writeDimstyle()
|
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tutorials/ |
H A D | radius_dimension.rst | 184 Center mark/lines are controlled by :attr:`~ezdxf.entities.DimStyle.dxf.dimcen`, default value is … 197 override={'dimcen': 0.25},
|
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/tools/ |
H A D | standards.py | 121 ez_radius.dxf.dimcen = 0 # size of center mark, 0=disable, >0=draw mark, <0=draw lines
|
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tables/ |
H A D | dimstyle_table_entry.rst | 109 .. attribute:: dxf.dimcen
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/dwg/ |
H A D | qgsdwgimporter.cpp | 1140 SETDOUBLEPTR( dimcen ); in addDimStyle()
|
/dports/graphics/qgis/qgis-3.22.3/src/app/dwg/ |
H A D | qgsdwgimporter.cpp | 1333 SETDOUBLEPTR( dimcen ); in addDimStyle()
|
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/ |
H A D | dynapi_test.c | 3424 BITCODE_BD dimcen; in test_header() local 3425 if (dwg_dynapi_header_value (dwg, "DIMCEN", &dimcen, NULL) in test_header() 3426 && dimcen == dwg->header_vars.DIMCEN) in test_header() 3429 fail ("HEADER.DIMCEN [BD] %g != %g", dwg->header_vars.DIMCEN, dimcen); in test_header() 3430 dimcen++; in test_header() 3431 if (dwg_dynapi_header_set_value (dwg, "DIMCEN", &dimcen, 0) in test_header() 3432 && dimcen == dwg->header_vars.DIMCEN) in test_header() 3436 dwg->header_vars.DIMCEN, dimcen); in test_header() 3437 dimcen--; in test_header() 3438 dwg_dynapi_header_set_value (dwg, "DIMCEN", &dimcen, 0); in test_header()
|