Home
last modified time | relevance | path

Searched refs:xline2_pt (Results 1 – 19 of 19) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddimension_aligned.c15 dwg_point_3d def_pt, xline1_pt, xline2_pt, extrusion, ins_scale, pt3d; in api_process() local
56 CHK_ENTITY_3RD (dim_aligned, DIMENSION_ALIGNED, xline2_pt); in api_process()
59 if (error || memcmp (&xline2_pt, &pt3d, sizeof (xline2_pt))) in api_process()
H A Ddimension_linear.c16 dwg_point_3d def_pt, xline1_pt, xline2_pt, extrusion, ins_scale, pt3d; in api_process() local
55 CHK_ENTITY_3RD (dim_linear, DIMENSION_LINEAR, xline2_pt); in api_process()
58 if (error || memcmp (&xline2_pt, &pt3d, sizeof (xline2_pt))) in api_process()
H A Ddimension_ang3pt.c15 dwg_point_3d def_pt, xline1_pt, xline2_pt, center_pt, extrusion, ins_scale, pt3d; in api_process() local
62 CHK_ENTITY_3RD (dim_ang3pt, DIMENSION_ANG3PT, xline2_pt); in api_process()
65 if (error || memcmp (&xline2_pt, &pt3d, sizeof (xline2_pt))) in api_process()
H A Darc_dimension.c20 BITCODE_3BD xline2_pt; in api_process() local
63 CHK_ENTITY_3RD (arc_dimension, ARC_DIMENSION, xline2_pt); in api_process()
H A Ddynapi_test.c6820 BITCODE_3BD xline2_pt; in test_ARC_DIMENSION() local
6821 if (dwg_dynapi_entity_value (arc_dimension, "ARC_DIMENSION", "xline2_pt", &xline2_pt, NULL) in test_ARC_DIMENSION()
6822 && !memcmp (&xline2_pt, &arc_dimension->xline2_pt, sizeof (BITCODE_3BD))) in test_ARC_DIMENSION()
8119 BITCODE_3BD xline2_pt; in test_DIMENSION_ALIGNED() local
8121 && !memcmp (&xline2_pt, &dimension_aligned->xline2_pt, sizeof (BITCODE_3BD))) in test_DIMENSION_ALIGNED()
8779 BITCODE_3BD xline2_pt; in test_DIMENSION_ANG3PT() local
8780 … if (dwg_dynapi_entity_value (dimension_ang3pt, "DIMENSION_ANG3PT", "xline2_pt", &xline2_pt, NULL) in test_DIMENSION_ANG3PT()
8781 && !memcmp (&xline2_pt, &dimension_ang3pt->xline2_pt, sizeof (BITCODE_3BD))) in test_DIMENSION_ANG3PT()
9452 BITCODE_3BD xline2_pt; in test_DIMENSION_LINEAR() local
9453 … if (dwg_dynapi_entity_value (dimension_linear, "DIMENSION_LINEAR", "xline2_pt", &xline2_pt, NULL) in test_DIMENSION_LINEAR()
[all …]
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_ARC_DIMENSION.inc50 { 14, "6247.613509629808", NULL, 0, BITS_UNKNOWN, "xline2_pt", 2, {-1,-1,-1,-1,-1} },
113 { 14, "6247.613509629808", NULL, 0, BITS_UNKNOWN, "xline2_pt", 2, {-1,-1,-1,-1,-1} },
179 { 14, "6247.613509629808", NULL, 0, BITS_UNKNOWN, "xline2_pt", 2, {-1,-1,-1,-1,-1} },
246 { 14, "6247.613509629808", NULL, 0, BITS_UNKNOWN, "xline2_pt", 2, {-1,-1,-1,-1,-1} },
313 { 14, "6247.613509629808", NULL, 0, BITS_UNKNOWN, "xline2_pt", 2, {-1,-1,-1,-1,-1} },
H A Ddwgadd.pod114 =item B<dimension>_aligned (xline1_pt) (xline2_pt) (text_midpt)
118 =item B<dimension>_ang3pt (center_pt) (xline1_pt) (xline2_pt) (text_midpt)
126 =item B<dimension>_linear (xline1_pt) (xline2_pt) (def_pt) angle
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c23505 ADD_CHECK_3DPOINT (xline2_pt); in dwg_add_DIMENSION_ALIGNED()
23513 _obj->xline2_pt.x = xline2_pt->x; in dwg_add_DIMENSION_ALIGNED()
23514 _obj->xline2_pt.y = xline2_pt->y; in dwg_add_DIMENSION_ALIGNED()
23515 _obj->xline2_pt.z = xline2_pt->z; in dwg_add_DIMENSION_ALIGNED()
23560 ADD_CHECK_3DPOINT (xline2_pt); in dwg_add_DIMENSION_ANG3PT()
23571 _obj->xline2_pt.x = xline2_pt->x; in dwg_add_DIMENSION_ANG3PT()
23572 _obj->xline2_pt.y = xline2_pt->y; in dwg_add_DIMENSION_ANG3PT()
23573 _obj->xline2_pt.z = xline2_pt->z; in dwg_add_DIMENSION_ANG3PT()
23657 _obj->xline2_pt.x = xline2_pt->x; in dwg_add_DIMENSION_LINEAR()
23658 _obj->xline2_pt.y = xline2_pt->y; in dwg_add_DIMENSION_LINEAR()
[all …]
H A Ddynapi.c975 { "xline2_pt", "3BD", sizeof (BITCODE_3BD), OFF (struct _dwg_entity_ARC_DIMENSION, xline2_pt),
1231 …{ "xline2_pt", "3BD", sizeof (BITCODE_3BD), OFF (struct _dwg_entity_DIMENSION_ALIGNED, xline2_pt),
1345 { "xline2_pt", "3BD", sizeof (BITCODE_3BD), OFF (struct _dwg_entity_DIMENSION_ANG3PT, xline2_pt),
1455 { "xline2_pt", "3BD", sizeof (BITCODE_3BD), OFF (struct _dwg_entity_DIMENSION_LINEAR, xline2_pt),
H A Ddwg.spec8051 FIELD_3BD (xline2_pt, 14);
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h1531 BITCODE_3BD xline2_pt; member
1543 BITCODE_3BD xline2_pt; member
1554 BITCODE_3BD xline2_pt; member
1597 BITCODE_3BD xline2_pt; /* DXF 14 */ member
H A Ddwg_api.h6306 const dwg_point_3d *restrict xline2_pt,
6318 const dwg_point_3d *restrict xline2_pt,
6338 const dwg_point_3d *restrict xline2_pt,
/dports/cad/libredwg/libredwg-0.12.4/
H A DNEWS302 DIMENSION_* _13_pt => xline1_pt, _14_pt => xline2_pt,
H A DChangeLog5584 _14_pt => xline2_pt
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-11305 'xline2_pt'
1557 'xline2_pt'
1669 'xline2_pt'
1777 'xline2_pt'
H A Ddynapi.texi997 @item xline2_pt
1319 @item xline2_pt
1447 @item xline2_pt
1571 @item xline2_pt
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py1456xline2_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_xline2_pt_get, _LibreDWG.Dwg_Entity_DIM… variable in Dwg_Entity_DIMENSION_LINEAR
1494xline2_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_xline2_pt_get, _LibreDWG.Dwg_Entity_DI… variable in Dwg_Entity_DIMENSION_ALIGNED
1531xline2_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_xline2_pt_get, _LibreDWG.Dwg_Entity_DIM… variable in Dwg_Entity_DIMENSION_ANG3PT
1678xline2_pt = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_xline2_pt_get, _LibreDWG.Dwg_Entity_ARC_DI… variable in Dwg_Entity_ARC_DIMENSION
H A Dswig_python.c39532 if (arg1) (arg1)->xline2_pt = *arg2; in _wrap_Dwg_Entity_DIMENSION_LINEAR_xline2_pt_set()
39555 result = (BITCODE_3BD *)& ((arg1)->xline2_pt); in _wrap_Dwg_Entity_DIMENSION_LINEAR_xline2_pt_get()
40991 if (arg1) (arg1)->xline2_pt = *arg2; in _wrap_Dwg_Entity_DIMENSION_ALIGNED_xline2_pt_set()
41014 result = (BITCODE_3BD *)& ((arg1)->xline2_pt); in _wrap_Dwg_Entity_DIMENSION_ALIGNED_xline2_pt_get()
42398 if (arg1) (arg1)->xline2_pt = *arg2; in _wrap_Dwg_Entity_DIMENSION_ANG3PT_xline2_pt_set()
42421 result = (BITCODE_3BD *)& ((arg1)->xline2_pt); in _wrap_Dwg_Entity_DIMENSION_ANG3PT_xline2_pt_get()
47974 if (arg1) (arg1)->xline2_pt = *arg2; in _wrap_Dwg_Entity_ARC_DIMENSION_xline2_pt_set()
47997 result = (BITCODE_3BD *)& ((arg1)->xline2_pt); in _wrap_Dwg_Entity_ARC_DIMENSION_xline2_pt_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c46628 if (arg1) (arg1)->xline2_pt = *arg2; in XS()
46658 result = (BITCODE_3BD *)& ((arg1)->xline2_pt); in XS()
48435 if (arg1) (arg1)->xline2_pt = *arg2; in XS()
48465 result = (BITCODE_3BD *)& ((arg1)->xline2_pt); in XS()
50177 if (arg1) (arg1)->xline2_pt = *arg2; in XS()
50207 result = (BITCODE_3BD *)& ((arg1)->xline2_pt); in XS()
57080 if (arg1) (arg1)->xline2_pt = *arg2; in XS()
57110 result = (BITCODE_3BD *)& ((arg1)->xline2_pt); in XS()