Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblockpolargrip.c14 CHK_EVALEXPR (BLOCKPOLARGRIP); in api_process()
16 CHK_ENTITY_UTF8TEXT (_obj, BLOCKPOLARGRIP, name); in api_process()
17 CHK_ENTITY_TYPE (_obj, BLOCKPOLARGRIP, be_major, BL); in api_process()
18 CHK_ENTITY_TYPE (_obj, BLOCKPOLARGRIP, be_minor, BL); in api_process()
19 CHK_ENTITY_TYPE (_obj, BLOCKPOLARGRIP, eed1071, BL); in api_process()
21 CHK_ENTITY_TYPE (_obj, BLOCKPOLARGRIP, bg_bl91, BL); in api_process()
22 CHK_ENTITY_TYPE (_obj, BLOCKPOLARGRIP, bg_bl92, BL); in api_process()
23 CHK_ENTITY_3RD (_obj, BLOCKPOLARGRIP, bg_location); in api_process()
24 CHK_ENTITY_TYPE (_obj, BLOCKPOLARGRIP, bg_insert_cycling, B); in api_process()
25 CHK_ENTITY_TYPE (_obj, BLOCKPOLARGRIP, bg_insert_cycling_weight, BLd); in api_process()
H A Ddynapi_test.c39350 Dwg_Object_BLOCKPOLARGRIP *restrict blockpolargrip = obj->tio.object->tio.BLOCKPOLARGRIP; in test_BLOCKPOLARGRIP()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjects.in235 "BLOCKPOLARGRIP", "BLOCKPOLARGRIP", DWG_TYPE_BLOCKPOLARGRIP, 0…
H A Dobjects.inc195 DWG_OBJECT (BLOCKPOLARGRIP)
H A Ddxfclasses.in249 BLOCKPOLARGRIP, "AcDbBlockPolarGrip", ODBX, 0
H A Dclasses.inc296 UNSTABLE_CLASS (ACTION, BLOCKPOLARGRIP)
H A Ddwg_api.c345 dwg_get_OBJECT (obj_blockpolargrip, BLOCKPOLARGRIP) in dwg_get_OBJECT()
687 DWG_GETALL_OBJECT (BLOCKPOLARGRIP) in dwg_get_OBJECT()
1027 CAST_DWG_OBJECT_TO_OBJECT (BLOCKPOLARGRIP) in dwg_get_OBJECT()
H A Ddwg.spec10946 DWG_OBJECT (BLOCKPOLARGRIP)
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info209 Ref: BLOCKPOLARGRIP133129
H A Ddynapi.texi7751 @strong{BLOCKPOLARGRIP} @anchor{BLOCKPOLARGRIP}
7752 @cindex object, BLOCKPOLARGRIP
7753 @vindex BLOCKPOLARGRIP
H A DLibreDWG.texi203 BLOCKPOLARGRIP BLOCKPOLARPARAMETER BLOCKPOLARSTRETCHACTION
H A DLibreDWG.info-1165 BLOCKPOLARGRIP BLOCKPOLARPARAMETER BLOCKPOLARSTRETCHACTION
6735 *BLOCKPOLARGRIP*
/dports/cad/libredwg/libredwg-0.12.4/
H A DNEWS98 BLOCKPOINTPARAMETER BLOCKPOLARGRIP BLOCKPOLARPARAMETER
241 BLOCKPOINTPARAMETER BLOCKPOLARGRIP BLOCKPOLARPARAMETER
H A DChangeLog919 to unstable: BLOCKPOLARGRIP BLOCKPOLARPARAMETER ASSOCDIMDEPENDENCYBODY
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg_api.h1055 dwg_get_OBJECT_DECL (obj_blockpolargrip, BLOCKPOLARGRIP);
1390 DWG_GETALL_OBJECT_DECL (BLOCKPOLARGRIP);
1731 CAST_DWG_OBJECT_TO_OBJECT_DECL (BLOCKPOLARGRIP);
H A Ddwg.h8138 Dwg_Object_BLOCKPOLARGRIP *BLOCKPOLARGRIP; member
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py10802BLOCKPOLARGRIP = property(_LibreDWG._dwg_object_object_tio_BLOCKPOLARGRIP_get, _LibreDWG._dwg_obje… variable in _dwg_object_object_tio
H A Dswig_python.c4368 Dwg_Object_BLOCKPOLARGRIP *BLOCKPOLARGRIP; member
320540 if (arg1) (arg1)->BLOCKPOLARGRIP = arg2; in _wrap__dwg_object_object_tio_BLOCKPOLARGRIP_set()
320563 result = (Dwg_Object_BLOCKPOLARGRIP *) ((arg1)->BLOCKPOLARGRIP); in _wrap__dwg_object_object_tio_BLOCKPOLARGRIP_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c3217 Dwg_Object_BLOCKPOLARGRIP *BLOCKPOLARGRIP; member
391732 if (arg1) (arg1)->BLOCKPOLARGRIP = arg2; in XS()
391762 result = (Dwg_Object_BLOCKPOLARGRIP *) ((arg1)->BLOCKPOLARGRIP); in XS()