Home
last modified time | relevance | path

Searched defs:first_arc_pt (Results 1 – 9 of 9) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dradimobjectcontextdata.c11 BITCODE_3BD first_arc_pt; /*!< DXF 11-31 = origin */ in api_process() local
H A Ddmdimobjectcontextdata.c11 BITCODE_3BD first_arc_pt; in api_process() local
H A Ddimension_radius.c16 dwg_point_3d def_pt, first_arc_pt, extrusion, ins_scale; in api_process() local
H A Ddimension_diameter.c16 dwg_point_3d def_pt, first_arc_pt, extrusion, ins_scale; in api_process() local
H A Dlarge_radial_dimension.c16 dwg_point_3d def_pt, first_arc_pt, extrusion, ins_scale; in api_process() local
H A Ddynapi_test.c8905 BITCODE_3BD first_arc_pt; in test_DIMENSION_DIAMETER() local
9911 BITCODE_3BD first_arc_pt; in test_DIMENSION_RADIUS() local
12507 BITCODE_3BD first_arc_pt; in test_LARGE_RADIAL_DIMENSION() local
46345 BITCODE_3BD first_arc_pt; in test_DMDIMOBJECTCONTEXTDATA() local
54096 BITCODE_3BD first_arc_pt; in test_RADIMOBJECTCONTEXTDATA() local
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py1605first_arc_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_first_arc_pt_get, _LibreDWG.Dwg_Enti… variable in Dwg_Entity_DIMENSION_RADIUS
1641first_arc_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_first_arc_pt_get, _LibreDWG.Dwg_En… variable in Dwg_Entity_DIMENSION_DIAMETER
1720first_arc_pt = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_first_arc_pt_get, _LibreDWG.Dw… variable in Dwg_Entity_LARGE_RADIAL_DIMENSION
8219first_arc_pt = property(_LibreDWG.Dwg_Object_DMDIMOBJECTCONTEXTDATA_first_arc_pt_get, _LibreDWG.Dw… variable in Dwg_Object_DMDIMOBJECTCONTEXTDATA
8255first_arc_pt = property(_LibreDWG.Dwg_Object_RADIMOBJECTCONTEXTDATA_first_arc_pt_get, _LibreDWG.Dw… variable in Dwg_Object_RADIMOBJECTCONTEXTDATA
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h1576 BITCODE_3BD first_arc_pt; /*!< DXF 15 */ member
1586 BITCODE_3BD first_arc_pt; /*!< DXF 15 */ member
1613 BITCODE_3BD first_arc_pt; /*!< DXF 15 */ member
6695 BITCODE_3BD first_arc_pt; /*!< DXF 11-31 */ member
6721 BITCODE_3BD first_arc_pt; /*!< DXF 11-31 */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c27204 const dwg_point_3d *restrict first_arc_pt, in dwg_add_LARGE_RADIAL_DIMENSION()