Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dregion.c11 dwg_ent_region *region = dwg_object_to_REGION (obj); in api_process()
/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i542 EXPORT Dwg_Entity_REGION* dwg_object_to_REGION (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py13850 def dwg_object_to_REGION(obj): function
13851 return _LibreDWG.dwg_object_to_REGION(obj)
H A Dswig_python.c364119 result = (Dwg_Entity_REGION *)dwg_object_to_REGION(arg1); in _wrap_dwg_object_to_REGION()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm708 *dwg_object_to_REGION = *LibreDWGc::dwg_object_to_REGION;
H A DLibreDWG.c444982 result = (Dwg_Entity_REGION *)dwg_object_to_REGION(arg1); in XS()