Home
last modified time | relevance | path

Searched refs:dwg_object_to_TABLEGEOMETRY (Results 1 – 6 of 6) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtablegeometry.c15 dwg_obj_tablegeometry *_obj = dwg_object_to_TABLEGEOMETRY (obj); in api_process()
/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i654 EXPORT Dwg_Object_TABLEGEOMETRY* dwg_object_to_TABLEGEOMETRY (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py14114 def dwg_object_to_TABLEGEOMETRY(obj): function
14115 return _LibreDWG.dwg_object_to_TABLEGEOMETRY(obj)
H A Dswig_python.c366143 result = (Dwg_Object_TABLEGEOMETRY *)dwg_object_to_TABLEGEOMETRY(arg1); in _wrap_dwg_object_to_TABLEGEOMETRY()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm796 *dwg_object_to_TABLEGEOMETRY = *LibreDWGc::dwg_object_to_TABLEGEOMETRY;
H A DLibreDWG.c447446 result = (Dwg_Object_TABLEGEOMETRY *)dwg_object_to_TABLEGEOMETRY(arg1); in XS()