Home
last modified time | relevance | path

Searched refs:dwg_object_to_CIRCLE (Results 1 – 7 of 7) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dcircle.c11 dwg_ent_circle *circle = dwg_object_to_CIRCLE (obj); in api_process()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwg2svg2.c188 circle = dwg_object_to_CIRCLE (obj); in output_CIRCLE()
/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i508 EXPORT Dwg_Entity_CIRCLE* dwg_object_to_CIRCLE (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py13748 def dwg_object_to_CIRCLE(obj): function
13749 return _LibreDWG.dwg_object_to_CIRCLE(obj)
H A Dswig_python.c363337 result = (Dwg_Entity_CIRCLE *)dwg_object_to_CIRCLE(arg1); in _wrap_dwg_object_to_CIRCLE()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm674 *dwg_object_to_CIRCLE = *LibreDWGc::dwg_object_to_CIRCLE;
H A DLibreDWG.c444030 result = (Dwg_Entity_CIRCLE *)dwg_object_to_CIRCLE(arg1); in XS()