Home
last modified time | relevance | path

Searched refs:BLOCKGRIPLOCATIONCOMPONENT (Results 1 – 22 of 22) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblockgriplocationcomponent.c17 CHK_EVALEXPR (BLOCKGRIPLOCATIONCOMPONENT); in api_process()
19 CHK_ENTITY_TYPE (_obj, BLOCKGRIPLOCATIONCOMPONENT, grip_type, BL); in api_process()
20 CHK_ENTITY_UTF8TEXT (_obj, BLOCKGRIPLOCATIONCOMPONENT, grip_expr); in api_process()
H A Ddynapi_test.c37257 …ONCOMPONENT *restrict blockgriplocationcomponent = obj->tio.object->tio.BLOCKGRIPLOCATIONCOMPONENT; in test_BLOCKGRIPLOCATIONCOMPONENT()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_BLOCKGRIPLOCATIONCOMPONENT.inc5 /* BLOCKGRIPLOCATIONCOMPONENT 15B7 in test/test-data/2013/flipped.dxf */
21 /* BLOCKGRIPLOCATIONCOMPONENT 15BB in test/test-data/2013/flipped.dxf */
37 /* BLOCKGRIPLOCATIONCOMPONENT 1A3EC in test/test-data/2013/flipped.dxf */
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwggrep.c1280 Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT *_obj = obj->tio.object->tio.BLOCKGRIPLOCATIONCOMPONENT; in match_BLOCKGRIPLOCATIONCOMPONENT()
1284 MATCH_OBJECT (BLOCKGRIPLOCATIONCOMPONENT, evalexpr.value.text1, 1); in match_BLOCKGRIPLOCATIONCOMPONENT()
1286 MATCH_OBJECT (BLOCKGRIPLOCATIONCOMPONENT, grip_expr, 91); in match_BLOCKGRIPLOCATIONCOMPONENT()
1599 ELSEMATCH (BLOCKGRIPLOCATIONCOMPONENT) in match_OBJECTS()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjects.in224 "BLOCKGRIPLOCATIONCOMPONENT", "BLOCKGRIPLOCATIONCOMPONENT", DWG_TYPE_BLOCKGRIPLOCATION…
H A Dobjects.inc184 DWG_OBJECT (BLOCKGRIPLOCATIONCOMPONENT)
H A Ddxfclasses.in253 BLOCKGRIPLOCATIONCOMPONENT, "AcDbBlockGripExpr", ODBX, 0
H A Dclasses.inc191 STABLE_CLASS (ACTION, BLOCKGRIPLOCATIONCOMPONENT) // AcDbBlockGripExpr
H A Ddwg_api.c258 dwg_get_OBJECT (obj_blockgriplocationcomponent, BLOCKGRIPLOCATIONCOMPONENT) in dwg_get_OBJECT()
577 DWG_GETALL_OBJECT (BLOCKGRIPLOCATIONCOMPONENT) in dwg_get_OBJECT()
917 CAST_DWG_OBJECT_TO_OBJECT (BLOCKGRIPLOCATIONCOMPONENT) in dwg_get_OBJECT()
H A Ddwg.spec8593 DWG_OBJECT (BLOCKGRIPLOCATIONCOMPONENT)
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info198 Ref: BLOCKGRIPLOCATIONCOMPONENT125918
H A Ddynapi.texi7292 @strong{BLOCKGRIPLOCATIONCOMPONENT} @anchor{BLOCKGRIPLOCATIONCOMPONENT}
7293 @cindex object, BLOCKGRIPLOCATIONCOMPONENT
7294 @vindex BLOCKGRIPLOCATIONCOMPONENT
H A DLibreDWG.info-16364 *BLOCKGRIPLOCATIONCOMPONENT*
/dports/cad/libredwg/libredwg-0.12.4/test/test-data/2018/
H A DDynblocks.dxf1434 BLOCKGRIPLOCATIONCOMPONENT
1257692 BLOCKGRIPLOCATIONCOMPONENT
1257716 BLOCKGRIPLOCATIONCOMPONENT
1257720 BLOCKGRIPLOCATIONCOMPONENT
1257724 BLOCKGRIPLOCATIONCOMPONENT
1257728 BLOCKGRIPLOCATIONCOMPONENT
1257732 BLOCKGRIPLOCATIONCOMPONENT
1257744 BLOCKGRIPLOCATIONCOMPONENT
1257748 BLOCKGRIPLOCATIONCOMPONENT
1257752 BLOCKGRIPLOCATIONCOMPONENT
[all …]
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg_api.h968 dwg_get_OBJECT_DECL (obj_blockgriplocationcomponent, BLOCKGRIPLOCATIONCOMPONENT);
1303 DWG_GETALL_OBJECT_DECL (BLOCKGRIPLOCATIONCOMPONENT);
1644 CAST_DWG_OBJECT_TO_OBJECT_DECL (BLOCKGRIPLOCATIONCOMPONENT);
H A Ddwg.h8051 Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT *BLOCKGRIPLOCATIONCOMPONENT; member
/dports/cad/libredwg/libredwg-0.12.4/
H A DNEWS190 and some Dynblocks: BLOCKGRIPLOCATIONCOMPONENT BLOCKBASEPOINTPARAMETER
H A DChangeLog3060 spec: BlockVisibilityParameter and BLOCKGRIPLOCATIONCOMPONENT fixups
4093 promote BLOCKGRIPLOCATIONCOMPONENT, BLOCKVISIBILITYGRIP
4102 fix BLOCKGRIPLOCATIONCOMPONENT crash
4592 AcDbBlockGripExpr, BLOCKGRIPLOCATIONCOMPONENT
5643 move BLOCKGRIPLOCATIONCOMPONENT to debugging
5653 BLOCKGRIPLOCATIONCOMPONENT, VISIBILITYGRIPENTITY, VISIBILITYPARAMETERENTITY
/dports/cad/zcad/zcad-8b8a693/errors/
H A Dltypeerror.dxf1922 BLOCKGRIPLOCATIONCOMPONENT
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py10716BLOCKGRIPLOCATIONCOMPONENT = property(_LibreDWG._dwg_object_object_tio_BLOCKGRIPLOCATIONCOMPONENT_… variable in _dwg_object_object_tio
H A Dswig_python.c4281 Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT *BLOCKGRIPLOCATIONCOMPONENT; member
316068 if (arg1) (arg1)->BLOCKGRIPLOCATIONCOMPONENT = arg2; in _wrap__dwg_object_object_tio_BLOCKGRIPLOCATIONCOMPONENT_set()
316091 result = (Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT *) ((arg1)->BLOCKGRIPLOCATIONCOMPONENT); in _wrap__dwg_object_object_tio_BLOCKGRIPLOCATIONCOMPONENT_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c3130 Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT *BLOCKGRIPLOCATIONCOMPONENT; member
386142 if (arg1) (arg1)->BLOCKGRIPLOCATIONCOMPONENT = arg2; in XS()
386172 result = (Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT *) ((arg1)->BLOCKGRIPLOCATIONCOMPONENT); in XS()