Home
last modified time | relevance | path

Searched refs:dimfxlon (Results 1 – 22 of 22) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/
H A Ddrw_objects.h185 dimfxlon(), in DRW_Dimstyle()
206 dimalt = dimsah = dimtix = dimsoxd = dimfxlon = 0; in reset()
291 int dimfxlon; /*!< code 290 V2007+ */ variable
H A Ddrw_objects.cpp286 dimfxlon = reader->getInt32(); in parseCode()
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/
H A Ddrw_objects.h143 dimalt = dimsah = dimtix = dimsoxd = dimfxlon = 0; in reset()
229 int dimfxlon; /*!< code 290 V2007+ */ variable
H A Ddrw_objects.cpp379 dimfxlon = reader->getInt32(); in parseCode()
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/
H A Ddrw_objects.h150 dimalt = dimtofl = dimsah = dimtix = dimsoxd = dimfxlon = 0; in reset()
233 int dimfxlon; //!< Code 290 V2007+ variable
H A Ddrw_objects.cpp384 dimfxlon = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp583 if ( version > DRW::AC1018 && ent->dimfxlon != 0 ) in writeDimstyle()
584 writer->writeInt16( 290, ent->dimfxlon ); in writeDimstyle()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/
H A Ddrw_objects.h150 dimalt = dimtofl = dimsah = dimtix = dimsoxd = dimfxlon = 0; in reset()
233 int dimfxlon; //!< Code 290 V2007+ variable
H A Dlibdxfrw.cpp597 if ( version > DRW::AC1018 && ent->dimfxlon != 0 ) in writeDimstyle()
598 writer->writeInt16( 290, ent->dimfxlon ); in writeDimstyle()
H A Ddrw_objects.cpp431 dimfxlon = reader->getInt32(); in parseCode()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/
H A Ddrw_objects.h142 dimalt = dimtofl = dimsah = dimtix = dimsoxd = dimfxlon = 0; in reset()
225 int dimfxlon; /*!< code 290 V2007+ */ variable
H A Ddrw_objects.cpp376 dimfxlon = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp492 if ( version > DRW::AC1018 && ent->dimfxlon !=0 ) in writeDimstyle()
493 writer->writeInt16(290, ent->dimfxlon); in writeDimstyle()
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_01_dxf_entities/
H A Dtest_124_dimstyle_table_entry.py217 assert dimstyle2.dxf.dimfxlon == 1
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_dlgoptionsdrawing.cpp305 int dimfxlon = graphic->getVariableInt("$DIMFXLON",0); in setGraphic() local
306 if (dimfxlon > 0){ in setGraphic()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tutorials/
H A Dlinear_dimension.rst408 :attr:`dimfxlon` set to ``1`` to enable fixed length extension line
439 Fixed length extension lines are supported in DXF R2007+, set :attr:`dimfxlon` to ``1`` and :attr:`…
447 'dimfxlon': 1, # fixed length extension lines
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Ddimstyle.py537 self.dxf.dimfxlon = 1
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tables/
H A Ddimstyle_table_entry.rst413 .. attribute:: dxf.dimfxlon
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/dwg/
H A Dqgsdwgimporter.cpp1187 SETINTEGERPTR( dimfxlon ); in addDimStyle()
/dports/graphics/qgis/qgis-3.22.3/src/app/dwg/
H A Dqgsdwgimporter.cpp1380 SETINTEGERPTR( dimfxlon ); in addDimStyle()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/filters/
H A Drs_filterdxfrw.cpp1989 dsty.dimfxlon = graphic->getVariableInt("$DIMFXLON", 0); in writeDimstyles()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c3838 BITCODE_B dimfxlon; in test_header() local
3839 if (dwg_dynapi_header_value (dwg, "DIMFXLON", &dimfxlon, NULL) in test_header()
3840 && dimfxlon == dwg->header_vars.DIMFXLON) in test_header()
3843 … fail ("HEADER.DIMFXLON [B] " FORMAT_B " != " FORMAT_B "", dwg->header_vars.DIMFXLON, dimfxlon); in test_header()
3844 dimfxlon++; in test_header()
3845 if (dwg_dynapi_header_set_value (dwg, "DIMFXLON", &dimfxlon, 0) in test_header()
3846 && dimfxlon == dwg->header_vars.DIMFXLON) in test_header()
3850 dwg->header_vars.DIMFXLON, dimfxlon); in test_header()
3851 dimfxlon--; in test_header()
3852 dwg_dynapi_header_set_value (dwg, "DIMFXLON", &dimfxlon, 0); in test_header()