Home
last modified time | relevance | path

Searched refs:plimmin (Results 1 – 2 of 2) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/layouts/
H A Dlayout.py788 plimmin = self.doc.header['$PLIMMIN'] = (0, 0)
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c2101 BITCODE_2DPOINT plimmin; in test_header() local
2102 if (dwg_dynapi_header_value (dwg, "PLIMMIN", &plimmin, NULL) in test_header()
2103 && !memcmp (&plimmin, &dwg->header_vars.PLIMMIN, sizeof (dwg->header_vars.PLIMMIN)) in test_header()