Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblocklookupgrip.c13 CHK_EVALEXPR (BLOCKLOOKUPGRIP); in api_process()
15 CHK_ENTITY_UTF8TEXT (_obj, BLOCKLOOKUPGRIP, name); in api_process()
16 CHK_ENTITY_TYPE (_obj, BLOCKLOOKUPGRIP, be_major, BL); in api_process()
17 CHK_ENTITY_TYPE (_obj, BLOCKLOOKUPGRIP, be_minor, BL); in api_process()
18 CHK_ENTITY_TYPE (_obj, BLOCKLOOKUPGRIP, eed1071, BL); in api_process()
20 CHK_ENTITY_TYPE (_obj, BLOCKLOOKUPGRIP, bg_bl91, BL); in api_process()
21 CHK_ENTITY_TYPE (_obj, BLOCKLOOKUPGRIP, bg_bl92, BL); in api_process()
22 CHK_ENTITY_3RD (_obj, BLOCKLOOKUPGRIP, bg_location); in api_process()
23 CHK_ENTITY_TYPE (_obj, BLOCKLOOKUPGRIP, bg_insert_cycling, B); in api_process()
24 CHK_ENTITY_TYPE (_obj, BLOCKLOOKUPGRIP, bg_insert_cycling_weight, BLd); in api_process()
H A Ddynapi_test.c38524 Dwg_Object_BLOCKLOOKUPGRIP *restrict blocklookupgrip = obj->tio.object->tio.BLOCKLOOKUPGRIP; in test_BLOCKLOOKUPGRIP()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjects.in230 "BLOCKLOOKUPGRIP", "BLOCKLOOKUPGRIP", DWG_TYPE_BLOCKLOOKUPGRIP, …
H A Dobjects.inc190 DWG_OBJECT (BLOCKLOOKUPGRIP)
H A Ddxfclasses.in261 BLOCKLOOKUPGRIP, "AcDbBlockLookupGrip", ODBX, 0
H A Dclasses.inc199 STABLE_CLASS (ACTION, BLOCKLOOKUPGRIP)
H A Ddwg_api.c260 dwg_get_OBJECT (obj_blocklookupgrip, BLOCKLOOKUPGRIP) in dwg_get_OBJECT()
579 DWG_GETALL_OBJECT (BLOCKLOOKUPGRIP) in dwg_get_OBJECT()
919 CAST_DWG_OBJECT_TO_OBJECT (BLOCKLOOKUPGRIP) in dwg_get_OBJECT()
H A Ddwg.spec8662 DWG_OBJECT (BLOCKLOOKUPGRIP)
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info204 Ref: BLOCKLOOKUPGRIP130452
H A Ddynapi.texi7572 @strong{BLOCKLOOKUPGRIP} @anchor{BLOCKLOOKUPGRIP}
7573 @cindex object, BLOCKLOOKUPGRIP
7574 @vindex BLOCKLOOKUPGRIP
H A DLibreDWG.info-16596 *BLOCKLOOKUPGRIP*
/dports/cad/libredwg/libredwg-0.12.4/
H A DNEWS84 BLOCKALIGNMENTGRIP BLOCKLOOKUPGRIP BLOCKROTATIONGRIP
203 BLOCKLINEARPARAMETER BLOCKLOOKUPGRIP BLOCKROTATIONPARAMETER
H A DChangeLog918 to stable: BLOCKALIGNMENTGRIP BLOCKALIGNMENTPARAMETER BLOCKLOOKUPGRIP BLOCKROTATIONGRIP
3129 BLOCKLOOKUPGRIP, BLOCKXYPARAMETER: no coverage
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg_api.h970 dwg_get_OBJECT_DECL (obj_blocklookupgrip, BLOCKLOOKUPGRIP);
1305 DWG_GETALL_OBJECT_DECL (BLOCKLOOKUPGRIP);
1646 CAST_DWG_OBJECT_TO_OBJECT_DECL (BLOCKLOOKUPGRIP);
H A Ddwg.h8053 Dwg_Object_BLOCKLOOKUPGRIP *BLOCKLOOKUPGRIP; member
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldwg.inc5047 …{ "BLOCKLOOKUPGRIP", "Structural - Imperial_from_autocad_2021_2018.log", 0x10F, "405825483CAA3B1F"…
5048 …{ "BLOCKLOOKUPGRIP", "Structural - Metric_from_autocad_2021_2018.log", 0x12F, "405827483EAA3D1F", …
5049 …{ "BLOCKLOOKUPGRIP", "Structural - Metric_from_autocad_2021_2018.log", 0x168, "405825484027CA40263…
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py10718BLOCKLOOKUPGRIP = property(_LibreDWG._dwg_object_object_tio_BLOCKLOOKUPGRIP_get, _LibreDWG._dwg_ob… variable in _dwg_object_object_tio
H A Dswig_python.c4283 Dwg_Object_BLOCKLOOKUPGRIP *BLOCKLOOKUPGRIP; member
316172 if (arg1) (arg1)->BLOCKLOOKUPGRIP = arg2; in _wrap__dwg_object_object_tio_BLOCKLOOKUPGRIP_set()
316195 result = (Dwg_Object_BLOCKLOOKUPGRIP *) ((arg1)->BLOCKLOOKUPGRIP); in _wrap__dwg_object_object_tio_BLOCKLOOKUPGRIP_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c3132 Dwg_Object_BLOCKLOOKUPGRIP *BLOCKLOOKUPGRIP; member
386272 if (arg1) (arg1)->BLOCKLOOKUPGRIP = arg2; in XS()
386302 result = (Dwg_Object_BLOCKLOOKUPGRIP *) ((arg1)->BLOCKLOOKUPGRIP); in XS()