Home
last modified time | relevance | path

Searched refs:xline1end_pt (Results 1 – 13 of 13) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddimension_ang2ln.c19 BITCODE_3BD xline1end_pt; in api_process() local
60 CHK_ENTITY_3RD (dim_ang2ln, DIMENSION_ANG2LN, xline1end_pt); in api_process()
63 if (error || memcmp (&xline1end_pt, &pt3d, sizeof (xline1end_pt))) in api_process()
H A Ddynapi_test.c8429 BITCODE_3BD xline1end_pt; in test_DIMENSION_ANG2LN() local
8430 …dwg_dynapi_entity_value (dimension_ang2ln, "DIMENSION_ANG2LN", "xline1end_pt", &xline1end_pt, NULL) in test_DIMENSION_ANG2LN()
8431 && !memcmp (&xline1end_pt, &dimension_ang2ln->xline1end_pt, sizeof (BITCODE_3BD))) in test_DIMENSION_ANG2LN()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwgadd.pod116 =item B<dimension>_ang2ln (center_pt) (xline1end_pt) (xline2end_pt) (text_midpt)
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c9311 ang->xline1end_pt.x = point->x; in dwg_ent_dim_ang2ln_set_14_pt()
9312 ang->xline1end_pt.y = point->y; in dwg_ent_dim_ang2ln_set_14_pt()
9313 ang->xline1end_pt.z = point->z; in dwg_ent_dim_ang2ln_set_14_pt()
9336 point->x = ang->xline1end_pt.x; in dwg_ent_dim_ang2ln_get_14_pt()
9337 point->y = ang->xline1end_pt.y; in dwg_ent_dim_ang2ln_get_14_pt()
9338 point->z = ang->xline1end_pt.z; in dwg_ent_dim_ang2ln_get_14_pt()
23523 const dwg_point_3d *restrict xline1end_pt, in dwg_add_DIMENSION_ANG2LN() argument
23530 ADD_CHECK_3DPOINT (xline1end_pt); in dwg_add_DIMENSION_ANG2LN()
23540 _obj->xline1end_pt.x = xline1end_pt->x; in dwg_add_DIMENSION_ANG2LN()
23541 _obj->xline1end_pt.y = xline1end_pt->y; in dwg_add_DIMENSION_ANG2LN()
[all …]
H A Ddynapi.c1287 …ine1end_pt", "3BD", sizeof (BITCODE_3BD), OFF (struct _dwg_entity_DIMENSION_ANG2LN, xline1end_pt),
/dports/cad/libredwg/libredwg-0.12.4/
H A DNEWS305 _13_pt => xline1end_pt, first_arc_pt => xline2end_pt
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg_api.h6311 const dwg_point_3d *restrict xline1end_pt,
H A Ddwg.h1565 BITCODE_3BD xline1end_pt; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-11612 'xline1end_pt'
H A Ddynapi.texi1382 @item xline1end_pt
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py1568xline1end_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_xline1end_pt_get, _LibreDWG.Dwg_Enti… variable in Dwg_Entity_DIMENSION_ANG2LN
H A Dswig_python.c43805 if (arg1) (arg1)->xline1end_pt = *arg2; in _wrap_Dwg_Entity_DIMENSION_ANG2LN_xline1end_pt_set()
43828 result = (BITCODE_3BD *)& ((arg1)->xline1end_pt); in _wrap_Dwg_Entity_DIMENSION_ANG2LN_xline1end_pt_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c51919 if (arg1) (arg1)->xline1end_pt = *arg2; in XS()
51949 result = (BITCODE_3BD *)& ((arg1)->xline1end_pt); in XS()